|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplication
Method Summary | |
---|---|
String |
getName()
Returns the name of this Application. |
IState |
getRootState()
Returns the root State for this Application. |
IState |
getStartState()
Returns the start state for this Application. |
IState |
getState(String name)
Returns the named State. |
Vector |
getStates()
This method returns all the states for this application. |
Method Detail |
---|
IState getState(String name)
name
- the id of the required state.
String getName()
IState getRootState()
IState getStartState()
Vector getStates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |