Class ExampleShahbazGroz

    • Constructor Detail

      • ExampleShahbazGroz

        public ExampleShahbazGroz()
    • Method Detail

      • constructMachine

        public static net.automatalib.automaton.transducer.impl.CompactMealy<Character,​String> constructMachine()
      • constructMachine

        public static <S,​T,​A extends net.automatalib.automaton.transducer.MutableMealyMachine<S,​? super Character,​T,​? super String>> 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<Character> createInputAlphabet()