com.karneim.util.collection.set
Class DFASet.State.Transition

java.lang.Object
  extended bycom.karneim.util.collection.set.DFASet.State.Transition
Enclosing class:
DFASet.State

protected static class DFASet.State.Transition
extends java.lang.Object


Field Summary
protected  CharSet charSet
           
protected  int toState
           
 
Constructor Summary
protected DFASet.State.Transition(CharSet charSet, int toState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

charSet

protected final CharSet charSet

toState

protected final int toState
Constructor Detail

DFASet.State.Transition

protected DFASet.State.Transition(CharSet charSet,
                                  int toState)