接口 StopOperator<StateT extends AbstractState<StateT>>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      boolean stop​(StateT abstractState, java.util.Collection<StateT> reachedAbstractStates, Precision precision)
      The operator may decide based on the (generalized under the given precision) convergence.
    • 方法详细资料

      • stop

        boolean stop​(StateT abstractState,
                     java.util.Collection<StateT> reachedAbstractStates,
                     Precision precision)
        The operator may decide based on the (generalized under the given precision) convergence. In this case it needs to look up the abstractState in the reachedAbstractStates. Otherwise, it can return true if sufficient information is collected, e.g., a safety property is violated.