Uses of Class
com.jgraph.algebra.JGraphUnionFind
Packages that use JGraphUnionFind
Package
Description
JGraphLayout algebra package which contains graph algorithms and datastructures.
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 JGraphUnionFindModifier and TypeMethodDescriptionprotected JGraphUnionFindJGraphAlgebra.createUnionFind(Object[] v) Hook for subclassers to provide a custom union find structure.JGraphAlgebra.getConnectionComponents(GraphModel model, Object[] v, Object[] e) Returns a union find structure representing the connection components of G=(E,V). -
Uses of JGraphUnionFind in com.jgraph.layout
Methods in com.jgraph.layout that return JGraphUnionFindModifier and TypeMethodDescriptionJGraphFacade.getConnectionComponents(Object[] v, Object[] e) Returns a union find structure representing the connection components of G=(E,V).