| Package | Description |
|---|---|
| org.lsst.ccs.description |
| 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<T> |
ComponentNode.getParent() |
ComponentNode |
ComponentLookup.getTopComponentNode()
Get the top ComponentNode, ie the tip of the tree structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentLookup.addComponentNodeToLookup(String name,
ComponentNode node) |
| Constructor and Description |
|---|
ComponentLookup(ComponentNode top) |
Copyright © 2017 LSST. All rights reserved.