Interface SpannerAlgorithm<E>
- 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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA graph spanner.static classDefault implementation of the spanner interface. -
Method Summary
Modifier and TypeMethodDescriptionComputes a graph spanner.
-
Method Details
-
getSpanner
-