com.karneim.util.collection.set
Class SAutomaton.Transition

java.lang.Object
  extended by 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


Field Summary
protected  Automaton.State.Transition transition
           
 
Constructor Summary
protected SAutomaton.Transition(Automaton.State.Transition transition)
           
 
Method Summary
 ISet_char getCharSet()
           
 IStatePro getFromState()
           
 java.util.Set getLabels()
           
 IStatePro getToState()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transition

protected final Automaton.State.Transition transition
Constructor Detail

SAutomaton.Transition

protected SAutomaton.Transition(Automaton.State.Transition transition)
Method Detail

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()
Overrides:
toString in class java.lang.Object