| Package | Description |
|---|---|
| org.lsst.ccs.description |
| Modifier and Type | Method and Description |
|---|---|
static EffectiveNode |
ComponentNodeBuilder.buildEffectiveNode(DescriptiveNode descriptiveNode)
Builds an EffectiveNode given a DescriptiveNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveNode.adoptOrphans(IndirectMap<String,org.lsst.ccs.description.ComponentNode> registry,
ArrayList<EffectiveNode> children,
EffectiveNode parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveNode.adoptOrphans(IndirectMap<String,org.lsst.ccs.description.ComponentNode> registry,
ArrayList<EffectiveNode> children,
EffectiveNode parent) |
void |
ComponentLookupService.proceduralNodeWalk(String startingNodeName,
Consumer<EffectiveNode> pre,
Consumer<EffectiveNode> post)
Tree walking starting from the top node.
|
void |
ComponentLookupService.proceduralNodeWalk(String startingNodeName,
Consumer<EffectiveNode> pre,
Consumer<EffectiveNode> post)
Tree walking starting from the top node.
|
| Constructor and Description |
|---|
ComponentLookupService(EffectiveNode top) |
Copyright © 2016 LSST. All rights reserved.