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

Method addAssociation

code/src/java/pcgen/core/Equipment.java:5711–5714  ·  view source on GitHub ↗
(CDOMObject obj, String o)

Source from the content-addressed store, hash-verified

5709 }
5710
5711 public void addAssociation(CDOMObject obj, String o)
5712 {
5713 assocSupt.addAssoc(obj, AssociationListKey.CHOICES, new FixedStringList(o));
5714 }
5715
5716 public boolean containsAssociated(CDOMObject obj, String o)
5717 {

Callers 5

test885958AMethod · 0.95
test885958BMethod · 0.95
testChoiceMethod · 0.95
testIsPreTypeEqModMethod · 0.95
addEqModifierMethod · 0.95

Calls 1

addAssocMethod · 0.45

Tested by 4

test885958AMethod · 0.76
test885958BMethod · 0.76
testChoiceMethod · 0.76
testIsPreTypeEqModMethod · 0.76