Uses of Class
turingmachine.CTMDataLink

Uses of CTMDataLink in turingmachine
 

Methods in turingmachine that return CTMDataLink
 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 ).
 CTMDataLink CTMComponentTransition.getDataLink()
          Get the dataLink for this component.
 CTMDataLink CTMComponentLink.getLinkData()
          Get the data for this link component belongs to.
private  CTMDataLink CTMComponentControl.getLinkData()
          Get the link data that this component is modifying.
 

Methods in turingmachine with parameters of type CTMDataLink
private  void CTMDataState.linkAddTo(CTMDataLink aFromLink)
          Add a reference to another states link to this state.
 void CTMDataState.linkRemove(CTMDataLink aLink)
          Remove a link from this state.
private  void CTMDataState.linkRemoveTo(CTMDataLink aLink)
          Remove a reference from another states link to this state.
 

Constructors in turingmachine with parameters of type CTMDataLink
CTMDataTransition(CTMDocument document, CTMDataLink dataLink)
          Constructor.
CTMComponentLink(CTMDataLink linkData)
          Constructor.