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

Method removeAllAssociations

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

Source from the content-addressed store, hash-verified

5759 }
5760
5761 public List<String> removeAllAssociations(CDOMObject obj)
5762 {
5763 List<String> list = getAssociationList(obj);
5764 assocSupt.removeAllAssocs(obj, AssociationListKey.CHOICES);
5765 return list;
5766 }
5767
5768 private void removeAssociation(CDOMObject obj, String o)
5769 {

Callers 4

addEqModifierMethod · 0.95
setRemainingChargesMethod · 0.80
finishEquipmentMethod · 0.80
setChoiceMethod · 0.80

Calls 2

getAssociationListMethod · 0.95
removeAllAssocsMethod · 0.45

Tested by

no test coverage detected