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 |
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 Transition(Automaton.State.Transition transition)
public IStatePro getFromState()
getFromState in interface IStatePro.ITransitionpublic java.util.Set getLabels()
public ISet_char getCharSet()
getCharSet in interface IStatePro.ITransitionpublic IStatePro getToState()
getToState in interface IStatePro.ITransitionpublic java.lang.String toString()
toString in class java.lang.Object