ConjugateDirectedEdge |
Directed Edge interface connecting two vertices in a directional fashion.
|
ConjugateDirectedEdgeFactory |
Factory interface for creating conjugate directed edges.
|
ConjugateDirectedEdges |
Container and managing class for conjugate directed edges in a conjugate graph.
|
ConjugateDirectedSubGraph |
A conjugate directed subgraph interface for a given parent graph by registering conjugate edge segments on it (and therefore conjugate vertices and edges)
|
ConjugateDirectedVertex |
Conjugate of directed vertex representing an edge segment in "regular" directed graph
|
ConjugateDirectedVertexFactory |
Factory interface for creating conjugate vertex instances
|
ConjugateDirectedVertices |
Container class for conjugate directed vertices and creating instances within this container via factory.
|
ConjugateEdgeSegment |
Conjugate version of edge segment representing connection between two edge segments on origin network
|
ConjugateEdgeSegmentFactory |
Factory interface for creating conjugate edge segment instances
|
ConjugateEdgeSegments |
Container and factory class for conjugate edge segments in a conjugate graph.
|
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<V extends DirectedVertex,E extends EdgeSegment> |
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.
|
EdgeSegment |
EdgeSegment represents an edge in a particular (single) direction.
|
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
|