| Package | Description |
|---|---|
| org.lsst.ccs.description | |
| org.lsst.ccs.framework |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentNode<T extends ComponentNode<T>>
Abstract class for a node in the concrete implementation of a subsystem description.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentNode |
ComponentLookup.getNodeByName(String name) |
ComponentNode |
ComponentLookup.getTopComponentNode()
Get the top ComponentNode, ie the tip of the tree structure.
|
| Constructor and Description |
|---|
ComponentLookup(ComponentNode top) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TreeWalkerUtils.proceduralNodeWalk(ComponentLookup lookup,
String startingNodeName,
Consumer<ComponentNode> pre,
Consumer<ComponentNode> post)
Full tree walking of the component node targeted on the node itself.
|
static void |
TreeWalkerUtils.proceduralNodeWalk(ComponentLookup lookup,
String startingNodeName,
Consumer<ComponentNode> pre,
Consumer<ComponentNode> post)
Full tree walking of the component node targeted on the node itself.
|
static void |
TreeWalkerUtils.treeNodeWalk(ComponentLookup lookup,
String startingNodeName,
Function<ComponentNode,TreeWalkerDiag> func,
Consumer<ComponentNode> post)
Walks the components tree recursively, applying rules of
TreeWalkerDiag (the walk can be interrupted by HANDLING_CHILDREN
(the code is not invoked on children) or STOP (the code abruptly ends) on
the node itself.
|
static void |
TreeWalkerUtils.treeNodeWalk(ComponentLookup lookup,
String startingNodeName,
Function<ComponentNode,TreeWalkerDiag> func,
Consumer<ComponentNode> post)
Walks the components tree recursively, applying rules of
TreeWalkerDiag (the walk can be interrupted by HANDLING_CHILDREN
(the code is not invoked on children) or STOP (the code abruptly ends) on
the node itself.
|
Copyright © 2016 LSST. All rights reserved.