|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstarlink.ApplicationAutomata.AbstractState
starlink.ApplicationAutomata.RecvState
public class RecvState
Field Summary |
---|
Fields inherited from class starlink.ApplicationAutomata.AbstractState |
---|
binderInstance, binding, boundAction, boundInputs, boundOutputs, boundTypes, endLabel, exceptions, LocalStateMachine, MergedAutomaton, startLabel, stateDoc, stateQueue |
Constructor Summary | |
---|---|
RecvState(java.lang.String name,
StateMachine GlobalStore,
org.jdom.Document binding,
org.jdom.Element State,
ProtocolBridge ae)
|
Method Summary | |
---|---|
State |
invokeTransition()
|
StateType |
type()
|
boolean |
typeOf(StateType code)
|
Methods inherited from class starlink.ApplicationAutomata.AbstractState |
---|
addPrev, addTransition, getBinding, getConditionLogic, getName, getNetworkLibrary, getNext, getOutputs, getPrev, getProtocol, getQueue, getStateDescription, getTranslationLogic, removeTransition, setConditionLogic, setEndNode, setMonitor, setName, setProtocol, setStartNode, setTranslationLogic, split, toString, updateTransitions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecvState(java.lang.String name, StateMachine GlobalStore, org.jdom.Document binding, org.jdom.Element State, ProtocolBridge ae) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public boolean typeOf(StateType code)
public StateType type()
public State invokeTransition() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |