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:
StatisticsPackage.getMeasurement()- Generated:
- Model:
- abstract="true"
-
Method Summary
Modifier and Type Method Description java.time.InstantgetTimestamp()Returns the value of the 'Timestamp' attribute.voidsetTimestamp(java.time.Instant value)Sets the value of the 'Timestamp' attribute.
-
Method Details
-
getTimestamp
java.time.Instant getTimestamp()Returns the value of the 'Timestamp' attribute.- Returns:
- the value of the 'Timestamp' attribute.
- See Also:
setTimestamp(Instant),StatisticsPackage.getMeasurement_Timestamp()- Generated:
- Model:
- dataType="kieker.model.analysismodel.Instant"
-
setTimestamp
void setTimestamp(java.time.Instant value)Sets the value of the 'Timestamp' attribute.- Parameters:
value- the new value of the 'Timestamp' attribute.- See Also:
getTimestamp()- Generated:
-