protected class SAutomaton.Transition extends java.lang.Object implements IStatePro.ITransition
Modifier and Type | Field and Description |
---|---|
protected Automaton.State.Transition |
transition |
Modifier | Constructor and Description |
---|---|
protected |
SAutomaton.Transition(Automaton.State.Transition transition) |
Modifier and Type | Method and Description |
---|---|
ISet_char |
getCharSet() |
IStatePro |
getFromState() |
java.util.Set |
getLabels() |
IStatePro |
getToState() |
java.lang.String |
toString() |
protected final Automaton.State.Transition transition
protected SAutomaton.Transition(Automaton.State.Transition transition)
public IStatePro getFromState()
getFromState
in interface IStatePro.ITransition
public java.util.Set getLabels()
public ISet_char getCharSet()
getCharSet
in interface IStatePro.ITransition
public IStatePro getToState()
getToState
in interface IStatePro.ITransition
public java.lang.String toString()
toString
in class java.lang.Object