public interface ExperimentState
The following features are supported:
GeppettoPackage.getExperimentState()
Modifier and Type | Method and Description |
---|---|
long |
getExperimentId()
Returns the value of the 'Experiment Id' attribute.
|
long |
getProjectId()
Returns the value of the 'Project Id' attribute.
|
<any> |
getRecordedVariables()
Returns the value of the 'Recorded Variables' containment reference list.
|
<any> |
getSetParameters()
Returns the value of the 'Set Parameters' containment reference list.
|
void |
setExperimentId(long value)
Sets the value of the '
Experiment Id ' attribute. |
void |
setProjectId(long value)
Sets the value of the '
Project Id ' attribute. |
<any> getRecordedVariables()
VariableValue
.
If the meaning of the 'Recorded Variables' reference list isn't clear, there really should be more of a description here...
GeppettoPackage.getExperimentState_RecordedVariables()
<any> getSetParameters()
VariableValue
.
If the meaning of the 'Set Parameters' reference list isn't clear, there really should be more of a description here...
GeppettoPackage.getExperimentState_SetParameters()
long getExperimentId()
If the meaning of the 'Experiment Id' attribute isn't clear, there really should be more of a description here...
setExperimentId(long)
,
GeppettoPackage.getExperimentState_ExperimentId()
void setExperimentId(long value)
Experiment Id
' attribute.
value
- the new value of the 'Experiment Id' attribute.getExperimentId()
long getProjectId()
If the meaning of the 'Project Id' attribute isn't clear, there really should be more of a description here...
setProjectId(long)
,
GeppettoPackage.getExperimentState_ProjectId()
void setProjectId(long value)
Project Id
' attribute.
value
- the new value of the 'Project Id' attribute.getProjectId()