Class STNU.EdgeData

java.lang.Object
it.univr.di.cstnu.algorithms.STNU.EdgeData
Enclosing class:
STNU

static class STNU.EdgeData extends Object
Represents the immutable triple (sourceNode, weight, destinationNode) necessary for generating a STNUEdge.
Version:
$Rev: 965 $
Author:
posenato
  • Field Details

  • Constructor Details

    • EdgeData

      EdgeData(LabeledNode s, LabeledNode d, int w)
      Constructor for an immutable edgeData object.
      Parameters:
      s - the source node
      d - the destination node
      w - the weight of the edge