|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpmml.evaluator.PredicateUtil
public class PredicateUtil
| Method Summary | |
|---|---|
static Boolean |
binaryAnd(Boolean left,
Boolean right)
|
static Boolean |
binaryOr(Boolean left,
Boolean right)
|
static Boolean |
binaryXor(Boolean left,
Boolean right)
|
static int |
compare(Object left,
String right)
|
static Boolean |
evaluateCompoundPredicate(CompoundPredicate compoundPredicate,
EvaluationContext context)
|
static Boolean |
evaluateFalsePredicate(False falsePredicate)
|
static Boolean |
evaluatePredicate(Predicate predicate,
EvaluationContext context)
|
static Boolean |
evaluateSimplePredicate(SimplePredicate simplePredicate,
EvaluationContext context)
|
static Boolean |
evaluateSimpleSetPredicate(SimpleSetPredicate simpleSetPredicate,
EvaluationContext context)
|
static Boolean |
evaluateTruePredicate(True truePredicate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Boolean evaluatePredicate(Predicate predicate,
EvaluationContext context)
public static Boolean evaluateSimplePredicate(SimplePredicate simplePredicate,
EvaluationContext context)
public static Boolean evaluateCompoundPredicate(CompoundPredicate compoundPredicate,
EvaluationContext context)
public static Boolean evaluateSimpleSetPredicate(SimpleSetPredicate simpleSetPredicate,
EvaluationContext context)
public static Boolean evaluateTruePredicate(True truePredicate)
public static Boolean evaluateFalsePredicate(False falsePredicate)
public static int compare(Object left,
String right)
public static Boolean binaryAnd(Boolean left,
Boolean right)
public static Boolean binaryOr(Boolean left,
Boolean right)
public static Boolean binaryXor(Boolean left,
Boolean right)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||