|
JGraph
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGraphUnionFind | |
---|---|
com.jgraph.algebra | JGraphLayout algebra package which contains graph algorithms and datastructures. |
com.jgraph.layout | JGraphLayout's topmost package which contains the basic layout classes and interfaces. |
Uses of JGraphUnionFind in com.jgraph.algebra |
---|
Methods in com.jgraph.algebra that return JGraphUnionFind | |
---|---|
protected JGraphUnionFind |
JGraphAlgebra.createUnionFind(java.lang.Object[] v)
Hook for subclassers to provide a custom union find structure. |
JGraphUnionFind |
JGraphAlgebra.getConnectionComponents(GraphModel model,
java.lang.Object[] v,
java.lang.Object[] e)
Returns a union find structure representing the connection components of G=(E,V). |
Uses of JGraphUnionFind in com.jgraph.layout |
---|
Methods in com.jgraph.layout that return JGraphUnionFind | |
---|---|
JGraphUnionFind |
JGraphFacade.getConnectionComponents(java.lang.Object[] v,
java.lang.Object[] e)
Returns a union find structure representing the connection components of G=(E,V). |
|
JGraph
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |