Interface Node

    • Method Detail

      • getNestedNode

        java.util.Collection<Node> getNestedNode()
        Returns the value of the 'Nested Node' containment reference list. The list contents are of type Node. It is bidirectional and its opposite is 'node Of Nested Node'. The Nodes that are defined (nested) within the Node.
        Returns:
        the value of the 'Nested Node' containment reference list.
        See Also:
        UMLPackage.getNode_NestedNode(), get_nodeOfNestedNode()
        Model:
        opposite="_nodeOfNestedNode" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • get_nodeOfNestedNode

        @CheckForNull
        Node get_nodeOfNestedNode()
        Returns the value of the 'node Of Nested Node' container reference. It is bidirectional and its opposite is 'Nested Node'.

        If the meaning of the 'node Of Nested Node' container reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'node Of Nested Node' container reference.
        See Also:
        set_nodeOfNestedNode(Node), UMLPackage.getNode__nodeOfNestedNode(), getNestedNode()
        Model:
        opposite="nestedNode" transient="false" ordered="false"
        Generated:
      • set_nodeOfNestedNode

        void set_nodeOfNestedNode​(@CheckForNull
                                  Node value)
        Sets the value of the 'node Of Nested Node' container reference.
        Parameters:
        value - the new value of the 'node Of Nested Node' container reference.
        See Also:
        get_nodeOfNestedNode()
        Generated:
      • hasNestedNode

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