Interface RawMeasurements
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
RawMeasurementsImpl
public interface RawMeasurements
extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Raw Measurements'.
Raw measurements contains an orderered list of measurements for a sensor. For each measurement the time when the measurement as well as the measurement itself are stored. Hence, n measurements imply n event times. This means that inheriting classes have to ensure the same number and ordering for additionally stored measurements.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Series' containment reference list.Returns the value of the 'Measurement Range' container reference.void
Sets the value of the 'Measurement Range
' container reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDataSeries
EList<DataSeries> getDataSeries()Returns the value of the 'Data Series' containment reference list. The list contents are of typeDataSeries
. It is bidirectional and its opposite is 'Raw Measurements
'.- Returns:
- the value of the 'Data Series' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="rawMeasurements" containment="true" required="true" ordered="false"
-
getMeasurementRange
MeasurementRange getMeasurementRange()Returns the value of the 'Measurement Range' container reference. It is bidirectional and its opposite is 'Raw Measurements
'.- Returns:
- the value of the 'Measurement Range' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="rawMeasurements" required="true" transient="false" ordered="false"
-
setMeasurementRange
Sets the value of the 'Measurement Range
' container reference.- Parameters:
value
- the new value of the 'Measurement Range' container reference.- See Also:
- Generated class or method.
-