Uses of Class
com.mxgraph.costfunction.mxCostFunction
-
Packages that use mxCostFunction Package Description com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree.com.mxgraph.costfunction -
-
Uses of mxCostFunction in com.mxgraph.analysis
Methods in com.mxgraph.analysis that return mxCostFunction Modifier and Type Method Description mxCostFunction
mxGraphGenerator. getCostFunction()
Methods in com.mxgraph.analysis with parameters of type mxCostFunction Modifier and Type Method Description void
mxGraphGenerator. setCostFunction(mxCostFunction costFunction)
Constructors in com.mxgraph.analysis with parameters of type mxCostFunction Constructor Description mxGraphGenerator(mxGeneratorFunction generatorFunction, mxCostFunction costFunction)
-
Uses of mxCostFunction in com.mxgraph.costfunction
Subclasses of mxCostFunction in com.mxgraph.costfunction Modifier and Type Class Description class
mxConstCostFunction
class
mxDoubleValCostFunction
A cost function that assumes that edge value is of type "double" or "String" and returns that value.
-