public class DescriptiveNode extends ComponentNode<DescriptiveNode> implements Cloneable
attributes, calls, children, key, name, nodeDict, orphan, parent, realValue, root, simpleDescription| Constructor and Description |
|---|
DescriptiveNode(DescriptiveNode parent,
Object name) |
DescriptiveNode(DescriptiveNode parent,
Object name,
Map attributes) |
DescriptiveNode(DescriptiveNode parent,
Object name,
Map attributes,
Object value) |
DescriptiveNode(DescriptiveNode parent,
Object name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
DescriptiveNode |
clone() |
addChild, calls, checkDict, children, getAllKeys, getAllNames, getAllowsChildren, getAttributes, getCalls, getChildAt, getChildCount, getChildren, getIndex, getIndirect, getKey, getName, getNodeByName, getNodeDict, getParent, getRealValue, getSimpleDescription, isLeaf, isOrphan, isRoot, setCalls, setDict, setNodeDict, setRoot, setSimpleDescription, toStringpublic DescriptiveNode(DescriptiveNode parent, Object name)
public DescriptiveNode(DescriptiveNode parent, Object name, Object value)
public DescriptiveNode(DescriptiveNode parent, Object name, Map attributes)
public DescriptiveNode(DescriptiveNode parent, Object name, Map attributes, Object value)
public DescriptiveNode clone()
Copyright © 2015 LSST. All rights reserved.