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 Subinterfaces:
ExperimentGroupRun, ExperimentRun
All Known Implementing Classes:
ExperimentGroupRunImpl, ExperimentRunImpl, RunImpl

public interface Run extends de.uka.ipd.sdq.identifier.Identifier, Propertyable
A representation of the model object 'Run'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • 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:
      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:
      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:
      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:
      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'.
      Returns:
      the value of the 'Measurement' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="run" containment="true" ordered="false"