|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.openai.util.fsm.State | +--net.openai.ai.hybrid.fsmagent.AgentState
A State to be used by the FSMAgent.
Constructor Summary | |
AgentState()
Constructs a new AgentState |
Method Summary | |
protected void |
displayMessage(java.lang.String msg)
Prints out a message for the AgentState. |
protected abstract java.lang.Object |
executeState()
The execution method for the AgentState. |
protected FSMAgent |
getAgent()
Returns the parent Agent for the AgentState. |
Methods inherited from class net.openai.util.fsm.State |
addStateListener, addTransition, addTransition, enter, exit, getEndStateFlag, getName, getStartStateFlag, getTransitions, removeStateListener, removeTransition, setEndStateFlag, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AgentState()
Method Detail |
protected FSMAgent getAgent()
protected void displayMessage(java.lang.String msg)
msg
- The text message to print.protected abstract java.lang.Object executeState() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |