Uses of Class
turingmachine.CTMDataState

Uses of CTMDataState in turingmachine
 

Fields in turingmachine declared as CTMDataState
private  CTMDataState CTMDataLink.mStateFrom
          The state this link links from.
private  CTMDataState CTMDataLink.mStateTo
          The state this link links to.
 

Methods in turingmachine that return CTMDataState
 CTMDataState CTMDataLink.getStateFrom()
          Get the state that this link links from.
 CTMDataState CTMDataLink.geStateTo()
          Get the state that this link links to.
 CTMDataState CTMComponentState.getDataState()
          Get the state data this component represents.
 

Methods in turingmachine with parameters of type CTMDataState
 CTMDataLink CTMDataState.linkAdd(CTMDataState toState)
          Add a link from this state to another state.
 CTMDataLink CTMDataState.getLinkToState(CTMDataState aState)
          Check whether this state links from this to aState ( used as check before creating links ).
 

Constructors in turingmachine with parameters of type CTMDataState
CTMDataLink(CTMDocument document, CTMDataState stateFrom, CTMDataState stateTo)
          Constructor.
CTMComponentState(CTMDataState dataState)
          Constructor.