Interface FiniteAlphabetAutomaton<S,​I,​T>

    • Method Detail

      • getTransitions

        default Collection<T> getTransitions​(S state)
        Convenience method for accessing all (outgoing) transitions of a given state. Uses the input alphabet of this FiniteAlphabetAutomaton.
        Parameters:
        state - the state for which the outgoing transitions should be fetched.
        Returns:
        all outgoing transitions of state.