Interface Constraint

    • Method Detail

      • getSource

        Feature getSource()
        Returns the value of the 'Source' reference.

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

        Returns:
        the value of the 'Source' reference.
        See Also:
        setSource(Feature), FeatureObjectivePackage.getConstraint_Source()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setSource

        void setSource​(Feature value)
        Sets the value of the 'Source' reference.
        Parameters:
        value - the new value of the 'Source' reference.
        See Also:
        getSource()
        Generated class or method.
      • getTarget

        EList<Feature> getTarget()
        Returns the value of the 'Target' reference list. The list contents are of type Feature.

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

        Returns:
        the value of the 'Target' reference list.
        See Also:
        FeatureObjectivePackage.getConstraint_Target()
        Generated class or method.
        EMF model class or method.
        required="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), FeatureObjectivePackage.getConstraint_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.