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

Method getDependsOn

code/src/java/pcgen/core/bonus/BonusObj.java:135–138  ·  view source on GitHub ↗

Get depends on given a key @param aString @return true if it depends on

(final String aString)

Source from the content-addressed store, hash-verified

133 * @return true if it depends on
134 */
135 public boolean getDependsOn(final String aString)
136 {
137 return dependMap.containsKey(aString);
138 }
139
140 /**
141 * Get depends on given a set of keys

Callers 2

testBuildDependsMethod · 0.80
processBonusMethod · 0.80

Calls 1

containsKeyMethod · 0.65

Tested by 1

testBuildDependsMethod · 0.64