<caption><span>Packages that use <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a> in <ahref="../package-summary.html">com.mxgraph.analysis</a></h3>
<tableclass="useSummary">
<caption><span>Classes in <ahref="../package-summary.html">com.mxgraph.analysis</a> that implement <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a></span><spanclass="tabEnd"> </span></caption>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../mxConstantCostFunction.html"title="class in com.mxgraph.analysis">mxConstantCostFunction</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../mxDistanceCostFunction.html"title="class in com.mxgraph.analysis">mxDistanceCostFunction</a></span></code></th>
<caption><span>Methods in <ahref="../package-summary.html">com.mxgraph.analysis</a> with parameters of type <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a></span><spanclass="tabEnd"> </span></caption>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">mxGraphAnalysis.</span><code><spanclass="memberNameLink"><ahref="../mxGraphAnalysis.html#getMinimumSpanningTree(com.mxgraph.view.mxGraph,java.lang.Object%5B%5D,com.mxgraph.analysis.mxICostFunction,boolean)">getMinimumSpanningTree</a></span>​(<ahref="../../view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph,
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">mxGraphAnalysis.</span><code><spanclass="memberNameLink"><ahref="../mxGraphAnalysis.html#getMinimumSpanningTree(com.mxgraph.view.mxGraph,java.lang.Object%5B%5D,java.lang.Object%5B%5D,com.mxgraph.analysis.mxICostFunction)">getMinimumSpanningTree</a></span>​(<ahref="../../view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph,
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">mxGraphAnalysis.</span><code><spanclass="memberNameLink"><ahref="../mxGraphAnalysis.html#getShortestPath(com.mxgraph.view.mxGraph,java.lang.Object,java.lang.Object,com.mxgraph.analysis.mxICostFunction,int,boolean)">getShortestPath</a></span>​(<ahref="../../view/mxGraph.html"title="class in com.mxgraph.view">mxGraph</a> graph,
<tdclass="colFirst"><code><ahref="../../view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a>[]</code></td>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">mxGraphAnalysis.</span><code><spanclass="memberNameLink"><ahref="../mxGraphAnalysis.html#sort(com.mxgraph.view.mxCellState%5B%5D,com.mxgraph.analysis.mxICostFunction)">sort</a></span>​(<ahref="../../view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a>[] states,
<ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a> cf)</code></th>
<thclass="colSecond"scope="row"><spanclass="typeNameLabel">mxGraphAnalysis.</span><code><spanclass="memberNameLink"><ahref="../mxGraphAnalysis.html#sum(com.mxgraph.view.mxCellState%5B%5D,com.mxgraph.analysis.mxICostFunction)">sum</a></span>​(<ahref="../../view/mxCellState.html"title="class in com.mxgraph.view">mxCellState</a>[] states,
<ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a> cf)</code></th>
<h3>Uses of <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a> in <ahref="../../costfunction/package-summary.html">com.mxgraph.costfunction</a></h3>
<tableclass="useSummary">
<caption><span>Classes in <ahref="../../costfunction/package-summary.html">com.mxgraph.costfunction</a> that implement <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a></span><spanclass="tabEnd"> </span></caption>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../costfunction/mxConstCostFunction.html"title="class in com.mxgraph.costfunction">mxConstCostFunction</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../costfunction/mxCostFunction.html"title="class in com.mxgraph.costfunction">mxCostFunction</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../costfunction/mxDoubleValCostFunction.html"title="class in com.mxgraph.costfunction">mxDoubleValCostFunction</a></span></code></th>
<h3>Uses of <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a> in <ahref="../../generatorfunction/package-summary.html">com.mxgraph.generatorfunction</a></h3>
<tableclass="useSummary">
<caption><span>Classes in <ahref="../../generatorfunction/package-summary.html">com.mxgraph.generatorfunction</a> that implement <ahref="../mxICostFunction.html"title="interface in com.mxgraph.analysis">mxICostFunction</a></span><spanclass="tabEnd"> </span></caption>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../generatorfunction/mxGeneratorConstFunction.html"title="class in com.mxgraph.generatorfunction">mxGeneratorConstFunction</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../generatorfunction/mxGeneratorFunction.html"title="class in com.mxgraph.generatorfunction">mxGeneratorFunction</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../generatorfunction/mxGeneratorRandomFunction.html"title="class in com.mxgraph.generatorfunction">mxGeneratorRandomFunction</a></span></code></th>
<thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="../../generatorfunction/mxGeneratorRandomIntFunction.html"title="class in com.mxgraph.generatorfunction">mxGeneratorRandomIntFunction</a></span></code></th>