Interface PowersetViewTS<S,​I,​T,​OS,​OT>

    • Method Detail

      • getOriginalStates

        Collection<OS> getOriginalStates​(S state)
        Returns the original states that the given view state represents.
        Parameters:
        state - the view state
        Returns:
        the original states that the given view state represents
      • getOriginalTransitions

        Collection<OT> getOriginalTransitions​(T transition)
        Returns the original transitions that the given view transition represents.
        Parameters:
        transition - the view transition
        Returns:
        the original transitions that the given view transition represents