public class ExperimentStateImpl extends MinimalEObjectImpl.Container implements ExperimentState
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static long |
EXPERIMENT_ID_EDEFAULT
The default value of the '
Experiment Id ' attribute. |
protected long |
experimentId
The cached value of the '
Experiment Id ' attribute. |
protected static long |
PROJECT_ID_EDEFAULT
The default value of the '
Project Id ' attribute. |
protected long |
projectId
The cached value of the '
Project Id ' attribute. |
protected <any> |
recordedVariables
The cached value of the '
Recorded Variables ' containment reference list. |
protected <any> |
setParameters
The cached value of the '
Set Parameters ' containment reference list. |
Modifier | Constructor and Description |
---|---|
protected |
ExperimentStateImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
long |
getExperimentId() |
long |
getProjectId() |
<any> |
getRecordedVariables() |
<any> |
getSetParameters() |
void |
setExperimentId(long newExperimentId) |
void |
setProjectId(long newProjectId) |
java.lang.String |
toString() |
protected <any> recordedVariables
Recorded Variables
' containment reference list.
getRecordedVariables()
protected <any> setParameters
Set Parameters
' containment reference list.
getSetParameters()
protected static final long EXPERIMENT_ID_EDEFAULT
Experiment Id
' attribute.
getExperimentId()
,
Constant Field Valuesprotected long experimentId
Experiment Id
' attribute.
getExperimentId()
protected static final long PROJECT_ID_EDEFAULT
Project Id
' attribute.
getProjectId()
,
Constant Field Valuesprotected long projectId
Project Id
' attribute.
getProjectId()
protected EClass eStaticClass()
public <any> getRecordedVariables()
getRecordedVariables
in interface ExperimentState
GeppettoPackage.getExperimentState_RecordedVariables()
public <any> getSetParameters()
getSetParameters
in interface ExperimentState
GeppettoPackage.getExperimentState_SetParameters()
public long getExperimentId()
getExperimentId
in interface ExperimentState
ExperimentState.setExperimentId(long)
,
GeppettoPackage.getExperimentState_ExperimentId()
public void setExperimentId(long newExperimentId)
setExperimentId
in interface ExperimentState
newExperimentId
- the new value of the 'Experiment Id' attribute.ExperimentState.getExperimentId()
public long getProjectId()
getProjectId
in interface ExperimentState
ExperimentState.setProjectId(long)
,
GeppettoPackage.getExperimentState_ProjectId()
public void setProjectId(long newProjectId)
setProjectId
in interface ExperimentState
newProjectId
- the new value of the 'Project Id' attribute.ExperimentState.getProjectId()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()