Interface ProfileApplication

    • Method Detail

      • setAppliedProfile

        void setAppliedProfile​(Profile value)
        Sets the value of the 'Applied Profile' reference.
        Parameters:
        value - the new value of the 'Applied Profile' reference.
        See Also:
        getAppliedProfile()
      • isStrict

        boolean isStrict()
        Returns the value of the 'Is Strict' attribute. The default value is "false". Specifies that the Profile filtering rules for the metaclasses of the referenced metamodel shall be strictly applied.
        Returns:
        the value of the 'Is Strict' attribute.
        See Also:
        setIsStrict(boolean), UMLPackage.getProfileApplication_IsStrict()
      • setIsStrict

        void setIsStrict​(boolean value)
        Sets the value of the 'Is Strict' attribute.
        Parameters:
        value - the new value of the 'Is Strict' attribute.
        See Also:
        isStrict()
      • setApplyingPackage

        void setApplyingPackage​(Package value)
        Sets the value of the 'Applying Package' container reference.
        Parameters:
        value - the new value of the 'Applying Package' container reference.
        See Also:
        getApplyingPackage()
      • getAppliedDefinition

        org.eclipse.emf.ecore.EPackage getAppliedDefinition()
        Retrieves the definition (Ecore representation) of the profile associated with this profile application.
      • getAppliedDefinition

        org.eclipse.emf.ecore.ENamedElement getAppliedDefinition​(NamedElement namedElement)
        Retrieves the definition (Ecore representation) of the specified named element in the profile associated with this profile application.