| Interface | Description |
|---|---|
| GraphMetricFactory |
This interface defines the functionality of a factory which creates a metric space on a
given graph.
|
| Class | Description |
|---|---|
| ShortestPathMetric |
This class produces a metric space that is defined by the shortest-path distance
between vertices in a graph.
|