| Package | Description |
|---|---|
| org.lsst.ccs.description | |
| org.lsst.ccs.description.groovy | |
| org.lsst.gruth.nodes |
| Modifier and Type | Method and Description |
|---|---|
static DescriptiveNode |
ComponentNodeBuilder.buildDescriptiveNode(String fullDescription)
Build a Descriptive node given a fullDescription string of the form
"protocol:descriptionStr".
|
DescriptiveNode |
ComponentNodeBuilder.ComponentNodeFactory.buildDescriptiveNode(String descriptionStr)
Build a descriptive node from the provided description String.
|
DescriptiveNode |
DescriptiveNode.clone() |
DescriptiveNode |
EffectiveNode.getDescriptiveNode() |
| Constructor and Description |
|---|
DescriptiveNode(DescriptiveNode parent,
String name)
Deprecated.
|
DescriptiveNode(DescriptiveNode parent,
String name,
Class value) |
DescriptiveNode(DescriptiveNode parent,
String name,
Map attributes)
Deprecated.
|
DescriptiveNode(DescriptiveNode parent,
String name,
Map attributes,
Class value) |
EffectiveNode(IndirectMap<String,org.lsst.ccs.description.ComponentNode> registry,
String name,
String key,
Object value,
DescriptiveNode descriptiveNode) |
| Modifier and Type | Method and Description |
|---|---|
DescriptiveNode |
ComponentNodeFactory.buildDescriptiveNode(String descriptionStr) |
protected DescriptiveNode |
ComponentBuilder.getCurrentNode() |
| Constructor and Description |
|---|
MethodCallsBuilder(DescriptiveNode support,
groovy.lang.Closure callsDescription)
Deprecated.
|
Copyright © 2015 LSST. All rights reserved.