Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getRank
Method
getRank
code/src/java/pcgen/core/kit/KitSkill.java:86–89 ·
view source on GitHub ↗
Get the rank of the skill @return rank
()
Source
from the content-addressed store, hash-verified
84
* @
return
rank
85
*/
86
public
BigDecimal getRank()
87
{
88
return
rank;
89
}
90
91
@Override
92
public
String toString()
Callers
14
testApply
Method · 0.95
run
Method · 0.45
unparse
Method · 0.45
allow
Method · 0.45
allow
Method · 0.45
dataAdded
Method · 0.45
evaluate
Method · 0.45
getTotalRank
Method · 0.45
modRanks
Method · 0.45
updateAdds
Method · 0.45
addRanks
Method · 0.45
appendSkillLines
Method · 0.45
Calls
no outgoing calls
Tested by
1
remove
Method · 0.36