SimpleUndirectedEdge constructor

SimpleUndirectedEdge(
  1. Vertex a,
  2. Vertex b,
  3. double weight
)

Implementation

SimpleUndirectedEdge(Vertex a, Vertex b, double weight) : super(a, b, weight);