|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Condition
This is the base class for all Conditions
| Method Summary | |
|---|---|
State |
getTargetState()
Returns a handle to this Condition's current target state. |
boolean |
satisfiedBy(java.lang.Object conditional)
Called to check if the conditional meets the criteria defined by this state. |
void |
setTargetState(State targetState)
Sets the target state for this Condition. |
| Method Detail |
|---|
State getTargetState()
void setTargetState(State targetState)
targetState - The new target state.boolean satisfiedBy(java.lang.Object conditional)
conditional - The object to check.
true if this condition
is met by the Object conditional and
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||