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

Method getQualifiedKey

code/src/java/pcgen/core/PCClass.java:148–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 * PCClassLevel
147 */
148 @Override
149 public String getQualifiedKey()
150 {
151 if (classKey == null)
152 {
153 classKey = "CLASS:" + getKeyName(); //$NON-NLS-1$
154
155 }
156 return classKey;
157 }
158
159 /**
160 * Returns the total bonus to the specified bonus type and name.

Callers 13

getBonusToMethod · 0.95
getOriginalClassLevelMethod · 0.95
copyLevelsFromMethod · 0.95
passesMethod · 0.45
calcBonusFromListMethod · 0.45
calcSRMethod · 0.45
setSubstitutionLevelMethod · 0.45
recalcSkillPointModMethod · 0.45
getParsedTextMethod · 0.45
getSRMethod · 0.45
getTemplateSRMethod · 0.45
applyDomainMethod · 0.45

Calls 1

getKeyNameMethod · 0.65

Tested by 1

passesMethod · 0.36