Interface GeneralizationSet

    • Method Detail

      • isCovering

        boolean isCovering()
        Returns the value of the 'Covering' attribute. The default value is "false". Indicates (via the associated Generalizations) whether or not the set of specific Classifiers are covering for a particular general classifier. When isCovering is true, every instance of a particular general Classifier is also an instance of at least one of its specific Classifiers for the GeneralizationSet. When isCovering is false, there are one or more instances of the particular general Classifier that are not instances of at least one of its specific Classifiers defined for the GeneralizationSet.
        Returns:
        the value of the 'Covering' attribute.
        See Also:
        setCovering(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getGeneralizationSet_Covering()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setCovering

        void setCovering​(boolean value)
        Sets the value of the 'Covering' attribute.
        Parameters:
        value - the new value of the 'Covering' attribute.
        See Also:
        isCovering()
        Generated:
      • isDisjoint

        boolean isDisjoint()
        Returns the value of the 'Disjoint' attribute. The default value is "false". Indicates whether or not the set of specific Classifiers in a Generalization relationship have instance in common. If isDisjoint is true, the specific Classifiers for a particular GeneralizationSet have no members in common; that is, their intersection is empty. If isDisjoint is false, the specific Classifiers in a particular GeneralizationSet have one or more members in common; that is, their intersection is not empty.
        Returns:
        the value of the 'Disjoint' attribute.
        See Also:
        setDisjoint(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getGeneralizationSet_Disjoint()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDisjoint

        void setDisjoint​(boolean value)
        Sets the value of the 'Disjoint' attribute.
        Parameters:
        value - the new value of the 'Disjoint' attribute.
        See Also:
        isDisjoint()
        Generated:
      • setPowertype

        void setPowertype​(@CheckForNull
                          Classifier value)
        Sets the value of the 'Powertype' reference.
        Parameters:
        value - the new value of the 'Powertype' reference.
        See Also:
        getPowertype()
        Generated:
      • hasGeneralization

        boolean hasGeneralization()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: