Uses of Class
com.mxgraph.analysis.mxUnionFind
-
Packages that use mxUnionFind Package Description com.mxgraph.analysis This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. -
-
Uses of mxUnionFind in com.mxgraph.analysis
Methods in com.mxgraph.analysis that return mxUnionFind Modifier and Type Method Description protected mxUnionFindmxGraphAnalysis. createUnionFind(java.lang.Object[] v)Hook for subclassers to provide a custom union find structure.mxUnionFindmxGraphAnalysis. getConnectionComponents(mxGraph graph, java.lang.Object[] v, java.lang.Object[] e)Returns a union find structure representing the connection components of G=(E,V).
-