public class SAutomatonData extends XML
Modifier and Type | Class and Description |
---|---|
static class |
SAutomatonData.State
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
boolean |
isDeterministic
Deprecated.
|
java.lang.Integer |
startStateNumber
Deprecated.
|
SAutomatonData.State[] |
states
Deprecated.
|
Constructor and Description |
---|
SAutomatonData(SAutomatonData.State[] states,
java.lang.Integer startStateNumber,
boolean isDeterministic)
Deprecated.
|
toInnerString, toInnerXML, toString, toXML, toXML
public SAutomatonData.State[] states
public java.lang.Integer startStateNumber
public boolean isDeterministic
public SAutomatonData(SAutomatonData.State[] states, java.lang.Integer startStateNumber, boolean isDeterministic)