Interface Run

    • Method Detail

      • getDuration

        javax.measure.Measure getDuration()
        Returns the value of the 'Duration' attribute. Length of the duration in milli-seconds.
        Returns:
        the value of the 'Duration' attribute.
        See Also:
        setDuration(Measure), ExperimentDataPackage.getRun_Duration()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSDurationMeasure" required="true" ordered="false"
      • setDuration

        void setDuration​(javax.measure.Measure value)
        Sets the value of the ' Duration' attribute.
        Parameters:
        value - the new value of the 'Duration' attribute.
        See Also:
        getDuration()
        Generated class or method.
      • getStartTime

        Date getStartTime()
        Returns the value of the 'Start Time' attribute. Instant at which the experiment run is started.
        Returns:
        the value of the 'Start Time' attribute.
        See Also:
        setStartTime(Date), ExperimentDataPackage.getRun_StartTime()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setStartTime

        void setStartTime​(Date value)
        Sets the value of the ' Start Time ' attribute.
        Parameters:
        value - the new value of the 'Start Time' attribute.
        See Also:
        getStartTime()
        Generated class or method.
      • getMeasurement

        EList<Measurement> getMeasurement()
        Returns the value of the 'Measurement' containment reference list. The list contents are of type Measurement. It is bidirectional and its opposite is ' Run'.

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

        Returns:
        the value of the 'Measurement' containment reference list.
        See Also:
        ExperimentDataPackage.getRun_Measurement(), Measurement.getRun()
        Generated class or method.
        EMF model class or method.
        opposite="run" containment="true" ordered="false"