public interface TimeSeries extends Value
The following features are supported:
ValuesPackage.getTimeSeries()
Modifier and Type | Method and Description |
---|---|
int |
getScalingFactor()
Returns the value of the 'Scaling Factor' attribute.
|
Unit |
getUnit()
Returns the value of the 'Unit' containment reference.
|
<any> |
getValue()
Returns the value of the 'Value' attribute list.
|
void |
setScalingFactor(int value)
Sets the value of the '
Scaling Factor ' attribute. |
void |
setUnit(Unit value)
Sets the value of the '
Unit ' containment reference. |
isSynched, setSynched
Unit getUnit()
If the meaning of the 'Unit' containment reference isn't clear, there really should be more of a description here...
setUnit(Unit)
,
ValuesPackage.getTimeSeries_Unit()
void setUnit(Unit value)
Unit
' containment reference.
value
- the new value of the 'Unit' containment reference.getUnit()
int getScalingFactor()
If the meaning of the 'Scaling Factor' attribute isn't clear, there really should be more of a description here...
setScalingFactor(int)
,
ValuesPackage.getTimeSeries_ScalingFactor()
void setScalingFactor(int value)
Scaling Factor
' attribute.
value
- the new value of the 'Scaling Factor' attribute.getScalingFactor()
<any> getValue()
Double
.
If the meaning of the 'Value' attribute list isn't clear, there really should be more of a description here...
ValuesPackage.getTimeSeries_Value()