| Package | Description |
|---|---|
| eu.bandm.tools.graph |
Mathematical graph tools.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> AdHocRootedGraphModel<V> |
GraphModels.roots(GraphModel<V> parent,
Collection<? extends V> roots) |
static <V> AdHocRootedGraphModel<V> |
GraphModels.roots(GraphModel<V> parent,
Collection<? extends V> roots) |
static <V> AdHocRootedGraphModel<V> |
GraphModels.roots(GraphModel<V> parent,
V... roots) |
static <V> AdHocRootedGraphModel<V> |
GraphModels.roots(GraphModel<V> parent,
V... roots) |
see also the complete user documentation .