© 2006-2007 ETH Zurich

org.ximtec.igesture.batch.core
Class BatchSequenceValue

java.lang.Object
  extended by org.ximtec.igesture.batch.core.BatchParameter
      extended by 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

Constructor Summary
BatchSequenceValue()
           
 
Method Summary
 void addValue(String value)
          Adds a value to the batch sequence value.
 List<String> getValues()
          Returns the list of values of the sequence.
 
Methods inherited from class org.ximtec.igesture.batch.core.BatchParameter
getIncrementalValue, getName, getPermutationValue, getSequenceValue, getValue, setIncrementalValue, setName, setPermutationValue, setSequenceValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSequenceValue

public BatchSequenceValue()
Method Detail

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.

© 2006-2007 ETH Zurich

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