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
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 Summary
Modifier and TypeMethodDescriptionjavax.measure.Measure
Returns the value of the 'Duration' attribute.Returns the value of the 'Measurement' containment reference list.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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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 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
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 typeMeasurement
. 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"
-