Interface FloatValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
public interface FloatValue extends Value
A representation of the model object 'Float Value'.
The following features are supported:
- See Also:
kieker.model.analysismodel.statistics.StatisticsPackage#getFloatValue()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description float
getMeasurement()
Returns the value of the 'Measurement' attribute.void
setMeasurement(float value)
Sets the value of the 'Measurement
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface kieker.model.analysismodel.statistics.Value
getTimestamp, setTimestamp
-
Method Details
-
getMeasurement
float getMeasurement()Returns the value of the 'Measurement' attribute.- Returns:
- the value of the 'Measurement' attribute.
- See Also:
setMeasurement(float)
,kieker.model.analysismodel.statistics.StatisticsPackage#getFloatValue_Measurement()
- Generated:
- Model:
-
setMeasurement
void setMeasurement(float value)Sets the value of the 'Measurement
' attribute.- Parameters:
value
- the new value of the 'Measurement' attribute.- See Also:
getMeasurement()
- Generated:
-