Interface DeterministicAutomaton.FullIntAbstraction<T>

    • Method Detail

      • getTransition

        @Nullable T getTransition​(int state,
                                  int input)
        Retrieves the outgoing transition for an (abstracted) source state and (abstracted) input symbol, or returns null if the automaton has no transition for this state and input.
        Parameters:
        state - the integer representing the source state
        input - the integer representing the input symbol
        Returns:
        the outgoing transition, or null