public interface Replicateable extends Cloneable
Replicator
for cloning itself must implement
this interface.Replicator
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this node.
|
void |
updateReferences(Map<Object,Object> map)
Updates a node's references to other nodes.
|