starlink.AutomataElements
Class To

java.lang.Object
  extended by starlink.AutomataElements.To

public class To
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}node"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Node node
           
 
Constructor Summary
To()
           
 
Method Summary
 Node getNode()
          Gets the value of the node property.
 void setNode(Node value)
          Sets the value of the node property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected Node node
Constructor Detail

To

public To()
Method Detail

getNode

public Node getNode()
Gets the value of the node property.

Returns:
possible object is Node

setNode

public void setNode(Node value)
Sets the value of the node property.

Parameters:
value - allowed object is Node