Interface ExperimentRun

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

public interface ExperimentRun extends Run
A representation of the model object 'Experiment Run'. Experiment runs contain the collected data (results) for each replication of an experiment. The data is collected for each sensor declared in the experiment setting. There is one instance of collected data for each declared sensor. The time when the experiment was started and how long it took are stored as attributes. The end of the experiment run can be calculated by: endTime = startTime + duration. self.experimentSetting.measure->size()=measurements->size() and self.experimentSetting.measure->forAll(s|self.measurements->collect(measure)->select(s2|s=s2)->size()=1)

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.