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
    java.time.Instant getTimestamp()
    Returns the value of the 'Timestamp' attribute.
    void setTimestamp​(java.time.Instant value)
    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

      java.time.Instant getTimestamp()
      Returns the value of the 'Timestamp' attribute.
      Returns:
      the value of the 'Timestamp' attribute.
      See Also:
      setTimestamp(Instant), kieker.model.analysismodel.statistics.StatisticsPackage#getValue_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: