Interface Decomposeable.DecomposeAutomaton

    • Method Detail

      • isDecomposeable

        boolean isDecomposeable()
        Determines whether the component may get decomposed.
        Returns:
        True if Decomposeable.decompose() is possible.
      • isDecomposed

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