public abstract class Module
extends java.lang.Object
getLocalParameters()
. GUIs should make use of this getter
to display visual parameter controls to users. Subclasses don't have direct
access to the list; instead they must use registerParameter()
(ideally
in the constructor) to make sure the parameters are returned.
Module
should specify a module name
in their constructor using setName()
. If a name is not provided,
the simple name of the class will be used.
getResources()
.Parameter
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Parameter<?>> |
getLocalParameters()
This method is used by the GUI in order to build visual
representations of all parameters used by the module.
|
java.lang.String |
toString() |
public final java.util.ArrayList<Parameter<?>> getLocalParameters()
public java.lang.String toString()
toString
in class java.lang.Object