Interface | Description |
---|---|
DirectedGraph<T> |
The
DirectedGraph interface provides a collection of nodes with
outgoing edges to other nodes. |
DirectedGraph.Node<T> |
The
Node interface represents a specific node in this directed
graph. |
Class | Description |
---|---|
GraphUtils |
The
GraphUtils class provides utility functions for graphs. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.