Uses of Class
starlink.AutomataElements.Node

Packages that use Node
starlink.AutomataElements   
 

Uses of Node in starlink.AutomataElements
 

Fields in starlink.AutomataElements declared as Node
protected  Node From.node
           
protected  Node Split.node
           
protected  Node Start.node
           
protected  Node To.node
           
 

Methods in starlink.AutomataElements that return Node
 Node ObjectFactory.createNode()
          Create an instance of Node
 Node From.getNode()
          Gets the value of the node property.
 Node Split.getNode()
          Gets the value of the node property.
 Node Start.getNode()
          Gets the value of the node property.
 Node To.getNode()
          Gets the value of the node property.
 

Methods in starlink.AutomataElements with parameters of type Node
 void From.setNode(Node value)
          Sets the value of the node property.
 void Split.setNode(Node value)
          Sets the value of the node property.
 void Start.setNode(Node value)
          Sets the value of the node property.
 void To.setNode(Node value)
          Sets the value of the node property.