public interface ParameterObjectInterface
Modifier and Type | Method and Description |
---|---|
ParameterObjectInterface |
getCloneForParameter(double[] value)
Create a clone with a modified parameter.
|
double[] |
getParameter()
Get the current parameter associated with the state of the objects.
|
void |
setParameter(double[] parameter)
Deprecated.
|
double[] getParameter()
ParameterObjectInterface getCloneForParameter(double[] value) throws CloneNotSupportedException
value
- The new parameter.CloneNotSupportedException
- Thrown, when the curve could not be cloned.@Deprecated void setParameter(double[] parameter)
parameter
- The parameter associated with the new state of the objects.Copyright © 2019. All rights reserved.