| Package | Description |
|---|---|
| org.ximtec.igesture.algorithm.rubine3d.tools | |
| org.ximtec.igesture.batch |
Batch processing functionality for algorithm evaluation.
|
| org.ximtec.igesture.core |
The core iGesture classes.
|
| org.ximtec.igesture.core.jdom |
XML import and export functionality for core iGesture classes.
|
| org.ximtec.igesture.tool.util | |
| org.ximtec.igesture.tool.view | |
| org.ximtec.igesture.tool.view.batch | |
| org.ximtec.igesture.tool.view.testset.panel | |
| org.ximtec.igesture.tool.view.testset.wrapper | |
| org.ximtec.igesture.util |
Some utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
BatchTest3DTool.convert2DGestureSetToTestSet(GestureSet gestureSet)
Converts a GestureSet to a TestSet
|
static TestSet |
BatchTest3DTool.convert3DGestureSetToTestSet(GestureSet gestureSet)
Converts a GestureSet to a TestSet
|
| Constructor and Description |
|---|
BatchTest3DTool(TestSet testSet,
GestureSet gestureSet,
String configFileName,
String outputDirName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchProcess.setTestSet(TestSet testSet)
Adds a test set.
|
| Constructor and Description |
|---|
BatchResult(TestSet testSet,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visit(TestSet testSet) |
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
JdomTestSet.unmarshal(org.jdom.Element setElement) |
| Constructor and Description |
|---|
JdomTestSet(TestSet testSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyChangeVisitor.visit(TestSet testSet) |
| Modifier and Type | Method and Description |
|---|---|
List<TestSet> |
MainModel.getTestSets()
Returns a list with all test sets.
|
| Modifier and Type | Method and Description |
|---|---|
TestSet |
IBatchView.getTestSet() |
TestSet |
BatchView.getTestSet() |
| Constructor and Description |
|---|
TestSetPanel(Controller controller,
TestSet testSet) |
| Modifier and Type | Method and Description |
|---|---|
List<TestSet> |
TestSetList.getTestSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetList.addTestSet(TestSet testSet) |
void |
TestSetList.removeTestSet(TestSet testSet) |
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
GestureTool.combineTestSet(TestSet[] testSets)
Combines different test sets.
|
static TestSet |
GestureTool.createNoise(GestureSet set)
Creates a noise test set from the gesture set.
|
static TestSet |
GestureTool.createTestSet(GestureSet set)
Transforms a gesture set into a test set.
|
static TestSet |
XMLTool.importTestSet(File file)
Imports a list of test sets.
|
static TestSet |
XMLTool.importTestSet(InputStream inputStream)
Imports a list of test sets from an XML document.
|
| Modifier and Type | Method and Description |
|---|---|
static TestSet |
GestureTool.combineTestSet(TestSet[] testSets)
Combines different test sets.
|
static void |
XMLTool.exportTestSet(TestSet testSet,
File file)
Exports a test set.
|
static InputStream |
XMLTool.exportTestSetAsStream(TestSet testSet)
Exports a Test Set as XML Stream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLTool.exportTestSet(List<TestSet> testSetList,
File file)
Exports a list of test sets.
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.