public static interface ContextManager.Dissociation
Mutations performed to the parent and child node sets of the target node are also accompanied by the equivalent changes to the reverse relationship in the supplied object's context node. This ensures that parent/child relationships are properly consistent.
Modifier and Type | Method and Description |
---|---|
ContextManager.Dissociation |
fromChild(Object child)
Removes the supplied object's context from the child node set of the
target context node.
|
ContextManager.Dissociation |
fromParent(Object parent)
Removes the supplied object's context from the parent node set of the
target context node.
|
ContextManager.Dissociation fromChild(Object child)
child
- object whose context node will be dissociatedContextManager.Dissociation fromParent(Object parent)
parent
- object whose context node will be dissociatedCopyright © 2017. All rights reserved.