Class ExampleGrid

    • Constructor Detail

      • ExampleGrid

        public ExampleGrid​(int xsize,
                           int ysize)
    • Method Detail

      • constructMachine

        public static net.automatalib.automaton.transducer.impl.CompactMealy<Character,​Integer> constructMachine​(int xsize,
                                                                                                                       int ysize)
      • constructMachine

        public static <S,​A extends net.automatalib.automaton.transducer.MutableMealyMachine<S,​Character,​?,​Integer>> A constructMachine​(A fm,
                                                                                                                                                               int xsize,
                                                                                                                                                               int ysize)
        Construct and return a machine representation of this example.
        Type Parameters:
        S - state type
        A - automaton type
        Parameters:
        fm - the output object to write the contents to
        xsize - number of states in x direction
        ysize - number of states in y direction
        Returns:
        a Mealy machine with (xsize * ysize) states
      • createInputAlphabet

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

        public static ExampleGrid createExample​(int xsize,
                                                int ysize)