|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| 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)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||