public interface RuntimeMeasurement
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
RuntimeMeasurementPackage.getRuntimeMeasurement()| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.monitorrepository.MeasurementSpecification |
getMeasurementSpecification()
Returns the value of the 'Measurement Specification' reference.
|
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint |
getMeasuringPoint()
Returns the value of the 'Measuring Point' reference.
|
double |
getMeasuringValue()
Returns the value of the 'Measuring Value' attribute.
|
void |
setMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification value)
Sets the value of the '
Measurement Specification' reference. |
void |
setMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)
Sets the value of the '
Measuring Point' reference. |
void |
setMeasuringValue(double value)
Sets the value of the '
Measuring Value' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverorg.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
If the meaning of the 'Measuring Point' reference isn't clear, there really should be more of a description here...
setMeasuringPoint(MeasuringPoint),
RuntimeMeasurementPackage.getRuntimeMeasurement_MeasuringPoint()void setMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)
Measuring Point' reference. value - the new value of the 'Measuring Point' reference.getMeasuringPoint()org.palladiosimulator.monitorrepository.MeasurementSpecification getMeasurementSpecification()
If the meaning of the 'Measurement Specification' reference isn't clear, there really should be more of a description here...
setMeasurementSpecification(MeasurementSpecification),
RuntimeMeasurementPackage.getRuntimeMeasurement_MeasurementSpecification()void setMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification value)
Measurement Specification' reference. value - the new value of the 'Measurement Specification' reference.getMeasurementSpecification()double getMeasuringValue()
"0.0".
If the meaning of the 'Measuring Value' attribute isn't clear, there really should be more of a description here...
setMeasuringValue(double),
RuntimeMeasurementPackage.getRuntimeMeasurement_MeasuringValue()void setMeasuringValue(double value)
Measuring Value' attribute. value - the new value of the 'Measuring Value' attribute.getMeasuringValue()