|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Run
A representation of the model object 'Run'.
The following features are supported:
DataPackage.getRun()
Method Summary | |
---|---|
java.util.Date |
getFinished()
Returns the value of the 'Finished' attribute. |
org.eclipse.emf.common.util.EList<Measurement> |
getMeasurements()
Returns the value of the 'Measurements' containment reference list. |
SContext |
getModel()
Returns the value of the 'Model' reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.common.util.EList<ParameterSet> |
getParameterSets()
Returns the value of the 'Parameter Sets' containment reference list. |
java.util.Date |
getStarted()
Returns the value of the 'Started' attribute. |
void |
setFinished(java.util.Date value)
Sets the value of the ' Finished ' attribute. |
void |
setModel(SContext value)
Sets the value of the ' Model ' reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setStarted(java.util.Date value)
Sets the value of the ' Started ' attribute. |
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 |
Method Detail |
---|
SContext getModel()
If the meaning of the 'Model' reference isn't clear, there really should be more of a description here...
setModel(SContext)
,
DataPackage.getRun_Model()
void setModel(SContext value)
Model
' reference.
value
- the new value of the 'Model' reference.getModel()
java.util.Date getStarted()
If the meaning of the 'Started' attribute isn't clear, there really should be more of a description here...
setStarted(Date)
,
DataPackage.getRun_Started()
void setStarted(java.util.Date value)
Started
' attribute.
value
- the new value of the 'Started' attribute.getStarted()
java.util.Date getFinished()
If the meaning of the 'Finished' attribute isn't clear, there really should be more of a description here...
setFinished(Date)
,
DataPackage.getRun_Finished()
void setFinished(java.util.Date value)
Finished
' attribute.
value
- the new value of the 'Finished' attribute.getFinished()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DataPackage.getRun_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<ParameterSet> getParameterSets()
ParameterSet
.
If the meaning of the 'Parameter Sets' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getRun_ParameterSets()
org.eclipse.emf.common.util.EList<Measurement> getMeasurements()
Measurement
.
It is bidirectional and its opposite is 'Run
'.
If the meaning of the 'Measurements' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getRun_Measurements()
,
Measurement.getRun()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |