| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchSequenceValue
Represents the value of a sequence.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchParameter> |
BatchAlgorithm.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAlgorithm.addParameter(BatchParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
static BatchParameter |
JdomBatchParameter.unmarshal(org.jdom.Element parameter) |
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.