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:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • getVariations

      EList<Variation> getVariations()
      Returns the value of the 'Variations' containment reference list. The list contents are of type Variation.

      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:
      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 type Modification.

      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:
      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:
      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:
      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:
      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:
      Generated class or method.
    • getToolConfiguration

      EList<ToolConfiguration> getToolConfiguration()
      Returns the value of the 'Tool Configuration' containment reference list. The list contents are of type ToolConfiguration.

      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:
      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 type StopCondition.

      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:
      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:
      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:
      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:
      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:
      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:
      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:
      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:
      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:
      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:
      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:
      Generated class or method.