Edge<V,E> |
an edge has a source and a target
|
EdgeView<V,E> |
Interface that allows to provide a different view on an edge.
|
Graph<V,E> |
Interface for a graph representation
|
GraphAnalyzer<V,E,R> |
Performs an analyzes of the graph
|
GraphState<V,E> |
Representation of a graph state
|
GraphStateAccessor<V,E> |
Allows reading access to a given graph state
|
MetaTag<T> |
Implementation of a meta tag, to add additional info to other objects
|
MetaTagCollection |
Allows adding MetaTag information to a specific class
|
Vertex<V,E> |
Interface to represent a vertex
|
VertexView<V,E> |
Interface that allows to provide a different view on a vertex.
|
Visitor<T> |
Functional Interface as Basis for the Visitor Pattern
|