Uses of Class
org.jgrapht.alg.connectivity.TreeDynamicConnectivity.Node
Packages that use TreeDynamicConnectivity.Node
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
-
Uses of TreeDynamicConnectivity.Node in org.jgrapht.alg.connectivity
Fields in org.jgrapht.alg.connectivity declared as TreeDynamicConnectivity.NodeModifier and TypeFieldDescription(package private) TreeDynamicConnectivity<T>.NodeTreeDynamicConnectivity.Arc.targetThe target of this arcFields in org.jgrapht.alg.connectivity with type parameters of type TreeDynamicConnectivity.NodeModifier and TypeFieldDescriptionprivate Map<T, TreeDynamicConnectivity<T>.Node> TreeDynamicConnectivity.nodeMapMapping from the user specified values to the internal nodes they're represented byTreeDynamicConnectivity.singletonNodesMapping from zero-degree nodes to their trees.(package private) Map<TreeDynamicConnectivity<T>.Node, TreeDynamicConnectivity<T>.Arc> TreeDynamicConnectivity.Node.targetMapTarget node to arc mappingMethods in org.jgrapht.alg.connectivity that return TreeDynamicConnectivity.NodeModifier and TypeMethodDescriptionprivate TreeDynamicConnectivity<T>.NodeReturns an internal representation of theelementMethods in org.jgrapht.alg.connectivity with parameters of type TreeDynamicConnectivity.NodeModifier and TypeMethodDescription(package private) TreeDynamicConnectivity<T>.ArcTreeDynamicConnectivity.Node.getArcTo(TreeDynamicConnectivity<T>.Node node) Returns an arc, which target is equal to thenodeTreeDynamicConnectivity.getTree(TreeDynamicConnectivity<T>.Node node) Returns a binary tree, which contains an Euler tour of the tree thenodebelong toprivate voidTreeDynamicConnectivity.makeLastArc(AVLTree<T> tree, TreeDynamicConnectivity<T>.Node node, TreeDynamicConnectivity<T>.Arc arc) Makes thearcthe last arc of thenodeaccording to the Euler tourprivate voidMakes thenodethe root of the tree.Constructors in org.jgrapht.alg.connectivity with parameters of type TreeDynamicConnectivity.NodeModifierConstructorDescriptionArc(TreeDynamicConnectivity<T>.Node target, AVLTree.TreeNode<T> arcTreeNode) Constructs a new arc with the target nodetargetand the tree node referencearcTreeNode