public class AlgorithmList extends DefaultPropertyChangeNotifier
| Modifier and Type | Field and Description |
|---|---|
List<AlgorithmWrapper> |
algorithms |
static String |
PROPERTY_SETS |
propertyChangeSupport| Constructor and Description |
|---|
AlgorithmList(MainModel mainModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlgorithm(AlgorithmWrapper algorithmWrapper) |
List<AlgorithmWrapper> |
getAlgorithms() |
String |
getName() |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROPERTY_SETS
public List<AlgorithmWrapper> algorithms
public AlgorithmList(MainModel mainModel)
public void addAlgorithm(AlgorithmWrapper algorithmWrapper)
public List<AlgorithmWrapper> getAlgorithms()
public String getName()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.