public interface WeightedEdge<Q>
| Modifier and Type | Method and Description |
|---|---|
static <Q> DefaultWeightedEdge<Q> |
create(Q source,
Q target,
Double weight) |
Q |
getSource() |
Q |
getTarget() |
Object |
getWeight() |
static <Q> DefaultWeightedEdge<Q> create(Q source, Q target, Double weight)
Q - source - target - weight - Q getSource()
Q getTarget()
Object getWeight()
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.