Item
scalation.database.graph_pm.ShortestPath.Item
The Item
inner case class has two fields, vertex id and distance from vertex s (the source) as well as a compare method based on distance.
Value parameters
- dd
-
the vertex's distance from vertex s
- id
-
the id of the vertex
Attributes
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Ordered
- Product
In this article