Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
JGraphUnionFind |
JGraphFacade.getConnectionComponents(java.lang.Object[] v,
java.lang.Object[] e)
Returns a union find structure representing the connection components of
G=(E,V).
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.