public abstract class Parameter
extends java.lang.Object
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
abstract float |
getParameter(int i)
return the i-th parameter.
|
abstract int |
getParameterLength()
Return the number of parameters
|
public abstract int getParameterLength()
public abstract float getParameter(int i)
i
- the i-th parameter. Starts with 1. Parameter 1 --> i=1