public class PlateauMachine
extends java.lang.Object
PlateauMachine
is used to handle recognition of gestures
which follow a plataeu signal pattern.Constructor and Description |
---|
PlateauMachine()
Instantiates an object of the
PlateauMachine class. |
Modifier and Type | Method and Description |
---|---|
boolean |
move(int symbol)
Performs a move of the machine, and returns any output.
|