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>> | |
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 | |
SingletonEdgeGraph |
Generate a
SingletonEdgeGraph . |
StarGraph |
Generate a
StarGraph . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.