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
public interface Measurement extends de.uka.ipd.sdq.identifier.Identifier, Propertyable
A representation of the model object 'Measurement'. There is exactly one instance of this class for each& nbsp;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:
ExperimentDataPackage.getMeasurement()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<MeasurementRange>
getMeasurementRanges()
Returns the value of the 'Measurement Ranges' containment reference list.MeasuringType
getMeasuringType()
Returns the value of the 'Measuring Type' reference.Run
getRun()
Returns the value of the 'Run' container reference.void
setMeasuringType(MeasuringType value)
Sets the value of the 'Measuring Type
' reference.void
setRun(Run value)
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.Propertyable
getAdditionalInformation
-
-
-
-
Method Detail
-
getMeasuringType
MeasuringType getMeasuringType()
Returns the value of the 'Measuring Type' reference.If the meaning of the 'Measuring Type' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measuring Type' reference.
- See Also:
setMeasuringType(MeasuringType)
,ExperimentDataPackage.getMeasurement_MeasuringType()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMeasuringType
void setMeasuringType(MeasuringType value)
Sets the value of the 'Measuring Type
' reference.- Parameters:
value
- the new value of the 'Measuring Type' reference.- See Also:
getMeasuringType()
- 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
'.If the meaning of the 'Measurement Ranges' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measurement Ranges' containment reference list.
- See Also:
ExperimentDataPackage.getMeasurement_MeasurementRanges()
,MeasurementRange.getMeasurement()
- 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
'.If the meaning of the 'Run' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Run' container reference.
- See Also:
setRun(Run)
,ExperimentDataPackage.getMeasurement_Run()
,Run.getMeasurement()
- Generated class or method.
- EMF model class or method.
- opposite="measurement" required="true" transient="false"
-
-