org.ximtec.igesture.batch.core
Class BatchSequenceValue
java.lang.Object
org.ximtec.igesture.batch.core.BatchParameter
org.ximtec.igesture.batch.core.BatchSequenceValue
public class BatchSequenceValue
- extends BatchParameter
Represents the value of a sequence. Used by the BatchProcess.
- 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 |
BatchSequenceValue
public BatchSequenceValue()
addValue
public void addValue(String value)
- Adds a value to the batch sequence value.
- Parameters:
value - the value to be added.
getValues
public List<String> getValues()
- Returns the list of values of the sequence.
- Returns:
- the list of values of the sequence.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.