org.ximtec.igesture.batch.core
Class BatchAlgorithm
java.lang.Object
org.ximtec.igesture.batch.core.BatchAlgorithm
public class BatchAlgorithm
- extends Object
Datastructure to handle algorithms in batch process. This class aslo provides
XML import functionality.
- Version:
- 1.0 Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchAlgorithm
public BatchAlgorithm()
setName
public void setName(String name)
getName
public String getName()
addParameter
public void addParameter(BatchParameter parameter)
getParameters
public List<BatchParameter> getParameters()
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.