Class ExamplePaulAndMary

    • Constructor Detail

      • ExamplePaulAndMary

        public ExamplePaulAndMary()
    • Method Detail

      • constructMachine

        public static net.automatalib.automaton.fsa.impl.CompactDFA<String> constructMachine()
        Construct and return a machine representation of this example.
        Returns:
        machine instance of the example
      • constructMachine

        public static <A extends net.automatalib.automaton.fsa.MutableDFA<S,​? super String>,​S> A constructMachine​(A dfa)
      • createInputAlphabet

        public static net.automatalib.alphabet.Alphabet<String> createInputAlphabet()