Interface IntValue

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

public interface IntValue extends Value
A representation of the model object 'Int Value'.

The following features are supported:

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

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

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

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