org.ximtec.igesture.batch
Class BatchResultSet
java.lang.Object
org.ximtec.igesture.batch.BatchResultSet
public class BatchResultSet
- extends Object
Container for a set of batch results.
- Version:
- 1.0 Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
|
Constructor Summary |
BatchResultSet()
Constructs a new batch result set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchResultSet
public BatchResultSet()
- Constructs a new batch result set.
addResult
public void addResult(BatchResult result)
- Adds a batch result.
- Parameters:
result - the batch result to be added.
getBatchResults
public List<BatchResult> getBatchResults()
- Returns a list with all batch results.
- Returns:
- the list with all batch results.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.