Interface Run
-
- 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:
ExperimentDataPackage.getRun()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.measure.Measure
getDuration()
Returns the value of the 'Duration' attribute.EList<Measurement>
getMeasurement()
Returns the value of the 'Measurement' containment reference list.Date
getStartTime()
Returns the value of the 'Start Time' attribute.void
setDuration(javax.measure.Measure value)
Sets the value of the 'Duration
' attribute.void
setStartTime(Date value)
Sets the value of the 'Start Time
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.edp2.models.ExperimentData.Propertyable
getAdditionalInformation
-
-
-
-
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 typeMeasurement
. 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"
-
-