Interface UniversalDeterministicAutomaton.IntAbstraction<T,​SP,​TP>

    • Method Detail

      • getStateProperty

        SP getStateProperty​(int state)
        Retrieves the state property of a given (abstracted) state.
        Parameters:
        state - the integer representing the state of which to retrieve the property
        Returns:
        the property for the given state
      • getTransitionProperty

        TP getTransitionProperty​(T transition)
        Retrieves the transition property of a given transition.
        Parameters:
        transition - the transition of which to retrieve the property
        Returns:
        the property for the given transition