Class ExampleCoffeeMachine

    • Constructor Detail

      • ExampleCoffeeMachine

        public ExampleCoffeeMachine()
    • Method Detail

      • constructMachine

        public static <S,​T,​A extends net.automatalib.automaton.transducer.MutableMealyMachine<S,​? super ExampleCoffeeMachine.Input,​T,​? super String>> A constructMachine​(A machine)
        Construct and return a machine representation of this example.
        Type Parameters:
        S - state type
        T - transition type
        A - automaton type
        Parameters:
        machine - the output object to write the contents to
        Returns:
        a Mealy machine representing the coffee machine example