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

Method setValue

code/src/java/pcgen/core/bonus/BonusObj.java:208–216  ·  view source on GitHub ↗

Set value @param bValue

(final String bValue)

Source from the content-addressed store, hash-verified

206 * @param bValue
207 */
208 Formula setValue(final String bValue)
209 {
210 bonusFormula = FormulaFactory.getFormulaFor(bValue);
211 if (!bonusFormula.isStatic())
212 {
213 buildDependMap(bValue.toUpperCase());
214 }
215 return bonusFormula;
216 }
217
218 /**
219 * Get the bonus formula

Callers 2

cloneMethod · 0.95
newBonusMethod · 0.95

Calls 3

getFormulaForMethod · 0.95
buildDependMapMethod · 0.95
isStaticMethod · 0.65

Tested by

no test coverage detected