Interface DeterministicAutomaton.IntAbstraction<T>

    • Method Detail

      • getIntSuccessor

        int getIntSuccessor​(T transition)
        Retrieves the (abstracted) successor of a transition object.
        Parameters:
        transition - the transition object
        Returns:
        the integer representing the successor of the given transition