Ejemplo n.º 1
0
 public void setNodeWeight(int weight) {
   weightedNode.setNodeWeight(weight);
 }
Ejemplo n.º 2
0
 public int getNodeWeight() {
   return weightedNode.getNodeWeight();
 }