Returns the weight of the NamedValue. @return The double weight of the NamedValue
()
| 72 | * @return The double weight of the NamedValue |
| 73 | */ |
| 74 | public double getWeight() |
| 75 | { |
| 76 | return weight; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Adds weight to a NamedValue. |
no outgoing calls