Uses of Interface
org.jgraph.pad.GPGraphTools.CostFunction

Packages that use GPGraphTools.CostFunction
org.jgraph.pad   
 

Uses of GPGraphTools.CostFunction in org.jgraph.pad
 

Classes in org.jgraph.pad that implement GPGraphTools.CostFunction
 class GPGraphTools.DefaultCostFunction
           
 

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

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