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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAPNode.CloneMap
public DAPNode.CloneMap()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.