org.ximtec.igesture
Class MultimodalGestureQueue
java.lang.Object
org.ximtec.igesture.MultimodalGestureQueue
public class MultimodalGestureQueue
- extends Object
This class represents the input queue of the multi-modal gesture recogniser.
- Author:
- Bjorn Puype, bpuype@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultimodalGestureQueue
public MultimodalGestureQueue(Map<String,String> charMapping,
Map<String,Calendar> timeWindows,
MultimodalGestureRecogniser owner)
push
public void push(ResultSet resultSet)
- Push an element in the queue
- Parameters:
resultSet - The recognised gesture as a ResultSet
peek
public MultimodalGestureQueue.QueueElement peek()
- Retrieves but does not remove the head of the queue, null if empty
- Returns:
poll
public MultimodalGestureQueue.QueueElement poll()
- Retrieves and removes the head of the queue, null if empty
- Returns:
isEmpty
public boolean isEmpty()
size
public int size()
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.