|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.neu.ccs.gui.Parameter
Class Parameter is a collection of interfaces
that classify functions that accept and return values of
type double according to the number and kind of
auxiliary function parameters.
For example, a class that implements the interface
Parameter.ArrayParam is required to have a method
with the following signature.
public void setParam(double[] params)
| Nested Class Summary | |
static interface |
Parameter.ArrayOfArrayParam
|
static interface |
Parameter.ArrayParam
|
static interface |
Parameter.FourParam
|
static interface |
Parameter.OneParam
|
static interface |
Parameter.Point2DArrayParam
|
static interface |
Parameter.Point2DParam
|
static interface |
Parameter.ThreeParam
|
static interface |
Parameter.TwoArrayParam
|
static interface |
Parameter.TwoParam
|
| Constructor Summary | |
Parameter()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||