Interface Namespace

    • Method Detail

      • getOwnedRule

        java.util.Collection<Constraint> getOwnedRule()
        Returns the value of the 'Owned Rule' containment reference list. The list contents are of type Constraint. It is bidirectional and its opposite is 'Context'. Specifies a set of Constraints owned by this Namespace.
        Returns:
        the value of the 'Owned Rule' containment reference list.
        See Also:
        UMLPackage.getNamespace_OwnedRule(), Constraint.getContext()
        Model:
        opposite="context" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getOwnedMember

        java.util.Collection<NamedElement> getOwnedMember()
        Returns the value of the 'Owned Member' reference list. The list contents are of type NamedElement. It is bidirectional and its opposite is 'Namespace'. A collection of NamedElements owned by the Namespace.
        Returns:
        the value of the 'Owned Member' reference list.
        See Also:
        UMLPackage.getNamespace_OwnedMember(), NamedElement.getNamespace()
        Model:
        opposite="namespace" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • getMember

        java.util.Collection<NamedElement> getMember()
        Returns the value of the 'Member' reference list. The list contents are of type NamedElement. It is bidirectional and its opposite is 'namespace Of Member'. A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance.
        Returns:
        the value of the 'Member' reference list.
        See Also:
        UMLPackage.getNamespace_Member(), NamedElement.get_namespaceOfMember()
        Model:
        opposite="_namespaceOfMember" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • getImportedMember

        java.util.Collection<PackageableElement> getImportedMember()
        Returns the value of the 'Imported Member' reference list. The list contents are of type PackageableElement. It is bidirectional and its opposite is 'namespace Of Imported Member'. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.
        Returns:
        the value of the 'Imported Member' reference list.
        See Also:
        UMLPackage.getNamespace_ImportedMember(), com.nomagic.uml2.ext.magicdraw.classes.mdkernel.PackageableElement#get_namespaceOfImportedMember
        Model:
        opposite="_namespaceOfImportedMember" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • getOwnedDiagram

        java.util.Collection<Diagram> getOwnedDiagram()
        Returns the value of the 'Owned Diagram' containment reference list. The list contents are of type Diagram. It is bidirectional and its opposite is 'Owner Of Diagram'.

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

        Returns:
        the value of the 'Owned Diagram' containment reference list.
        See Also:
        UMLPackage.getNamespace_OwnedDiagram(), Diagram.getOwnerOfDiagram()
        Model:
        opposite="ownerOfDiagram" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • hasElementImport

        boolean hasElementImport()
                          throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedRule

        boolean hasOwnedRule()
                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasPackageImport

        boolean hasPackageImport()
                          throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedMember

        boolean hasOwnedMember()
                        throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasMember

        boolean hasMember()
                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasImportedMember

        boolean hasImportedMember()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedDiagram

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