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

Method hasAssociations

code/src/java/pcgen/core/Equipment.java:5756–5759  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

5754 }
5755
5756 public boolean hasAssociations(Object obj)
5757 {
5758 return assocSupt.hasAssocs(obj, AssociationListKey.CHOICES);
5759 }
5760
5761 public List<String> removeAllAssociations(CDOMObject obj)
5762 {

Callers 4

isPreTypeMethod · 0.95
addEqModifierMethod · 0.95
removeEqModifierMethod · 0.95

Calls 1

hasAssocsMethod · 0.45

Tested by

no test coverage detected