public class EdgeInfo extends Object
| Constructor and Description |
|---|
EdgeInfo(VertexInfo v1,
VertexInfo v2,
double strength,
double weight) |
public EdgeInfo(VertexInfo v1, VertexInfo v2, double strength, double weight)
public VertexInfo getFirst()
public VertexInfo getSecond()
public double getStrength()
public double getWeight()
Copyright © 2012. All Rights Reserved.