Interface RuntimeMeasurement
-
- 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:
RuntimeMeasurementImpl
public interface RuntimeMeasurement extends de.uka.ipd.sdq.identifier.IdentifierA representation of the model object 'Runtime Measurement '. Measurement for a pcm model element.The following features are supported:
- See Also:
RuntimeMeasurementPackage.getRuntimeMeasurement()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.monitorrepository.MeasurementSpecificationgetMeasurementSpecification()Returns the value of the 'Measurement Specification' reference.org.palladiosimulator.edp2.models.measuringpoint.MeasuringPointgetMeasuringPoint()Returns the value of the 'Measuring Point' reference.doublegetMeasuringValue()Returns the value of the 'Measuring Value' attribute.voidsetMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification value)Sets the value of the 'Measurement Specification' reference.voidsetMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)Sets the value of the 'Measuring Point' reference.voidsetMeasuringValue(double value)Sets the value of the 'Measuring Value' attribute.-
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
-
getMeasuringPoint
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
Returns the value of the 'Measuring Point' reference.If the meaning of the 'Measuring Point' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measuring Point' reference.
- See Also:
setMeasuringPoint(MeasuringPoint),RuntimeMeasurementPackage.getRuntimeMeasurement_MeasuringPoint()- Generated class or method.
- EMF model class or method.
-
setMeasuringPoint
void setMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)
Sets the value of the 'Measuring Point' reference.- Parameters:
value- the new value of the 'Measuring Point' reference.- See Also:
getMeasuringPoint()- Generated class or method.
-
getMeasurementSpecification
org.palladiosimulator.monitorrepository.MeasurementSpecification getMeasurementSpecification()
Returns the value of the 'Measurement Specification' reference.If the meaning of the 'Measurement Specification' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measurement Specification' reference.
- See Also:
setMeasurementSpecification(MeasurementSpecification),RuntimeMeasurementPackage.getRuntimeMeasurement_MeasurementSpecification()- Generated class or method.
- EMF model class or method.
-
setMeasurementSpecification
void setMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification value)
Sets the value of the 'Measurement Specification' reference.- Parameters:
value- the new value of the 'Measurement Specification' reference.- See Also:
getMeasurementSpecification()- Generated class or method.
-
getMeasuringValue
double getMeasuringValue()
Returns the value of the 'Measuring Value' attribute. The default value is"0.0".If the meaning of the 'Measuring Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measuring Value' attribute.
- See Also:
setMeasuringValue(double),RuntimeMeasurementPackage.getRuntimeMeasurement_MeasuringValue()- Generated class or method.
- EMF model class or method.
- default="0.0"
-
setMeasuringValue
void setMeasuringValue(double value)
Sets the value of the 'Measuring Value' attribute.- Parameters:
value- the new value of the 'Measuring Value' attribute.- See Also:
getMeasuringValue()- Generated class or method.
-
-