starlink.ColouredAutomata
Class SendState

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

public class SendState
extends AbstractState


Field Summary
 
Fields inherited from class starlink.ColouredAutomata.AbstractState
MergedAutomaton, Monitor, stateQueue
 
Constructor Summary
SendState(java.lang.String name, StateMachine GlobalStore, ProtocolAttributes protocol)
           
 
Method Summary
 State invokeTransition(java.lang.Object input)
           
 void SetURL(java.net.URL toConnect)
           
 StateType type()
           
 boolean typeOf(StateType id)
           
 
Methods inherited from class starlink.ColouredAutomata.AbstractState
addPrev, addTransition, getConditionLogic, getEndNode, getName, getNetworkLibrary, getNext, getPrev, getProtocol, getQueue, 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,
                 ProtocolAttributes protocol)
Method Detail

SetURL

public void SetURL(java.net.URL toConnect)

typeOf

public boolean typeOf(StateType id)

type

public StateType type()

invokeTransition

public State invokeTransition(java.lang.Object input)