Interface StateLocalInput<S,​I>

    • Method Detail

      • getLocalInputs

        Collection<I> getLocalInputs​(S state)
        Returns the collection of input symbols for which a successor state is defined.
        Parameters:
        state - the state for which the defined inputs should be returned
        Returns:
        the collection of input symbols for which a successor state is defined.