JGraphAddons
v1.0


Uses of Interface
org.jgraph.algebra.CostFunction

Packages that use CostFunction
org.jgraph.algebra   
org.jgraph.util   
 

Uses of CostFunction in org.jgraph.algebra
 

Classes in org.jgraph.algebra that implement CostFunction
 class DefaultCostFunction
           
 

Uses of CostFunction in org.jgraph.util
 

Methods in org.jgraph.util that return CostFunction
static CostFunction JGraphUtilities.createDefaultCostFunction()
           
 

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


JGraphAddons
v1.0


Copyright (C) 2003-2004 Gaudenz Alder. All rights reserved.