- Type Parameters:
E
- edge the graph edge type
- All Known Implementing Classes:
GreedyMultiplicativeSpanner
public interface SpannerAlgorithm<E>
An algorithm which computes a
graph spanner of a
given graph.
- Author:
- Dimitrios Michail
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A graph spanner.static class
Default implementation of the spanner interface. -
Method Summary
Modifier and TypeMethodDescriptionComputes a graph spanner.
-
Method Details
-
getSpanner
SpannerAlgorithm.Spanner<E> getSpanner()Computes a graph spanner.- Returns:
- a graph spanner
-