| DirectedEdge |
Directed Edge interface connecting two vertices in a directional fashion.
|
| DirectedEdgeFactory |
Factory interface for creating directed edges.
|
| DirectedEdges |
Container and managing class for directed edges in a graph.
|
| DirectedGraph<V extends DirectedVertex,E extends DirectedEdge,ES extends EdgeSegment> |
Interface for a directed graph with explicit container types rather than the base containers.
|
| DirectedSubGraph |
A directed subgraph interface for a given parent graph by registering edge segments on it (and therefore vertices and edges)
|
| DirectedVertex |
Directed vertex representation connected to one or more edge segments that have direction.
|
| DirectedVertexFactory |
Factory interface for creating vertex instances
|
| DirectedVertices |
Container class for directed vertices and creating instances within this container via factory.
|
| EdgeSegmentFactory |
Factory interface for creating edge segment instances
|
| EdgeSegments |
Container and factory class for edge segments in a graph, also to be used to create and register edge segments of any
(derived) type
|