Uses of Class
com.jgraph.algebra.JGraphUnionFind.Node
Packages that use JGraphUnionFind.Node
Package
Description
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.NodeModifier and TypeFieldDescriptionprotected JGraphUnionFind.NodeJGraphUnionFind.Node.parentReference to the parent node.Methods in com.jgraph.algebra that return JGraphUnionFind.NodeModifier and TypeMethodDescriptionJGraphUnionFind.find(JGraphUnionFind.Node node) Returns the set that containsnode.Returns the node that represents element.JGraphUnionFind.Node.getParent()Methods in com.jgraph.algebra with parameters of type JGraphUnionFind.NodeModifier and TypeMethodDescriptionJGraphUnionFind.find(JGraphUnionFind.Node node) Returns the set that containsnode.voidJGraphUnionFind.Node.setParent(JGraphUnionFind.Node parent) voidJGraphUnionFind.union(JGraphUnionFind.Node a, JGraphUnionFind.Node b) Unifies the setsaandbin constant time using a union by rank on the tree size.