org.aspsimon.termcomp.entity.xtc
Class Automaton
java.lang.Object
org.aspsimon.termcomp.entity.xtc.Automaton
public class Automaton
- extends java.lang.Object
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="automaton">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:automatonstuff"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Automaton
public Automaton()
getAutomaton
public Automatonstuff getAutomaton()
- Get the 'automatonstuff' element value.
- Returns:
- value
setAutomaton
public void setAutomaton(Automatonstuff automaton)
- Set the 'automatonstuff' element value.
- Parameters:
automaton -