Interface DoubleValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Value

public interface DoubleValue
extends Value
A representation of the model object 'Double Value'.

The following features are supported:

See Also:
kieker.model.analysismodel.statistics.StatisticsPackage#getDoubleValue()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    double getMeasurement()
    Returns the value of the 'Measurement' attribute.
    void setMeasurement​(double 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

      double getMeasurement()
      Returns the value of the 'Measurement' attribute.
      Returns:
      the value of the 'Measurement' attribute.
      See Also:
      setMeasurement(double), kieker.model.analysismodel.statistics.StatisticsPackage#getDoubleValue_Measurement()
      Generated:
      Model:
    • setMeasurement

      void setMeasurement​(double value)
      Sets the value of the 'Measurement' attribute.
      Parameters:
      value - the new value of the 'Measurement' attribute.
      See Also:
      getMeasurement()
      Generated: