Class MooreBuilder.MooreBuilder1

    • Method Detail

      • on

        public MooreBuilder.MooreBuilder3 on​(I input)
        Sets the input symbol of the current transition definition(s).
        Parameters:
        input - the input symbol
        Returns:
        the next fluent state
      • on

        @SafeVarargs
        public final MooreBuilder.MooreBuilder3 on​(I firstInput,
                                                   I... otherInputs)
        Sets multiple input symbols of the current transition definition(s).
        Parameters:
        firstInput - the mandatory first input symbol
        otherInputs - the optional additional input symbols
        Returns:
        the next fluent state