Uses of Class
starlink.ApplicationAutomata.StateType

Packages that use StateType
Bindings   
Interaction   
starlink.ApplicationAutomata   
 

Uses of StateType in Bindings
 

Methods in Bindings with parameters of type StateType
 BindResults BindingOperations.bindStates(StateType type, org.jdom.Document xmlBinding, ProtocolBridge ae)
           
 

Uses of StateType in Interaction
 

Methods in Interaction that return StateType
 StateType ClientState.type()
           
 StateType ServerState.type()
           
 

Methods in Interaction with parameters of type StateType
 boolean ClientState.typeOf(StateType type)
           
 boolean ServerState.typeOf(StateType code)
           
 

Uses of StateType in starlink.ApplicationAutomata
 

Methods in starlink.ApplicationAutomata that return StateType
 StateType NoActionState.type()
           
 StateType RecvState.type()
           
 StateType SendState.type()
           
 StateType State.type()
           
static StateType StateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StateType[] StateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in starlink.ApplicationAutomata with parameters of type StateType
 boolean NoActionState.typeOf(StateType id)
           
 boolean RecvState.typeOf(StateType code)
           
 boolean SendState.typeOf(StateType id)
           
 boolean State.typeOf(StateType type)