public interface WeightedVertex<Q> extends Comparable<WeightedVertex<Q>>
| Modifier and Type | Method and Description |
|---|---|
static <Q> DijkstraVertex<Q> |
create(Q object) |
HashMap<?,?> |
getConnections() |
Q |
getId() |
Object |
getWeight() |
compareTostatic <Q> DijkstraVertex<Q> create(Q object)
Q - object - Q getId()
Object getWeight()
HashMap<?,?> getConnections()
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.