|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Condition<T>
The Condition interface should be implemented by any condition that
have to be tested on any T-object.
| Method Summary | |
|---|---|
boolean |
evaluate(TypedDataContainer input)
|
Set<String> |
getDependentVariables()
|
String |
getName()
the name (have to respect the file name convention) |
Operator<?,?> |
getOperator()
|
boolean |
isNotCondition()
|
void |
printStackCommands()
simply print the commands |
| Methods inherited from interface org.apache.commons.collections15.Predicate |
|---|
evaluate |
| Method Detail |
|---|
boolean evaluate(TypedDataContainer input)
Set<String> getDependentVariables()
Operator<?,?> getOperator()
boolean isNotCondition()
void printStackCommands()
String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||