ArticulatedEdge<V,E> |
|
SEI<E> |
Implementation of a delegate class for a generic edge of type E
|
SingletonTransformer<S,T> |
Transform the key of type S to a value of type T.
|
SVI<V> |
Implementation of a delegate class for a generic type V
|
SVTransformedGraphSupplier<V,E> |
Serves as a Supplier for a Graph<V, E> transformed to a Graph<SV<V>,
SE<E>>
|
SyntheticSE<E> |
an edge that is not in the original graph,
|
SyntheticSV<V> |
a vertex that is not in the original graph, but is a subtype of SV
|
TransformingGraphView<V,W,E,F> |
Builds a transformed view of the input Graph<V, E> The transformed graph will be of type
Graph<W, F>
|
TransformingGraphView.Builder<V,W,E,F,T extends TransformingGraphView<V,W,E,F>,B extends TransformingGraphView.Builder<V,W,E,F,T,B>> |
builds the TransformGraphView instance with supplied Functions
|