Interface Ceasable.CeaseAutomaton

    • Method Detail

      • isCeasable

        boolean isCeasable()
        Determines whether the component may get ceased.
        Returns:
        True if Ceasable.cease() is possible.
      • isCeased

        boolean isCeased()
        Determines whether the component is ceased.
        Returns:
        True in case of being ceased, else false.