public abstract class AbstractWrapperState extends java.lang.Object implements AbstractState
AbstractState
wraps an arbitrary number of other AbstractState
s.Constructor and Description |
---|
AbstractWrapperState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.lang.Iterable<? extends AbstractState> |
getWrappedStates()
Returns the wrapped abstract states.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
copy, getPrecision, getStateByName
public abstract java.lang.Iterable<? extends AbstractState> getWrappedStates()
public boolean equals(java.lang.Object obj)
equals
in interface AbstractState
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface AbstractState
hashCode
in class java.lang.Object