Package | Description |
---|---|
com.mxgraph.analysis |
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
|
Modifier and Type | Method and Description |
---|---|
protected mxUnionFind |
mxGraphAnalysis.createUnionFind(Object[] v)
Hook for subclassers to provide a custom union find structure.
|
mxUnionFind |
mxGraphAnalysis.getConnectionComponents(mxGraph graph,
Object[] v,
Object[] e)
Returns a union find structure representing the connection components of
G=(E,V).
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.