| Interface | Description |
|---|---|
| Graph<V,E> |
A graph consisting of a set of vertices of type
V
set and a set of edges of type E. |
| Hypergraph<V,E> |
A hypergraph, consisting of a set of vertices of type
V and a
set of hyperedges of type E which connect the vertices. |
| Class | Description |
|---|---|
| EcDirectedGraph<V,E> |
A directed implementation of {{#crossLink "Graph"}}Graph{{/crossLink}}.
|
| Triple<S1,S2,S3> |
Object to hold a triple, used in graph.
|
Copyright © 2021 Eduworks Corporation. All rights reserved.