TubeCloner.public abstract class PipeCloner extends TubeCloner
Since Pipes may form an arbitrary directed graph, someone needs
to keep track of isomorphism for a clone to happen correctly. This class
serves that role.
master2copy| Constructor and Description |
|---|
PipeCloner(Map<Object,Object> master2copy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(Pipe original,
Pipe copy)
Deprecated.
The
Pipe version of TubeCloner.add(Tube, Tube). |
static Pipe |
clone(Pipe p)
Deprecated.
Pipe version of TubeCloner.clone(Tube) |
abstract <T extends Pipe> |
copy(T p)
Deprecated.
Pipe version of TubeCloner.copy(Tube) |
add, clone, copypublic static Pipe clone(Pipe p)
Pipe version of TubeCloner.clone(Tube)public abstract <T extends Pipe> T copy(T p)
Pipe version of TubeCloner.copy(Tube)public abstract void add(Pipe original, Pipe copy)
Pipe version of TubeCloner.add(Tube, Tube).Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.