Interface Automaton<S,​I,​T>

    • Method Detail

      • transitionGraphView

        default Graph<S,​TransitionEdge<I,​T>> transitionGraphView​(Collection<? extends I> inputs)
        Obtains a graph view of the transition graph of this automaton, taking into account the specified input symbols. The transitions are represented as TransitionEdges in the graph.
        Parameters:
        inputs - the input symbols to consider
        Returns:
        a graph view of the transition graph of this automaton for the given input symbols