JGraph
v5.13.0.4


Uses of Class
com.jgraph.algebra.JGraphUnionFind

Packages that use JGraphUnionFind
com.jgraph.algebra JGraphLayout algebra package which contains graph algorithms and datastructures. 
com.jgraph.layout 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 JGraphUnionFind
protected  JGraphUnionFind JGraphAlgebra.createUnionFind(java.lang.Object[] v)
          Hook for subclassers to provide a custom union find structure.
 JGraphUnionFind JGraphAlgebra.getConnectionComponents(GraphModel model, java.lang.Object[] v, java.lang.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 JGraphUnionFind
 JGraphUnionFind JGraphFacade.getConnectionComponents(java.lang.Object[] v, java.lang.Object[] e)
          Returns a union find structure representing the connection components of G=(E,V).
 


JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.