© 2006-2007 ETH Zurich

org.ximtec.igesture.batch
Class BatchProcessContainer

java.lang.Object
  extended by org.ximtec.igesture.batch.BatchProcessContainer

public class BatchProcessContainer
extends Object

Used for the configurations of the batch process.

Version:
1.0 Dec 2006
Author:
Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch

Constructor Summary
BatchProcessContainer()
          Constructs a new batch process container.
 
Method Summary
 void addAlgorithm(BatchAlgorithm algorithm)
          Adds a batch algorithm.
 void addGestureSet(GestureSet set)
          Adds a gesture set.
 List<BatchAlgorithm> getAlgorithms()
          Returns the batch algorithm.
 List<GestureSet> getGestureSets()
          Returns a list of gesture sets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchProcessContainer

public BatchProcessContainer()
Constructs a new batch process container.

Method Detail

getAlgorithms

public List<BatchAlgorithm> getAlgorithms()
Returns the batch algorithm.

Returns:
the batch algorithm.

addAlgorithm

public void addAlgorithm(BatchAlgorithm algorithm)
Adds a batch algorithm.

Parameters:
algorithm - the algorithm to be added.

getGestureSets

public List<GestureSet> getGestureSets()
Returns a list of gesture sets.

Returns:
list of gesture sets.

addGestureSet

public void addGestureSet(GestureSet set)
Adds a gesture set.

Parameters:
set - the gesture set to be added.

© 2006-2007 ETH Zurich

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