com.karneim.util.collection.set
Class SAutomaton.Transition
java.lang.Object
com.karneim.util.collection.set.SAutomaton.Transition
- All Implemented Interfaces:
- IStatePro.ITransition
- Enclosing class:
- SAutomaton
- protected class SAutomaton.Transition
- extends java.lang.Object
- implements IStatePro.ITransition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
transition
protected final Automaton.State.Transition transition
SAutomaton.Transition
protected SAutomaton.Transition(Automaton.State.Transition transition)
getFromState
public IStatePro getFromState()
- Specified by:
getFromState
in interface IStatePro.ITransition
getLabels
public java.util.Set getLabels()
getCharSet
public ISet_char getCharSet()
- Specified by:
getCharSet
in interface IStatePro.ITransition
getToState
public IStatePro getToState()
- Specified by:
getToState
in interface IStatePro.ITransition
toString
public java.lang.String toString()