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
Propositions containing children,
those children as well -- and returns the boolean result; |
String |
toString() |
compare, getChildren, getExpectedValue, isCompoundpublic CollectionOfComparablesTermBasedProposition(CollectionOperator collectionOper, ComparisonOperator compareOper, Term term, T expectedValue)
public PropositionResult evaluate(ExecutionEnvironment environment)
PropositionPropositions containing children,
those children as well -- and returns the boolean result;evaluate in interface Propositionevaluate in class ComparableTermBasedProposition<T>environment - the ExecutionEnvironment that this Proposition is running inTermResolutionException - if there is a problem resolving a TermComparableTermBasedProposition.evaluate(org.kuali.rice.krms.api.engine.ExecutionEnvironment)public String toString()
toString in class ComparableTermBasedProposition<T>Copyright © 2005–2016 The Kuali Foundation. All rights reserved.