starlink.AutomataElements
Class Split

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

public class Split
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
Split()
           
 
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

Split

public Split()
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