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:
ExperimentDataPackage.getRawMeasurements()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DataSeries>
getDataSeries()
Returns the value of the 'Data Series' containment reference list.MeasurementRange
getMeasurementRange()
Returns the value of the 'Measurement Range' container reference.void
setMeasurementRange(MeasurementRange value)
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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
'.If the meaning of the 'Data Series' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Data Series' containment reference list.
- See Also:
ExperimentDataPackage.getRawMeasurements_DataSeries()
,DataSeries.getRawMeasurements()
- 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
'.If the meaning of the 'Measurement Range' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measurement Range' container reference.
- See Also:
setMeasurementRange(MeasurementRange)
,ExperimentDataPackage.getRawMeasurements_MeasurementRange()
,MeasurementRange.getRawMeasurements()
- Generated class or method.
- EMF model class or method.
- opposite="rawMeasurements" required="true" transient="false" ordered="false"
-
setMeasurementRange
void setMeasurementRange(MeasurementRange value)
Sets the value of the 'Measurement Range
' container reference.- Parameters:
value
- the new value of the 'Measurement Range' container reference.- See Also:
getMeasurementRange()
- Generated class or method.
-
-