Functions
Creates and adds a new child of the given concept to this tree.
Creates and adds multiple new children of the given concepts to this tree.
Checks if the given node is contained in this tree.
Deletes the given node.
Deletes the given nodes.
Returns all children of the given node in this tree.
Returns the children of the child link for the given node in this tree.
Returns all child link roles for the given node in this tree.
Returns the concept of the given node in this tree.
Returns a reference to the concept of the given node in this tree.
Returns the property value of the given property role for the given node in this tree.
Returns all property roles for the given node in this tree.
Returns all reference roles for the given node in this tree.
Returns the target of the given reference role for the given node in this tree.
Sets the value of the given node for the given property role to the specified value.
Sets the reference target of the given node for the given reference role to the specified target.
Checks whether this tree uses uids or names for roles.
Propagates changes to the given visitor.