Interface RuntimeMeasurement

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier
All Known Implementing Classes:
RuntimeMeasurementImpl

public interface RuntimeMeasurement extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Runtime Measurement '. Measurement for a pcm model element.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getMeasuringPoint

      org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
      Returns the value of the 'Measuring Point' reference.

      If the meaning of the 'Measuring Point' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Measuring Point' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setMeasuringPoint

      void setMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)
      Sets the value of the ' Measuring Point' reference.
      Parameters:
      value - the new value of the 'Measuring Point' reference.
      See Also:
      Generated class or method.
    • getMeasurementSpecification

      org.palladiosimulator.monitorrepository.MeasurementSpecification getMeasurementSpecification()
      Returns the value of the 'Measurement Specification' reference.

      If the meaning of the 'Measurement Specification' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Measurement Specification' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setMeasurementSpecification

      void setMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification value)
      Sets the value of the ' Measurement Specification' reference.
      Parameters:
      value - the new value of the 'Measurement Specification' reference.
      See Also:
      Generated class or method.
    • getMeasuringValue

      double getMeasuringValue()
      Returns the value of the 'Measuring Value' attribute. The default value is "0.0".

      If the meaning of the 'Measuring Value' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Measuring Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0"
    • setMeasuringValue

      void setMeasuringValue(double value)
      Sets the value of the ' Measuring Value' attribute.
      Parameters:
      value - the new value of the 'Measuring Value' attribute.
      See Also:
      Generated class or method.