| Package | Description |
|---|---|
| org.lsst.gruth.jutils |
| Modifier and Type | Field and Description |
|---|---|
protected IndirectMap<String,Object> |
ComponentNode.nodeDict
A dictionary of all nodes in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
IndirectMap |
ComponentNode.getNodeDict() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveNode.adoptOrphans(IndirectMap<String,Object> registry,
ArrayList<EffectiveNode> children,
EffectiveNode parent) |
Object[] |
MapArgs.asFullArray(IndirectMap<String,Object> objectDictionary)
same remarks as asFullMap
|
List<Object> |
MapArgs.asFullList(IndirectMap<String,Object> objectDictionary)
same remarks as asFullMap
|
MapArgs |
MapArgs.asFullMap(IndirectMap<String,Object> objectDictionary)
better calls isSafe before calling this method otherwise
will throw an EmptyParmException.
|
Object |
BuiltParm.fullValue(IndirectMap<String,Object> objectDictionary) |
protected void |
ComponentNode.setDict(IndirectMap<String,Object> registry,
Object name,
Map attributes)
set the dictionary of the node and set the entry of this Node in the Dictionary
|
void |
ComponentNode.setNodeDict(IndirectMap<String,Object> registry)
Deprecated.
|
| Constructor and Description |
|---|
ComponentNode(IndirectMap<String,Object> registry,
Object name,
String key,
Map attributes,
Object value)
this constructor to be used by EffectiveNode (does not use checkDict!)
|
EffectiveNode(IndirectMap<String,Object> registry,
Object name,
String key,
Object value) |
Copyright © 2015 LSST. All rights reserved.