public interface TimeSeries<V extends Value,U extends Unit<V>>
extends org.eclipse.emf.ecore.EObject
The following features are supported:
StatisticsPackage.getTimeSeries()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.Object |
getUnit()
Returns the value of the 'Unit' attribute.
|
org.eclipse.emf.common.util.EList<V> |
getValues()
Returns the value of the 'Values' reference list.
|
void |
setUnit(java.lang.Object value)
Sets the value of the '
Unit ' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
StatisticsPackage.getTimeSeries_Name()
java.lang.Object getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
setUnit(Object)
,
StatisticsPackage.getTimeSeries_Unit()
void setUnit(java.lang.Object value)
Unit
' attribute.
value
- the new value of the 'Unit' attribute.getUnit()
org.eclipse.emf.common.util.EList<V> getValues()
If the meaning of the 'Values' reference list isn't clear, there really should be more of a description here...
StatisticsPackage.getTimeSeries_Values()
Copyright 2020 Kieker Project, http://kieker-monitoring.net