MCPcopy Create free account
hub / github.com/PCGen/pcgen / getWeight

Method getWeight

PCGen-base/code/src/java/pcgen/base/util/NamedValue.java:74–77  ·  view source on GitHub ↗

Returns the weight of the NamedValue. @return The double weight of the NamedValue

()

Source from the content-addressed store, hash-verified

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.

Callers 2

testBasicsMethod · 0.95
getMoveXTokenMethod · 0.95

Calls

no outgoing calls

Tested by 1

testBasicsMethod · 0.76