com.karneim.util.collection.set
Class AutomatonSet_String.LinkedSet_SState

java.lang.Object
  extended by com.karneim.util.collection.automaton.Automaton.LinkedSet_State
      extended by com.karneim.util.collection.set.AutomatonSet_String.LinkedSet_SState
All Implemented Interfaces:
Automaton.IState, AutomatonSet_String.ISState, java.lang.Cloneable
Direct Known Subclasses:
Automaton_Pattern.LinkedSet_PState
Enclosing class:
AutomatonSet_String

protected class AutomatonSet_String.LinkedSet_SState
extends Automaton.LinkedSet_State
implements AutomatonSet_String.ISState


Field Summary
 
Fields inherited from class com.karneim.util.collection.automaton.Automaton.LinkedSet_State
elements, lastElement
 
Constructor Summary
protected AutomatonSet_String.LinkedSet_SState()
           
protected AutomatonSet_String.LinkedSet_SState(AutomatonSet_String.SState state)
           
 
Method Summary
 boolean isFinal()
           
 java.lang.String toString()
           
 
Methods inherited from class com.karneim.util.collection.automaton.Automaton.LinkedSet_State
add, addAll, addAll, clear, clone, contains, equals, equals, getAllReachableStates, hashCode, isEmpty, next, remove, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.karneim.util.collection.automaton.Automaton.IState
clone, getAllReachableStates, next
 

Constructor Detail

AutomatonSet_String.LinkedSet_SState

protected AutomatonSet_String.LinkedSet_SState()

AutomatonSet_String.LinkedSet_SState

protected AutomatonSet_String.LinkedSet_SState(AutomatonSet_String.SState state)
Method Detail

isFinal

public boolean isFinal()
Specified by:
isFinal in interface AutomatonSet_String.ISState

toString

public java.lang.String toString()
Overrides:
toString in class Automaton.LinkedSet_State