edu.neu.ccs
Class Parameter
java.lang.Object
edu.neu.ccs.Parameter
- public class Parameter
- extends Object
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)
Class Parameter cannot be instantiated.
- Since:
- 2.3.2
- Version:
- 2.4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
private Parameter()