public class MultimodalGestureQueue.QueueElement extends Object implements Comparable<MultimodalGestureQueue.QueueElement>
| Constructor and Description |
|---|
MultimodalGestureQueue.QueueElement(ResultSet resultSet,
String character)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MultimodalGestureQueue.QueueElement o) |
void |
decrementWindows()
Decrement the number of time windows by 1.
|
String |
getCharacterRepresentation() |
Gesture<?> |
getGesture() |
ResultSet |
getResultSet() |
long |
getTime() |
int |
getWindows()
The number of time windows overlapping this gesture.
|
void |
incrementWindows()
Increment the number of time windows by 1.
|
boolean |
isIdentified() |
void |
setIdentified(boolean identified) |
String |
toString() |
public boolean isIdentified()
public void setIdentified(boolean identified)
identified - the identified to setpublic int getWindows()
public void incrementWindows()
public void decrementWindows()
public Gesture<?> getGesture()
public String getCharacterRepresentation()
public long getTime()
public int compareTo(MultimodalGestureQueue.QueueElement o)
compareTo in interface Comparable<MultimodalGestureQueue.QueueElement>public ResultSet getResultSet()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.