|
||||||||||
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:
AresPackage.getRun()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Constraint> |
getConstraints()
Returns the value of the 'Constraints' containment reference list. |
java.util.Date |
getFinished()
Returns the value of the 'Finished' attribute. |
SContext |
getModel()
Returns the value of the 'Model' reference. |
Model |
getParameterization()
Returns the value of the 'Parameterization' reference. |
org.eclipse.emf.common.util.EList<Parameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list. |
ResultType |
getResult()
Returns the value of the 'Result' attribute. |
org.eclipse.emf.common.util.EList<ConstraintTest> |
getResults()
Returns the value of the 'Results' containment reference list. |
java.util.Date |
getStarted()
Returns the value of the 'Started' attribute. |
Model |
getTest()
Returns the value of the 'Test' reference. |
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 |
setParameterization(Model value)
Sets the value of the ' Parameterization ' reference. |
void |
setResult(ResultType value)
Sets the value of the ' Result ' attribute. |
void |
setStarted(java.util.Date value)
Sets the value of the ' Started ' attribute. |
void |
setTest(Model value)
Sets the value of the ' Test ' reference. |
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)
,
AresPackage.getRun_Model()
void setModel(SContext value)
Model
' reference.
value
- the new value of the 'Model' reference.getModel()
Model getTest()
If the meaning of the 'Test' reference isn't clear, there really should be more of a description here...
setTest(Model)
,
AresPackage.getRun_Test()
void setTest(Model value)
Test
' reference.
value
- the new value of the 'Test' reference.getTest()
Model getParameterization()
If the meaning of the 'Parameterization' reference isn't clear, there really should be more of a description here...
setParameterization(org.eclipse.amp.amf.parameters.aPar.Model)
,
AresPackage.getRun_Parameterization()
void setParameterization(Model value)
Parameterization
' reference.
value
- the new value of the 'Parameterization' reference.getParameterization()
ResultType getResult()
""
.
The literals are from the enumeration ResultType
.
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
ResultType
,
setResult(ResultType)
,
AresPackage.getRun_Result()
void setResult(ResultType value)
Result
' attribute.
value
- the new value of the 'Result' attribute.ResultType
,
getResult()
org.eclipse.emf.common.util.EList<Parameter> getParameters()
Parameter
.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
AresPackage.getRun_Parameters()
org.eclipse.emf.common.util.EList<Constraint> getConstraints()
Constraint
.
If the meaning of the 'Constraints' reference list isn't clear, there really should be more of a description here...
AresPackage.getRun_Constraints()
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)
,
AresPackage.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)
,
AresPackage.getRun_Finished()
void setFinished(java.util.Date value)
Finished
' attribute.
value
- the new value of the 'Finished' attribute.getFinished()
org.eclipse.emf.common.util.EList<ConstraintTest> getResults()
ConstraintTest
.
If the meaning of the 'Results' containment reference list isn't clear, there really should be more of a description here...
AresPackage.getRun_Results()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |