|
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 | |
JGraphUnionFind |
JGraphAlgebra.getConnectionComponents(GraphModel model,
Object[] v,
Object[] e)
Returns a union find structure representing the connection components of G=(E,V). |
protected JGraphUnionFind |
JGraphAlgebra.createUnionFind(Object[] v)
Hook for subclassers to provide a custom union find structure. |
Uses of JGraphUnionFind in com.jgraph.layout |
Methods in com.jgraph.layout that return JGraphUnionFind | |
JGraphUnionFind |
JGraphFacade.getConnectionComponents(Object[] v,
Object[] e)
Returns a union find structure representing the connection components of G=(E,V). |
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |