| Package | Description |
|---|---|
| net.anwiba.tools.graphml.utilities |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Graph.get(T object) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Node<T>> |
Node.children() |
static Iterable<Node<String>> |
GraphUtilities.copy(Iterable<Node<String>> nodes) |
Iterable<Node<T>> |
Graph.nodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.add(Node<T> node) |
void |
Node.add(Node<T> childe) |
boolean |
Node.childrenContains(Node<T> node) |
boolean |
Node.contains(Node<T> node) |
boolean |
Graph.containts(Node<T> node) |
void |
Node.remove(Node<T> childe) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Node<String>> |
GraphUtilities.copy(Iterable<Node<String>> nodes) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.