Interface Measurement

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

    public interface Measurement
    extends de.uka.ipd.sdq.identifier.Identifier, Propertyable
    A representation of the model object 'Measurement'. There is exactly one instance of this  class for each& nbsp;combination of experiment run and corresponding  measure declaration. It indicates that the experiment run contains measurements for the linked Edp2Measure.

    The following features are supported:

    See Also:
    ExperimentDataPackage.getMeasurement()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setMeasuringType

        void setMeasuringType​(MeasuringType value)
        Sets the value of the ' Measuring Type' reference.
        Parameters:
        value - the new value of the 'Measuring Type' reference.
        See Also:
        getMeasuringType()
        Generated class or method.
      • getRun

        Run getRun()
        Returns the value of the 'Run' container reference. It is bidirectional and its opposite is 'Measurement'.

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

        Returns:
        the value of the 'Run' container reference.
        See Also:
        setRun(Run), ExperimentDataPackage.getMeasurement_Run(), Run.getMeasurement()
        Generated class or method.
        EMF model class or method.
        opposite="measurement" required="true" transient="false"
      • setRun

        void setRun​(Run value)
        Sets the value of the ' Run' container reference.
        Parameters:
        value - the new value of the 'Run' container reference.
        See Also:
        getRun()
        Generated class or method.