Interface Experiment
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
ExperimentImpl
public interface Experiment extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Experiment'.The following features are supported:
- See Also:
ExperimentsPackage.getExperiment()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the value of the 'Description' attribute.ExperimentDesign
getExperimentDesign()
Returns the value of the 'Experiment Design' containment reference.String
getId()
Returns the value of the 'Id' attribute.InitialModel
getInitialModel()
Returns the value of the 'Initial Model' containment reference.EList<Modification>
getModifications()
Returns the value of the 'Modifications' containment reference list.String
getName()
Returns the value of the 'Name' attribute.int
getRepetitions()
Returns the value of the 'Repetitions' attribute.ResponseMeasurement
getResponseMeasurement()
Returns the value of the 'Response Measurement' containment reference.EList<StopCondition>
getStopConditions()
Returns the value of the 'Stop Conditions' containment reference list.EList<ToolConfiguration>
getToolConfiguration()
Returns the value of the 'Tool Configuration' containment reference list.EList<Variation>
getVariations()
Returns the value of the 'Variations' containment reference list.void
setDescription(String value)
Sets the value of the 'Description
' attribute.void
setExperimentDesign(ExperimentDesign value)
Sets the value of the 'Experiment Design
' containment reference.void
setId(String value)
Sets the value of the 'Id
' attribute.void
setInitialModel(InitialModel value)
Sets the value of the 'Initial Model
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setRepetitions(int value)
Sets the value of the 'Repetitions
' attribute.void
setResponseMeasurement(ResponseMeasurement value)
Sets the value of the 'Response Measurement
' containment reference.-
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getVariations
EList<Variation> getVariations()
Returns the value of the 'Variations' containment reference list. The list contents are of typeVariation
.If the meaning of the 'Variations' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Variations' containment reference list.
- See Also:
ExperimentsPackage.getExperiment_Variations()
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
getModifications
EList<Modification> getModifications()
Returns the value of the 'Modifications' containment reference list. The list contents are of typeModification
.If the meaning of the 'Modifications' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Modifications' containment reference list.
- See Also:
ExperimentsPackage.getExperiment_Modifications()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getId
String getId()
Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,ExperimentsPackage.getExperiment_Id()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setId
void setId(String value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
- Generated class or method.
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ExperimentsPackage.getExperiment_Name()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated class or method.
-
getToolConfiguration
EList<ToolConfiguration> getToolConfiguration()
Returns the value of the 'Tool Configuration' containment reference list. The list contents are of typeToolConfiguration
.If the meaning of the 'Tool Configuration' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Tool Configuration' containment reference list.
- See Also:
ExperimentsPackage.getExperiment_ToolConfiguration()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
getStopConditions
EList<StopCondition> getStopConditions()
Returns the value of the 'Stop Conditions' containment reference list. The list contents are of typeStopCondition
.If the meaning of the 'Stop Conditions' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stop Conditions' containment reference list.
- See Also:
ExperimentsPackage.getExperiment_StopConditions()
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute.If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String)
,ExperimentsPackage.getExperiment_Description()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDescription
void setDescription(String value)
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
- Generated class or method.
-
getExperimentDesign
ExperimentDesign getExperimentDesign()
Returns the value of the 'Experiment Design' containment reference.If the meaning of the 'Experiment Design' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Experiment Design' containment reference.
- See Also:
setExperimentDesign(ExperimentDesign)
,ExperimentsPackage.getExperiment_ExperimentDesign()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setExperimentDesign
void setExperimentDesign(ExperimentDesign value)
Sets the value of the 'Experiment Design
' containment reference.- Parameters:
value
- the new value of the 'Experiment Design' containment reference.- See Also:
getExperimentDesign()
- Generated class or method.
-
getResponseMeasurement
ResponseMeasurement getResponseMeasurement()
Returns the value of the 'Response Measurement' containment reference.If the meaning of the 'Response Measurement' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Response Measurement' containment reference.
- See Also:
setResponseMeasurement(ResponseMeasurement)
,ExperimentsPackage.getExperiment_ResponseMeasurement()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setResponseMeasurement
void setResponseMeasurement(ResponseMeasurement value)
Sets the value of the 'Response Measurement
' containment reference.- Parameters:
value
- the new value of the 'Response Measurement' containment reference.- See Also:
getResponseMeasurement()
- Generated class or method.
-
getInitialModel
InitialModel getInitialModel()
Returns the value of the 'Initial Model' containment reference.If the meaning of the 'Initial Model' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Initial Model' containment reference.
- See Also:
setInitialModel(InitialModel)
,ExperimentsPackage.getExperiment_InitialModel()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setInitialModel
void setInitialModel(InitialModel value)
Sets the value of the 'Initial Model
' containment reference.- Parameters:
value
- the new value of the 'Initial Model' containment reference.- See Also:
getInitialModel()
- Generated class or method.
-
getRepetitions
int getRepetitions()
Returns the value of the 'Repetitions' attribute.If the meaning of the 'Repetitions' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Repetitions' attribute.
- See Also:
setRepetitions(int)
,ExperimentsPackage.getExperiment_Repetitions()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setRepetitions
void setRepetitions(int value)
Sets the value of the 'Repetitions
' attribute.- Parameters:
value
- the new value of the 'Repetitions' attribute.- See Also:
getRepetitions()
- Generated class or method.
-
-