public class ExampleGrid extends Object
| Constructor and Description |
|---|
ExampleGrid() |
| Modifier and Type | Method and Description |
|---|---|
static <S,A extends MutableMealyMachine<S,Character,?,Integer>> |
constructMachine(A fm,
int xsize,
int ysize)
Construct and return a machine representation of this example
|
static CompactMealy<Character,Integer> |
constructMachine(int xsize,
int ysize) |
static Alphabet<Character> |
getInputAlphabet() |
public ExampleGrid()
public static Alphabet<Character> getInputAlphabet()
public static <S,A extends MutableMealyMachine<S,Character,?,Integer>> A constructMachine(A fm, int xsize, int ysize)
xsize - number of states in x directionysize - number of states in y directionpublic static CompactMealy<Character,Integer> constructMachine(int xsize, int ysize)
Copyright © 2013. All Rights Reserved.