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.Identifier
A representation of the model object 'Runtime Measurement
'.
Measurement for a pcm model element.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.monitorrepository.MeasurementSpecificationReturns the value of the 'Measurement Specification' reference.org.palladiosimulator.edp2.models.measuringpoint.MeasuringPointReturns the value of the 'Measuring Point' reference.doubleReturns 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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- 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:
- 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:
- 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:
- 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:
- 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:
- Generated class or method.
-