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

Method getParentCategory

code/src/java/pcgen/cdom/base/Category.java:40–40  ·  view source on GitHub ↗

Returns the Parent Category for the current Category. Returns null if the current Category is a "root" Category. @return the Parent Category for the current Category; null if the current Category is a "root" Category.

()

Source from the content-addressed store, hash-verified

38 * Category is a "root" Category.
39 */
40 public Category<T> getParentCategory();
41
42}

Callers 15

processMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65
getAbilityListMethod · 0.65

Implementers 3

AbstractCategorycode/src/java/pcgen/cdom/inst/Abstract
CompanionListcode/src/java/pcgen/cdom/list/Companio
AbilityCategorycode/src/java/pcgen/core/AbilityCatego

Calls

no outgoing calls

Tested by

no test coverage detected