JGraph X 0.15.0.3


Uses of Interface
com.mxgraph.algebra.mxICostFunction

Packages that use mxICostFunction
com.mxgraph.algebra   
 

Uses of mxICostFunction in com.mxgraph.algebra
 

Classes in com.mxgraph.algebra that implement mxICostFunction
 class mxConstantCostFunction
          Implements a cost function for a constant cost per traversed cell.
 class mxDistanceCostFunction
          Implements a cost function for the euclidian length of an edge.
 

Methods in com.mxgraph.algebra with parameters of type mxICostFunction
 Object[] mxGraphAlgebra.getMinimumSpanningTree(mxGraph graph, Object[] v, mxICostFunction cf, boolean directed)
          Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).
 Object[] mxGraphAlgebra.getMinimumSpanningTree(mxGraph graph, Object[] v, Object[] e, mxICostFunction cf)
          Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).
 Object[] mxGraphAlgebra.getShortestPath(mxGraph graph, Object from, Object to, mxICostFunction cf, int steps, boolean directed)
          Returns the shortest path between two cells or their descendants represented as an array of edges in order of traversal.
 mxCellState[] mxGraphAlgebra.sort(mxCellState[] states, mxICostFunction cf)
          Returns a sorted set for cells with respect to cf.
 double mxGraphAlgebra.sum(mxCellState[] states, mxICostFunction cf)
          Returns the sum of all cost for cells with respect to cf.
 


JGraph X 0.15.0.3


Copyright (c) 2008 Gaudenz Alder. All rights reserved.