| Interface | Description |
|---|---|
| Input<K,VV,EV> |
Input source for a
Graph, for example a file reader or GraphGenerator. |
| Class | Description |
|---|---|
| CirculantGraph |
Generate a
CirculantGraph. |
| CompleteGraph |
Generate a
CompleteGraph. |
| CSV<K extends Comparable<K>> |
Read a
Graph from a CSV file using IntValue, LongValue, or StringValue keys. |
| CycleGraph |
Generate a
CycleGraph. |
| EchoGraph |
Generate an
EchoGraph. |
| EmptyGraph |
Generate an
EmptyGraph. |
| GeneratedGraph<K> |
Base class for generated graphs.
|
| GeneratedMultiGraph<K extends Comparable<K>> |
Base class for graph generators which may create duplicate edges.
|
| GridGraph |
Generate a
GridGraph. |
| HypercubeGraph |
Generate a
HypercubeGraph. |
| InputBase<K,VV,EV> |
Base class for inputs.
|
| PathGraph |
Generate a
PathGraph. |
| RMatGraph |
Generate an
RMatGraph with IntValue, LongValue, or StringValue
keys. |
| SingletonEdgeGraph |
Generate a
SingletonEdgeGraph. |
| StarGraph |
Generate a
StarGraph. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.