org.ximtec.igesture.tool.view.testbench.wrapper
Class AlgorithmWrapper
java.lang.Object
org.ximtec.igesture.core.DefaultPropertyChangeNotifier
org.ximtec.igesture.tool.view.testbench.wrapper.AlgorithmWrapper
- All Implemented Interfaces:
- DataObjectWrapper, PropertyChangeNotifier
public class AlgorithmWrapper
- extends DefaultPropertyChangeNotifier
- implements DataObjectWrapper
Comment
- Version:
- 1.0 23.03.2008
- Author:
- Ueli Kurmann
AlgorithmWrapper
public AlgorithmWrapper(MainModel mainModel,
Class<? extends Algorithm> algorithmClass)
addConfiguration
public void addConfiguration(Configuration configuration)
removeConfiguration
public void removeConfiguration(Configuration configuration)
getAlgorithm
public Class<? extends Algorithm> getAlgorithm()
getName
public String getName()
toString
public String toString()
- Overrides:
toString in class Object
getDataObjects
public List<DataObject> getDataObjects()
- Description copied from interface:
DataObjectWrapper
- Returns the list of data objects managed by this data object wrapper.
- Specified by:
getDataObjects in interface DataObjectWrapper
- Returns:
- list of data objects.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.