Uses of Class
turingmachine.CTMComponent

Uses of CTMComponent in turingmachine
 

Subclasses of CTMComponent in turingmachine
 class CTMComponentComment
          A box containing any relevant comments for a diagram.
(package private)  class CTMComponentLink
          Manages the link component that is draw between states.
(package private)  class CTMComponentState
          The state component.
(package private)  class CTMComponentTransition
          A component that holds a single turing machine transition.
 

Methods in turingmachine that return CTMComponent
 CTMComponent CTMComponentView.getComponentByData(CTMData aData)
          Get the Component that data is referred to in.
 CTMComponent CTMComponentLink.getComponentByData(CTMData aData)
          Get the Component that data is referred to in.