|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.openai.util.fsm.AbstractCondition
net.openai.util.fsm.NullCondition
public final class NullCondition
This condition will be satisfied whenever a null is passed in as an input to the machine.
| Constructor Summary | |
|---|---|
NullCondition()
Constructs a new NullCondition. |
|
NullCondition(State targetState)
Constructs a new NullCondition for the given target state. |
|
| Method Summary | |
|---|---|
boolean |
satisfiedBy(java.lang.Object conditional)
Called to check if the conditional meets the criteria defined by this condition. |
| Methods inherited from class net.openai.util.fsm.AbstractCondition |
|---|
getTargetState, setTargetState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullCondition()
public NullCondition(State targetState)
targetState - The target state for the condition.| Method Detail |
|---|
public final boolean satisfiedBy(java.lang.Object conditional)
conditional - The object to check.
conditional is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||