|
JGraph
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JGraphUnionFind.Node | |
| com.jgraph.algebra | JGraphLayout algebra package which contains graph algorithms and datastructures. |
| Uses of JGraphUnionFind.Node in com.jgraph.algebra |
| Fields in com.jgraph.algebra declared as JGraphUnionFind.Node | |
protected JGraphUnionFind.Node |
JGraphUnionFind.Node.parent
Reference to the parent node. |
| Methods in com.jgraph.algebra that return JGraphUnionFind.Node | |
JGraphUnionFind.Node |
JGraphUnionFind.getNode(Object element)
Returns the node that represents element. |
JGraphUnionFind.Node |
JGraphUnionFind.find(JGraphUnionFind.Node node)
Returns the set that contains node. |
JGraphUnionFind.Node |
JGraphUnionFind.Node.getParent()
|
| Methods in com.jgraph.algebra with parameters of type JGraphUnionFind.Node | |
JGraphUnionFind.Node |
JGraphUnionFind.find(JGraphUnionFind.Node node)
Returns the set that contains node. |
void |
JGraphUnionFind.union(JGraphUnionFind.Node a,
JGraphUnionFind.Node b)
Unifies the sets a and b in constant time
using a union by rank on the tree size. |
void |
JGraphUnionFind.Node.setParent(JGraphUnionFind.Node parent)
|
|
JGraph
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||