接口 PrecisionAdjustment
-
- 所有已知实现类:
StaticPrecisionAdjustment
public interface PrecisionAdjustmentPrecisionAdjustmentallows adjusting theCpaAlgorithmPrecisionbased of the reached abstract states. The evolution and the interpretation ofPrecisionare arbitrary.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 <AbstractStateT extends AbstractState<AbstractStateT>>
PrecisionAdjustmentResult<AbstractStateT>prec(AbstractStateT abstractState, Precision precision, java.util.Collection<? extends AbstractStateT> reachedAbstractStates)Returns a newAbstractStateandPrecisionfor the given reached abstract states.
-
-
-
方法详细资料
-
prec
<AbstractStateT extends AbstractState<AbstractStateT>> PrecisionAdjustmentResult<AbstractStateT> prec(AbstractStateT abstractState, Precision precision, java.util.Collection<? extends AbstractStateT> reachedAbstractStates)
Returns a newAbstractStateandPrecisionfor the given reached abstract states.
-
-