Uses of Class
com.mxgraph.costfunction.mxCostFunction
Packages that use mxCostFunction
Package
Description
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
-
Uses of mxCostFunction in com.mxgraph.analysis
Fields in com.mxgraph.analysis declared as mxCostFunctionMethods in com.mxgraph.analysis that return mxCostFunctionMethods in com.mxgraph.analysis with parameters of type mxCostFunctionModifier and TypeMethodDescriptionmxTraversal.getWFIPathRec
(mxAnalysisGraph aGraph, Object[][] paths, Object startVertex, Object targetVertex, ArrayList<Object> currPath, mxCostFunction cf, mxGraphView view) Helper method for getWFIPath - for internal usevoid
mxGraphGenerator.setCostFunction
(mxCostFunction costFunction) Constructors in com.mxgraph.analysis with parameters of type mxCostFunctionModifierConstructorDescriptionmxGraphGenerator
(mxGeneratorFunction generatorFunction, mxCostFunction costFunction) -
Uses of mxCostFunction in com.mxgraph.costfunction
Subclasses of mxCostFunction in com.mxgraph.costfunctionModifier and TypeClassDescriptionclass
class
A cost function that assumes that edge value is of type "double" or "String" and returns that value.