Interface Value

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DoubleValue, FloatValue, IntValue, LongValue

public interface Value extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Value'.

The following features are supported:

See Also:
  • kieker.model.analysismodel.statistics.StatisticsPackage#getValue()
Generated:
Model:
abstract="true"
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Timestamp' attribute.
    void
    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, eUnset

    Methods 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

      void setTimestamp(Instant value)
      Sets the value of the 'Timestamp' attribute.
      Parameters:
      value - the new value of the 'Timestamp' attribute.
      See Also:
      Generated: