Interface Measurement
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,Propertyable
- All Known Implementing Classes:
MeasurementImpl
A representation of the model object 'Measurement'.
There is exactly one instance of this class for each combination of experiment run and corresponding measure declaration.
It indicates that the experiment run contains measurements for the linked Edp2Measure.
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 'Measurement Ranges' containment reference list.Returns the value of the 'Measuring Type' reference.getRun()
Returns the value of the 'Run' container reference.void
setMeasuringType
(MeasuringType value) Sets the value of the 'Measuring Type
' reference.void
Sets the value of the 'Run
' 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
Methods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.Propertyable
getAdditionalInformation
-
Method Details
-
getMeasuringType
MeasuringType getMeasuringType()Returns the value of the 'Measuring Type' reference.- Returns:
- the value of the 'Measuring Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMeasuringType
Sets the value of the 'Measuring Type
' reference.- Parameters:
value
- the new value of the 'Measuring Type' reference.- See Also:
- Generated class or method.
-
getMeasurementRanges
EList<MeasurementRange> getMeasurementRanges()Returns the value of the 'Measurement Ranges' containment reference list. The list contents are of typeMeasurementRange
. It is bidirectional and its opposite is 'Measurement
'.- Returns:
- the value of the 'Measurement Ranges' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="measurement" containment="true" ordered="false"
-
getRun
Run getRun()Returns the value of the 'Run' container reference. It is bidirectional and its opposite is 'Measurement
'.- Returns:
- the value of the 'Run' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="measurement" required="true" transient="false"
-
setRun
Sets the value of the 'Run
' container reference.- Parameters:
value
- the new value of the 'Run' container reference.- See Also:
- Generated class or method.
-