void |
EffectiveNode.adoptOrphans(IndirectMap<String,org.lsst.ccs.description.ComponentNode> registry,
ArrayList<EffectiveNode> children,
EffectiveNode parent) |
void |
ComponentLookupService.proceduralNodeWalk(String startingNodeName,
java.util.function.Consumer<EffectiveNode> pre,
java.util.function.Consumer<EffectiveNode> post)
Tree walking starting from the top node.
|
void |
ComponentLookupService.proceduralNodeWalk(String startingNodeName,
java.util.function.Consumer<EffectiveNode> pre,
java.util.function.Consumer<EffectiveNode> post)
Tree walking starting from the top node.
|