com.karneim.util.collection.set
Interface IStatePro.ITransition

All Known Implementing Classes:
SAutomaton.Transition
Enclosing interface:
IStatePro

public static interface IStatePro.ITransition


Method Summary
 ISet_char getCharSet()
           
 IStatePro getFromState()
           
 IStatePro getToState()
           
 

Method Detail

getFromState

IStatePro getFromState()

getCharSet

ISet_char getCharSet()

getToState

IStatePro getToState()