Interface Experiment

    • Method Detail

      • 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:
        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 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:
        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 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:
        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 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:
        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.
      • 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.