edu.neu.ccs
Class ParameterComplex
java.lang.Object
edu.neu.ccs.ParameterComplex
- public class ParameterComplex
- extends Object
Class ParameterComplex is a collection of interfaces
that classify functions that accept and return values of
type XComplex according to the number and kind of
auxiliary function parameters.
For example, a class that implements the interface
ParameterComplex.ArrayParam is required to have a method
with the following signature.
public void setParam(XComplex[] params)
Class ParameterComplex cannot be instantiated.
- Since:
- 2.4.0
- Version:
- 2.4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterComplex
private ParameterComplex()