Interface Measurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DoubleMeasurement,FloatMeasurement,IntMeasurement,LongMeasurement,ScalarMeasurement,VectorMeasurement
- All Known Implementing Classes:
DoubleMeasurementImpl,FloatMeasurementImpl,IntMeasurementImpl,LongMeasurementImpl,MeasurementImpl,ScalarMeasurementImpl,VectorMeasurementImpl
public interface Measurement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Measurement'.
The following features are supported:
- See Also:
- Generated:
- Model:
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Timestamp' attribute.voidsetTimestamp(Instant value) Sets the value of the 'Timestamp' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTimestamp
Instant getTimestamp()Returns the value of the 'Timestamp' attribute.- Returns:
- the value of the 'Timestamp' attribute.
- See Also:
- Generated:
- Model:
- dataType="kieker.model.analysismodel.Instant"
-
setTimestamp
Sets the value of the 'Timestamp' attribute.- Parameters:
value- the new value of the 'Timestamp' attribute.- See Also:
- Generated:
-