|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--roboplayer.fsm.FSMParser
This class is used to parse configuration file and initialise FSM.
| Constructor Summary | |
FSMParser()
Constructor |
|
| Method Summary | |
State |
parse(org.w3c.dom.Node rootNode)
Parse script file |
void |
register(org.w3c.dom.Node rootNode)
Register states and conditions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FSMParser()
| Method Detail |
public void register(org.w3c.dom.Node rootNode)
rootNode - XML node wit registration informationpublic State parse(org.w3c.dom.Node rootNode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||