|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.openai.util.fsm.AbstractCondition
public abstract class AbstractCondition
A simple base class for conditions.
| Constructor Summary | |
|---|---|
AbstractCondition()
Constructs a new AbstractCondition object. |
|
AbstractCondition(State targetState)
Constructs a new AbstractCondition with the given target state. |
|
| Method Summary | |
|---|---|
State |
getTargetState()
Returns a handle to this AbstractCondition's current target state. |
void |
setTargetState(State targetState)
Sets the target state for this Condition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.openai.util.fsm.Condition |
|---|
satisfiedBy |
| Constructor Detail |
|---|
public AbstractCondition()
public AbstractCondition(State targetState)
targetState - The target state for this AbstractCondition.| Method Detail |
|---|
public final State getTargetState()
getTargetState in interface Conditionpublic final void setTargetState(State targetState)
setTargetState in interface ConditiontargetState - The new target state.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||