public abstract class AbstractWrapperState extends java.lang.Object implements AbstractState
AbstractState wraps an arbitrary number of other AbstractStates.| 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, waitcopy, getPrecision, getStateByNamepublic abstract java.lang.Iterable<? extends AbstractState> getWrappedStates()
public boolean equals(java.lang.Object obj)
equals in interface AbstractStateequals in class java.lang.Objectpublic int hashCode()
hashCode in interface AbstractStatehashCode in class java.lang.Object