Uses of Class
starlink.ColouredAutomata.StateType

Packages that use StateType
starlink.ColouredAutomata   
 

Uses of StateType in starlink.ColouredAutomata
 

Methods in starlink.ColouredAutomata 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.ColouredAutomata 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)