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


Constructor Summary
PathCollection()
           
 
Method Summary
 void addPath(Path path)
           
 void addPathAndCopyInto(PathCollection newCollection, TransformNode node, int cost)
           
 void removeNode(TransformNode node)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathCollection

public PathCollection()
Method Detail

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