Class STNU.EdgeData
java.lang.Object
it.univr.di.cstnu.algorithms.STNU.EdgeData
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LabeledNode
(package private) final LabeledNode
(package private) final int
-
Constructor Summary
ConstructorsConstructorDescriptionEdgeData
(LabeledNode s, LabeledNode d, int w) Constructor for an immutable edgeData object. -
Method Summary
-
Field Details
-
destination
-
source
-
weight
final int weight
-
-
Constructor Details
-
EdgeData
EdgeData(LabeledNode s, LabeledNode d, int w) Constructor for an immutable edgeData object.- Parameters:
s
- the source noded
- the destination nodew
- the weight of the edge
-