Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getIdPath
Method
getIdPath
code/src/java/pcgen/core/character/EquipSet.java:213–216 ·
view source on GitHub ↗
Get Id Path @return id_path
()
Source
from the content-addressed store, hash-verified
211
* @
return
id_path
212
*/
213
public
String getIdPath()
214
{
215
return
id_path;
216
}
217
218
/**
219
* Set Item
Callers
15
testDefaultEquipSet
Method · 0.95
addChildrenToPath
Method · 0.95
equipItem
Method · 0.95
resolveDuplicateEquipmentSets
Method · 0.95
execute
Method · 0.95
testAddRemove
Method · 0.45
verifyEquipSet
Method · 0.45
delEquipSet
Method · 0.45
getEquipSetByIdPath
Method · 0.45
getEquipSetCount
Method · 0.45
getEquippedQuantity
Method · 0.45
getCalcEquipSetId
Method · 0.45
Calls
no outgoing calls
Tested by
3
testDefaultEquipSet
Method · 0.76
testAddRemove
Method · 0.36
verifyEquipSet
Method · 0.36