Interface ScalarMeasurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DoubleMeasurement,FloatMeasurement,IntMeasurement,LongMeasurement
- All Known Implementing Classes:
DoubleMeasurementImpl,FloatMeasurementImpl,IntMeasurementImpl,LongMeasurementImpl,ScalarMeasurementImpl
public interface ScalarMeasurement extends Measurement
A representation of the model object 'Scalar Measurement'.
The following features are supported:
- See Also:
StatisticsPackage.getScalarMeasurement()- Generated:
- Model:
-
Method Summary
Methods 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 kieker.model.analysismodel.statistics.Measurement
getTimestamp, setTimestamp
-
Method Details
-
getUnit
Unit getUnit()Returns the value of the 'Unit' reference.- Returns:
- the value of the 'Unit' reference.
- See Also:
setUnit(Unit),StatisticsPackage.getScalarMeasurement_Unit()- Generated:
- Model:
-
setUnit
Sets the value of the 'Unit' reference.- Parameters:
value- the new value of the 'Unit' reference.- See Also:
getUnit()- Generated:
-