V
- the vertex typeD
- the score typepublic interface VertexScoringAlgorithm<V,D>
Modifier and Type | Method and Description |
---|---|
Map<V,D> |
getScores()
Get a map with the scores of all vertices
|
D |
getVertexScore(V v)
Get a vertex score
|
Copyright © 2017. All rights reserved.