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