ca.quine.jcommons.transform.graph
Class PathCollection
java.lang.Object
|
+--ca.quine.jcommons.transform.graph.PathCollection
- All Implemented Interfaces:
- Cloneable
- public class PathCollection
- extends Object
- implements Cloneable
PathCollection
public PathCollection()
addPath
public void addPath(Path path)
removeNode
public void removeNode(TransformNode node)
addPathAndCopyInto
public void addPathAndCopyInto(PathCollection newCollection,
TransformNode node,
int cost)
toString
public String toString()
- Overrides:
toString
in class Object