JGraphAddons
v1.0.8


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(JGraph graph)
           
 

Methods in org.jgraph.util with parameters of type CostFunction
static Object[] JGraphUtilities.getShortestPath(GraphModel model, Object from, Object to, CostFunction cf, boolean directed)
          Returns the ShortestPath between two cells or their descendants.
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.8


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