public interface Dynamics extends Value
The following features are supported:
ValuesPackage.getDynamics()
Modifier and Type | Method and Description |
---|---|
Function |
getDynamics()
Returns the value of the 'Dynamics' containment reference.
|
PhysicalQuantity |
getInitialCondition()
Returns the value of the 'Initial Condition' containment reference.
|
void |
setDynamics(Function value)
Sets the value of the '
Dynamics ' containment reference. |
void |
setInitialCondition(PhysicalQuantity value)
Sets the value of the '
Initial Condition ' containment reference. |
isSynched, setSynched
PhysicalQuantity getInitialCondition()
If the meaning of the 'Initial Condition' containment reference isn't clear, there really should be more of a description here...
setInitialCondition(PhysicalQuantity)
,
ValuesPackage.getDynamics_InitialCondition()
void setInitialCondition(PhysicalQuantity value)
Initial Condition
' containment reference.
value
- the new value of the 'Initial Condition' containment reference.getInitialCondition()
Function getDynamics()
If the meaning of the 'Dynamics' reference isn't clear, there really should be more of a description here...
setDynamics(Function)
,
ValuesPackage.getDynamics_Dynamics()
void setDynamics(Function value)
Dynamics
' containment reference.
value
- the new value of the 'Dynamics' containment reference.getDynamics()