| Package | Description |
|---|---|
| edu.uci.ics.jung.graph |
Interfaces for the JUNG graph types, and some representative implementations.
|
| edu.uci.ics.jung.graph.util |
Utility interfaces and classes for the JUNG API.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Tree<V,E>> |
Forest.getTrees()
Returns a view of this graph as a collection of
Tree instances. |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> Tree<V,E> |
TreeUtils.getSubTree(Forest<V,E> forest,
V root)
Returns the subtree of
tree which is rooted at root as a Forest. |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> edu.uci.ics.jung.graph.util.Graphs.SynchronizedTree<V,E> |
Graphs.synchronizedTree(Tree<V,E> tree)
Returns a synchronized Tree backed by the passed Tree.
|
static <V,E> edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree<V,E> |
Graphs.unmodifiableTree(Tree<V,E> tree)
Returns an unmodifiable
Tree backed by the passed tree. |
Copyright © 2016. All rights reserved.