© 2006-2007 ETH Zurich

Uses of Class
org.ximtec.igesture.batch.core.BatchParameter

Packages that use BatchParameter
org.ximtec.igesture.batch Batch processing functionality for algorithm evaluation. 
org.ximtec.igesture.batch.core The core objects used in a batch process. 
org.ximtec.igesture.batch.core.jdom   
 

Uses of BatchParameter in org.ximtec.igesture.batch
 

Methods in org.ximtec.igesture.batch with parameters of type BatchParameter
protected static void BatchProcess.processForLoopParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes for loop parameters.
protected static void BatchProcess.processPowerSetParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes power set parameters.
protected static void BatchProcess.processSequenceParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes sequence parameters.
protected static void BatchProcess.processSimpleParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes simple value parameters.
 

Method parameters in org.ximtec.igesture.batch with type arguments of type BatchParameter
protected static void BatchProcess.processForLoopParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes for loop parameters.
protected static void BatchProcess.processPowerSetParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes power set parameters.
protected static void BatchProcess.processSequenceParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes sequence parameters.
protected static void BatchProcess.processSimpleParameter(BatchParameter param, Configuration configuration, String algorithm, List<BatchParameter> parameters, int index, List<Configuration> configurations)
          Processes simple value parameters.
 

Uses of BatchParameter in org.ximtec.igesture.batch.core
 

Subclasses of BatchParameter in org.ximtec.igesture.batch.core
 class BatchSequenceValue
          Represents the value of a sequence.
 

Methods in org.ximtec.igesture.batch.core that return types with arguments of type BatchParameter
 List<BatchParameter> BatchAlgorithm.getParameters()
           
 

Methods in org.ximtec.igesture.batch.core with parameters of type BatchParameter
 void BatchAlgorithm.addParameter(BatchParameter parameter)
           
 

Uses of BatchParameter in org.ximtec.igesture.batch.core.jdom
 

Methods in org.ximtec.igesture.batch.core.jdom that return BatchParameter
static BatchParameter JdomBatchParameter.unmarshal(org.jdom.Element parameter)
           
 


© 2006-2007 ETH Zurich

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