© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.view.testbench.wrapper
Class AlgorithmList

java.lang.Object
  extended by org.ximtec.igesture.core.DefaultPropertyChangeNotifier
      extended by org.ximtec.igesture.tool.view.testbench.wrapper.AlgorithmList
All Implemented Interfaces:
PropertyChangeNotifier

public class AlgorithmList
extends DefaultPropertyChangeNotifier


Field Summary
 List<AlgorithmWrapper> algorithms
           
static String PROPERTY_SETS
           
 
Fields inherited from class org.ximtec.igesture.core.DefaultPropertyChangeNotifier
propertyChangeSupport
 
Constructor Summary
AlgorithmList(MainModel mainModel)
           
 
Method Summary
 void addAlgorithm(AlgorithmWrapper algorithmWrapper)
           
 List<AlgorithmWrapper> getAlgorithms()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class org.ximtec.igesture.core.DefaultPropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY_SETS

public static final String PROPERTY_SETS
See Also:
Constant Field Values

algorithms

public List<AlgorithmWrapper> algorithms
Constructor Detail

AlgorithmList

public AlgorithmList(MainModel mainModel)
Method Detail

addAlgorithm

public void addAlgorithm(AlgorithmWrapper algorithmWrapper)

getAlgorithms

public List<AlgorithmWrapper> getAlgorithms()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

© 2006-2007 ETH Zurich

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