public class CollectionOfComparablesTermBasedProposition<T> extends ComparableTermBasedProposition<T>
Constructor and Description |
---|
CollectionOfComparablesTermBasedProposition(CollectionOperator collectionOper,
ComparisonOperator compareOper,
Term term,
T expectedValue) |
Modifier and Type | Method and Description |
---|---|
PropositionResult |
evaluate(ExecutionEnvironment environment)
Evaluates this proposition -- and in the case of
Proposition s containing children,
those children as well -- and returns the boolean result; |
String |
toString() |
compare, getChildren, getExpectedValue, isCompound
public CollectionOfComparablesTermBasedProposition(CollectionOperator collectionOper, ComparisonOperator compareOper, Term term, T expectedValue)
public PropositionResult evaluate(ExecutionEnvironment environment)
Proposition
Proposition
s containing children,
those children as well -- and returns the boolean result;evaluate
in interface Proposition
evaluate
in class ComparableTermBasedProposition<T>
environment
- the ExecutionEnvironment
that this Proposition
is running inTermResolutionException
- if there is a problem resolving a Term
ComparableTermBasedProposition.evaluate(org.kuali.rice.krms.api.engine.ExecutionEnvironment)
public String toString()
toString
in class ComparableTermBasedProposition<T>
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.