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

Method getListAssociations

code/src/java/pcgen/cdom/base/CDOMObject.java:935–939  ·  view source on GitHub ↗
(CDOMReference<? extends CDOMList<?>> listRef,
		CDOMReference<?> key)

Source from the content-addressed store, hash-verified

933 }
934
935 public final Collection<AssociatedPrereqObject> getListAssociations(CDOMReference<? extends CDOMList<?>> listRef,
936 CDOMReference<?> key)
937 {
938 return cdomListMods == null ? null : cdomListMods.getListFor(listRef, key);
939 }
940
941 /**
942 * @return A list of references to the global lists that this CDOM Object has modified

Callers 15

dataAddedMethod · 0.95
dataAddedMethod · 0.95
dataAddedMethod · 0.95
testAddAbilityMethod · 0.80
getCollectionMethod · 0.80
processAddDomainsMethod · 0.80
processListMethod · 0.80
processListMethod · 0.80
processAbilityListMethod · 0.80
inheritAttributesFromMethod · 0.80
applyDomainMethod · 0.80

Calls 1

getListForMethod · 0.65

Tested by 1

testAddAbilityMethod · 0.64