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