Uses of Interface
net.clackrouter.jgraph.pad.GPGraphTools.CostFunction

Packages that use GPGraphTools.CostFunction
net.clackrouter.jgraph.pad Many of the core JGraphpad classes incorporated into Clack (almost entirely unmodified). 
 

Uses of GPGraphTools.CostFunction in net.clackrouter.jgraph.pad
 

Classes in net.clackrouter.jgraph.pad that implement GPGraphTools.CostFunction
 class GPGraphTools.DefaultCostFunction
           
 

Methods in net.clackrouter.jgraph.pad that return GPGraphTools.CostFunction
 GPGraphTools.CostFunction GPGraphTools.createDefaultCostFunction()
           
 

Methods in net.clackrouter.jgraph.pad with parameters of type GPGraphTools.CostFunction
 java.lang.Object[] GPGraphTools.getShortestPath(RouterGraph graph, java.lang.Object from, java.lang.Object to, GPGraphTools.CostFunction cf)
          Returns the ShortestPath.
 java.lang.Object[] GPGraphTools.getSpanningTree(RouterGraph graph, GPGraphTools.CostFunction cf)
          Returns the shortest spanning tree.
 java.util.SortedSet GPGraphTools.sort(JGraph graph, java.lang.Object[] cells, GPGraphTools.CostFunction cf)