Uses of Class
org.jgrapht.alg.connectivity.TreeDynamicConnectivity.Arc
Packages that use TreeDynamicConnectivity.Arc
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
-
Uses of TreeDynamicConnectivity.Arc in org.jgrapht.alg.connectivity
Fields in org.jgrapht.alg.connectivity with type parameters of type TreeDynamicConnectivity.ArcModifier and TypeFieldDescription(package private) DoublyLinkedList<TreeDynamicConnectivity<T>.Arc> TreeDynamicConnectivity.Node.arcsArcs list(package private) DoublyLinkedList.ListNode<TreeDynamicConnectivity<T>.Arc> TreeDynamicConnectivity.Arc.listNodeA list node this arc is stored in.(package private) Map<TreeDynamicConnectivity<T>.Node, TreeDynamicConnectivity<T>.Arc> TreeDynamicConnectivity.Node.targetMapTarget node to arc mappingMethods in org.jgrapht.alg.connectivity that return TreeDynamicConnectivity.ArcModifier and TypeMethodDescription(package private) TreeDynamicConnectivity<T>.ArcTreeDynamicConnectivity.Node.getArcTo(TreeDynamicConnectivity<T>.Node node) Returns an arc, which target is equal to thenode(package private) TreeDynamicConnectivity<T>.ArcTreeDynamicConnectivity.Node.getNextArc(TreeDynamicConnectivity<T>.Arc arc) Returns an arc which is stored right after thearc.Methods in org.jgrapht.alg.connectivity with parameters of type TreeDynamicConnectivity.ArcModifier and TypeMethodDescription(package private) voidTreeDynamicConnectivity.Node.addArcAfter(TreeDynamicConnectivity<T>.Arc arc, TreeDynamicConnectivity<T>.Arc newArc) Inserts thenewArcin the arc list after thearc(package private) voidTreeDynamicConnectivity.Node.addArcLast(TreeDynamicConnectivity<T>.Arc arc) Append thearcto the arc list(package private) TreeDynamicConnectivity<T>.ArcTreeDynamicConnectivity.Node.getNextArc(TreeDynamicConnectivity<T>.Arc arc) Returns an arc which is stored right after thearc.private voidTreeDynamicConnectivity.makeFirstArc(AVLTree<T> tree, TreeDynamicConnectivity<T>.Arc arc) Makes thearcthe first arc traversed by the Euler tourprivate voidTreeDynamicConnectivity.makeLastArc(AVLTree<T> tree, TreeDynamicConnectivity<T>.Node node, TreeDynamicConnectivity<T>.Arc arc) Makes thearcthe last arc of thenodeaccording to the Euler tour(package private) voidTreeDynamicConnectivity.Node.removeArc(TreeDynamicConnectivity<T>.Arc arc) Removes thearcfrom the arc list