Interface LatticeAbstractState<AbstractStateT extends LatticeAbstractState<AbstractStateT>>

    • Method Detail

      • isLessOrEqual

        boolean isLessOrEqual​(AbstractStateT abstractState)
        Compares itself to the abstractState.
      • isLess

        default boolean isLess​(AbstractStateT abstractStateT)
        Strictly compares itself to the abstractState.