|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Condition
A Condition that filters facts.
Tuple| Method Summary | |
|---|---|
Declaration[] |
getRequiredTupleMembers()
Retrieve the array of Declaration s required by this
condition to perform its duties. |
boolean |
isAllowed(Tuple tuple)
Determine if the supplied Tuple is allowed by this
condition. |
| Method Detail |
|---|
Declaration[] getRequiredTupleMembers()
Declaration s required by this
condition to perform its duties.
Declarations expected on incoming
Tuples.
boolean isAllowed(Tuple tuple)
throws ConditionException
Tuple is allowed by this
condition.
tuple - The Tuple to test.
true if the Tuple passes this
condition, else false.
ConditionException - if an error occurs during filtering.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||