| Interface | Description |
|---|---|
| DFSVisitor<T> |
A spanning tree visitor callback interface
|
| Visitor<T> |
A graph visitor interface.
|
| VisitorEX<T,E extends Exception> |
A graph visitor interface that can throw an exception during
a visit callback.
|
| Class | Description |
|---|---|
| Edge<T> |
A directed, weighted edge in a graph
|
| Graph<T> |
A directed graph data structure.
|
| Vertex<T> |
A named graph vertex with optional data.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.