Interface Variation

    • Method Detail

      • getType

        VariationType getType()
        Returns the value of the 'Type' reference.

        If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Type' reference.
        See Also:
        setType(VariationType), ExperimentsPackage.getVariation_Type()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setType

        void setType​(VariationType value)
        Sets the value of the 'Type' reference.
        Parameters:
        value - the new value of the 'Type' reference.
        See Also:
        getType()
        Generated class or method.
      • getValueProvider

        ValueProvider getValueProvider()
        Returns the value of the 'Value Provider' containment reference.

        If the meaning of the 'Value Provider' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Value Provider' containment reference.
        See Also:
        setValueProvider(ValueProvider), ExperimentsPackage.getVariation_ValueProvider()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • setValueProvider

        void setValueProvider​(ValueProvider value)
        Sets the value of the ' Value Provider' containment reference.
        Parameters:
        value - the new value of the 'Value Provider' containment reference.
        See Also:
        getValueProvider()
        Generated class or method.
      • getMinValue

        double getMinValue()
        Returns the value of the 'Min Value' attribute.

        If the meaning of the 'Min Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Min Value' attribute.
        See Also:
        setMinValue(double), ExperimentsPackage.getVariation_MinValue()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMinValue

        void setMinValue​(double value)
        Sets the value of the 'Min Value' attribute.
        Parameters:
        value - the new value of the 'Min Value' attribute.
        See Also:
        getMinValue()
        Generated class or method.
      • getMaxValue

        double getMaxValue()
        Returns the value of the 'Max Value' attribute.

        If the meaning of the 'Max Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Max Value' attribute.
        See Also:
        setMaxValue(double), ExperimentsPackage.getVariation_MaxValue()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMaxValue

        void setMaxValue​(double value)
        Sets the value of the 'Max Value' attribute.
        Parameters:
        value - the new value of the 'Max Value' attribute.
        See Also:
        getMaxValue()
        Generated class or method.
      • getMaxVariations

        long getMaxVariations()
        Returns the value of the 'Max Variations' attribute.

        If the meaning of the 'Max Variations' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Max Variations' attribute.
        See Also:
        setMaxVariations(long), ExperimentsPackage.getVariation_MaxVariations()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMaxVariations

        void setMaxVariations​(long value)
        Sets the value of the 'Max Variations' attribute.
        Parameters:
        value - the new value of the 'Max Variations' attribute.
        See Also:
        getMaxVariations()
        Generated class or method.
      • getVariedObjectId

        String getVariedObjectId()
        Returns the value of the 'Varied Object Id' attribute.

        If the meaning of the 'Varied Object Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Varied Object Id' attribute.
        See Also:
        setVariedObjectId(String), ExperimentsPackage.getVariation_VariedObjectId()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setVariedObjectId

        void setVariedObjectId​(String value)
        Sets the value of the 'Varied Object Id' attribute.
        Parameters:
        value - the new value of the 'Varied Object Id' attribute.
        See Also:
        getVariedObjectId()
        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.getVariation_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.