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

Method getData

code/src/java/pcgen/core/doomsdaybook/Rule.java:41–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public List<DataValue> getData() throws Exception
43 {
44 retList.clear();
45
46 for (String key : this)
47 {
48 DataElement ele = allVars.getDataElement(key);
49 retList.addAll(ele.getData());
50 }
51
52 return retList;
53 }
54
55 public void setId(String id)
56 {

Callers 1

generateMethod · 0.95

Calls 4

getDataMethod · 0.95
clearMethod · 0.65
addAllMethod · 0.65
getDataElementMethod · 0.45

Tested by

no test coverage detected