starlink.ApplicationAutomata
Class SendState

java.lang.Object
  extended by starlink.ApplicationAutomata.AbstractState
      extended by starlink.ApplicationAutomata.SendState
All Implemented Interfaces:
State

public class SendState
extends AbstractState


Field Summary
 
Fields inherited from class starlink.ApplicationAutomata.AbstractState
binding, boundAction, boundInputs, boundOutputs, boundTypes, endLabel, exceptions, LocalStateMachine, MergedAutomaton, startLabel, stateDoc, stateQueue
 
Constructor Summary
SendState(java.lang.String name, StateMachine GlobalStore, org.jdom.Document binding, org.jdom.Element State, ProtocolBridge ae)
           
 
Method Summary
 State invokeTransition()
           
 void setURL(java.net.URL ss)
           
 StateType type()
           
 boolean typeOf(StateType id)
           
 
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

SendState

public SendState(java.lang.String name,
                 StateMachine GlobalStore,
                 org.jdom.Document binding,
                 org.jdom.Element State,
                 ProtocolBridge ae)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

typeOf

public boolean typeOf(StateType id)

type

public StateType type()

setURL

public void setURL(java.net.URL ss)

invokeTransition

public State invokeTransition()
                       throws java.lang.Exception
Throws:
java.lang.Exception