Package opendap.dap
Class DAPNode.CloneMap
- java.lang.Object
-
- opendap.dap.DAPNode.CloneMap
-
- Enclosing class:
- DAPNode
public static class DAPNode.CloneMap extends Object
Clone interface. Note that in order to do this properly, we need to be prepared to clone a DAG rather than just a tree. This means we need two additional procedures: cloneDAG(CloneMap, DAPNode) and cloneDAG(CloneMap). These functions carry along a map of already cloned nodes in order to avoid re-cloning.