© 2006-2007 ETH Zurich

Uses of Class
org.ximtec.igesture.core.TestSet

Packages that use TestSet
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. 
 

Uses of TestSet in org.ximtec.igesture.algorithm.rubine3d.tools
 

Methods in org.ximtec.igesture.algorithm.rubine3d.tools that return TestSet
static TestSet BatchTest3DTool.convert2DGestureSetToTestSet(GestureSet gestureSet)
          Converts a GestureSet to a TestSet
static TestSet BatchTest3DTool.convert3DGestureSetToTestSet(GestureSet gestureSet)
          Converts a GestureSet to a TestSet
 

Constructors in org.ximtec.igesture.algorithm.rubine3d.tools with parameters of type TestSet
BatchTest3DTool(TestSet testSet, GestureSet gestureSet, String configFileName, String outputDirName)
          Constructor
 

Uses of TestSet in org.ximtec.igesture.batch
 

Methods in org.ximtec.igesture.batch with parameters of type TestSet
 void BatchProcess.setTestSet(TestSet testSet)
          Adds a test set.
 

Constructors in org.ximtec.igesture.batch with parameters of type TestSet
BatchResult(TestSet testSet, Configuration configuration)
           
 

Uses of TestSet in org.ximtec.igesture.core
 

Methods in org.ximtec.igesture.core with parameters of type TestSet
 void Visitor.visit(TestSet testSet)
           
 

Uses of TestSet in org.ximtec.igesture.core.jdom
 

Methods in org.ximtec.igesture.core.jdom that return TestSet
static TestSet JdomTestSet.unmarshal(org.jdom.Element setElement)
           
 

Constructors in org.ximtec.igesture.core.jdom with parameters of type TestSet
JdomTestSet(TestSet testSet)
           
 

Uses of TestSet in org.ximtec.igesture.tool.util
 

Methods in org.ximtec.igesture.tool.util with parameters of type TestSet
 void PropertyChangeVisitor.visit(TestSet testSet)
           
 

Uses of TestSet in org.ximtec.igesture.tool.view
 

Methods in org.ximtec.igesture.tool.view that return types with arguments of type TestSet
 List<TestSet> MainModel.getTestSets()
          Returns a list with all test sets.
 

Uses of TestSet in org.ximtec.igesture.tool.view.batch
 

Methods in org.ximtec.igesture.tool.view.batch that return TestSet
 TestSet IBatchView.getTestSet()
           
 TestSet BatchView.getTestSet()
           
 

Uses of TestSet in org.ximtec.igesture.tool.view.testset.panel
 

Constructors in org.ximtec.igesture.tool.view.testset.panel with parameters of type TestSet
TestSetPanel(Controller controller, TestSet testSet)
           
 

Uses of TestSet in org.ximtec.igesture.tool.view.testset.wrapper
 

Methods in org.ximtec.igesture.tool.view.testset.wrapper that return types with arguments of type TestSet
 List<TestSet> TestSetList.getTestSet()
           
 

Methods in org.ximtec.igesture.tool.view.testset.wrapper with parameters of type TestSet
 void TestSetList.addTestSet(TestSet testSet)
           
 void TestSetList.removeTestSet(TestSet testSet)
           
 

Uses of TestSet in org.ximtec.igesture.util
 

Methods in org.ximtec.igesture.util that return TestSet
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.
 

Methods in org.ximtec.igesture.util with parameters of type TestSet
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
 

Method parameters in org.ximtec.igesture.util with type arguments of type TestSet
static void XMLTool.exportTestSet(List<TestSet> testSetList, File file)
          Exports a list of test sets.
 


© 2006-2007 ETH Zurich

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