Uses of Class
org.graffiti.graph.AbstractGraph
Package | Description |
---|---|
org.graffiti.graph |
Contains graph interfaces and classes.
|
-
Uses of AbstractGraph in org.graffiti.graph
Subclasses of AbstractGraph in org.graffiti.graph Modifier and Type Class Description class
AdjListGraph
Implements theGraph
-interface using an adjacency list representation of the graph.class
OptAdjListGraph
Implements theGraph
-interface using an adjacency list representation of the graph.