Interface OptionalFeatureDegree

    • Method Detail

      • getSimple

        de.uka.ipd.sdq.featuremodel.Simple getSimple()
        Returns the value of the 'Simple' reference.

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

        Returns:
        the value of the 'Simple' reference.
        See Also:
        setSimple(Simple), specificPackage.getOptionalFeatureDegree_Simple()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setSimple

        void setSimple​(de.uka.ipd.sdq.featuremodel.Simple value)
        Sets the value of the 'Simple' reference.
        Parameters:
        value - the new value of the 'Simple' reference.
        See Also:
        getSimple()
        Generated class or method.