MCPcopy Create free account
hub / github.com/dhale/jtk / addParent

Method addParent

core/src/main/java/edu/mines/jtk/sgl/Node.java:379–386  ·  view source on GitHub ↗

Adds the specified parent to this node's list of parents. If this node is already a child of the parent, this method simply returns false. Called by Group.addChild(Node). @return true, if this node was not a child of parent; false, otherwise.

(Group parent)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

addChildMethod · 0.80

Calls 2

addMethod · 0.65
containsMethod · 0.45

Tested by

no test coverage detected