Interface MooreTransitionSystem<S,​I,​T,​O>

    • Method Detail

      • getTransitionProperty

        default Void getTransitionProperty​(S state,
                                           I input)
        Description copied from interface: UniversalDTS
        Retrieves the transition property of the outgoing transition corresponding to the given state and input, if it exists. Otherwise, null is returned.

        Note that this method alone is insufficient for determining whether a transition actually exists, as null might either be property of an existing transition, or indicate that the transition does not exist.

        Specified by:
        getTransitionProperty in interface UniversalDTS<S,​I,​T,​O,​Void>
        Parameters:
        state - the source state
        input - the input symbol
        Returns:
        the property of the outgoing transition, or null