public interface AbstractState
AbstractState
contains information about the program state.Modifier and Type | Method and Description |
---|---|
AbstractState |
copy()
Creates a copy of itself.
|
boolean |
equals(java.lang.Object obj) |
default Precision |
getPrecision()
Returns the
Precision used by the PrecisionAdjustment . |
default AbstractState |
getStateByName(java.lang.String name)
Returns an abstract state for a given if the state is composite, returns
self otherwise. |
int |
hashCode() |
default Precision getPrecision()
Precision
used by the PrecisionAdjustment
.AbstractState copy()
default AbstractState getStateByName(java.lang.String name)
self
otherwise.boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object