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

Method getFirstAssociation

code/src/java/pcgen/core/Equipment.java:5773–5776  ·  view source on GitHub ↗
(CDOMObject obj)

Source from the content-addressed store, hash-verified

5771 }
5772
5773 public String getFirstAssociation(CDOMObject obj)
5774 {
5775 return assocSupt.getAssocList(obj, AssociationListKey.CHOICES).get(0).get(0);
5776 }
5777
5778 /**
5779 * Get the map of bonuses for this object

Callers 4

isPreTypeMethod · 0.95
getSRMethod · 0.80
getRemainingChargesMethod · 0.80

Calls 2

getMethod · 0.65
getAssocListMethod · 0.45

Tested by

no test coverage detected