|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.statemachine.ext.apploaders.sax.Application
public class Application
This class Application is an implementation of IApplication that is used by the xmlapploader.
Constructor Summary | |
---|---|
Application(Attributes atts)
|
Method Summary | |
---|---|
void |
addState(State state)
This method adds a state to the application. |
Vector |
getChildrenOfState(String parentName)
This method returns a Enumeration of State objects that are children of the state with the given name, will return null if the parent state can not be located. |
String |
getName()
This method returns the name of this application. |
IState |
getRootState()
This method returns the root state of this application. |
IState |
getStartState()
This method returns the start state for the application. |
IState |
getState(String name)
This method returns the state for the given name. |
Vector |
getStates()
This method returns all the states for this application. |
void |
setRootStateName(String rootStateName)
This method sets the name of the root state for this application |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Application(Attributes atts)
atts
- Method Detail |
---|
public void addState(State state)
state
- public Vector getChildrenOfState(String parentName)
parentName
-
public String getName()
getName
in interface IApplication
public IState getRootState()
getRootState
in interface IApplication
public IState getStartState()
getStartState
in interface IApplication
public IState getState(String name)
getState
in interface IApplication
name
- java.lang.String the state name to reterive
public void setRootStateName(String rootStateName)
rootStateName
- public Vector getStates()
IApplication
getStates
in interface IApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |