Package com.skytix.velocity.scheduler
Class OfferPredicates
- java.lang.Object
-
- com.skytix.velocity.scheduler.OfferPredicates
-
public final class OfferPredicates extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OfferPredicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OfferPredicatepAttrMatches(java.lang.String aAttributeName, double aValue)static OfferPredicatepAttrMatches(java.lang.String aAttributeName, java.lang.String aValue)
-
-
-
Method Detail
-
pAttrMatches
public static OfferPredicate pAttrMatches(java.lang.String aAttributeName, double aValue)
-
pAttrMatches
public static OfferPredicate pAttrMatches(java.lang.String aAttributeName, java.lang.String aValue)
-
-