public final class StaticPrecisionAdjustment extends java.lang.Object implements PrecisionAdjustment
PrecisionAdjustment
keeps the Precision
the same.Constructor and Description |
---|
StaticPrecisionAdjustment() |
Modifier and Type | Method and Description |
---|---|
PrecisionAdjustmentResult |
prec(AbstractState abstractState,
Precision precision,
java.util.Collection<? extends AbstractState> reachedAbstractStates)
Returns a new
AbstractState and Precision for the given reached abstract
states. |
public PrecisionAdjustmentResult prec(AbstractState abstractState, Precision precision, java.util.Collection<? extends AbstractState> reachedAbstractStates)
PrecisionAdjustment
AbstractState
and Precision
for the given reached abstract
states.prec
in interface PrecisionAdjustment