Uses of Class
turingmachine.CTMComponentLink

Uses of CTMComponentLink in turingmachine
 

Fields in turingmachine declared as CTMComponentLink
private  CTMComponentLink CTMComponentControl.mLinkComponent
          The link component that this control is currently controlling.
 

Methods in turingmachine that return CTMComponentLink
private  CTMComponentLink CTMComponentControl.getLinkComponent()
          Get the link component that this control is controlling.
 

Methods in turingmachine with parameters of type CTMComponentLink
 void CTMComponentControl.setLinkComponent(CTMComponentLink aLinkComponent)
          Sets the link component that this control is adjusting.
 boolean CTMComponentControl.isControlling(CTMComponentLink aLinkComponent)
          Does this control control aLinkComponent?