starlink.AutomataElements
Class State

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

public class State
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="{}label"/>
         <element ref="{}transition" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String label
           
protected  java.util.List<Transition> transition
           
 
Constructor Summary
State()
           
 
Method Summary
 java.lang.String getLabel()
          Gets the value of the label property.
 java.util.List<Transition> getTransition()
          Gets the value of the transition property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected java.lang.String label

transition

protected java.util.List<Transition> transition
Constructor Detail

State

public State()
Method Detail

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getTransition

public java.util.List<Transition> getTransition()
Gets the value of the transition property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the transition property.

For example, to add a new item, do as follows:

    getTransition().add(newItem);
 

Objects of the following type(s) are allowed in the list Transition