Class | Description |
---|---|
AccessibleID | |
AccessibleIDObserver |
Observer to observe modifications of graph object identifiers.
|
AdjacencyMatrix<V extends Vertex,E extends Edge> |
Represents an adjacency matrix of a graph.
|
DefaultGraphFactory | |
Edge |
Represents an edge between two vertices in a graph.
|
Graph<V extends Vertex,E extends Edge> |
Represents a graph as a set of vertices and edges.
|
GraphFactory<V extends Vertex,E extends Edge> |
Factory class to create specific vertices and edges for a graph.
|
MultiGraph<V extends Vertex,E extends Edge> |
Represents a multi graph as a set of vertices and edges.
|
Path<V extends Vertex> |
Represents a path in a
Graph . |
PathByID<V extends Vertex> |
Represents a path in a
Graph using the identifiers of the vertices. |
SimpleGraph<V extends Vertex,E extends Edge> |
Represents a simple graph as a set of vertices and edges.
|
Trail<V extends Vertex> |
Represents a trail in a
Graph . |
TrailByID<V extends Vertex> |
Represents a trail in a
Graph using the identifiers of the vertices. |
Vertex |
Represents a vertex of a
Graph . |
Walk<V extends Vertex> |
Represents a walk in a
Graph . |
WalkByID<V extends Vertex> |
Represents a walk in a
Graph using the identifiers of the vertices. |