Class Edge
java.lang.Object
com.thomas.graphs.Weighted.Edge
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe target vertexintThe weight of the edges -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tragetVertex
The target vertex -
weight
public int weightThe weight of the edges
-
-
Constructor Details
-
Edge
Creates an edge to another vertex- Parameters:
target- The target vertexweight- The weight to the target
-