Class ExampleStack

    • Constructor Detail

      • ExampleStack

        public ExampleStack()
    • Method Detail

      • constructMachine

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

        public static net.automatalib.alphabet.Alphabet<ExampleStack.Input> createInputAlphabet()
      • createExample

        public static ExampleStack createExample()