© 2006-2007 ETH Zurich

org.ximtec.igesture.batch
Class BatchResultSet

java.lang.Object
  extended by 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.
 
Method Summary
 void addResult(BatchResult result)
          Adds a batch result.
 List<BatchResult> getBatchResults()
          Returns a list with all batch results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchResultSet

public BatchResultSet()
Constructs a new batch result set.

Method Detail

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.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.