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

Method generate

code/src/java/pcgen/output/base/ModelFactory.java:44–44  ·  view source on GitHub ↗
(CharID id)

Source from the content-addressed store, hash-verified

42 //TODO This is reckless, as T is not well enforced and can be avoided (see FactModelFactory)
43 //TODO The usage in PREFACT/PREFACTSET is also reckless
44 public <T extends TemplateModel & Iterable<?>> T generate(CharID id);
45}

Callers 12

buildDataModelMethod · 0.95
getIterableMethod · 0.95
setUpMethod · 0.65
testRollMethod · 0.65
testTopRollMethod · 0.65
testRerollRollMethod · 0.65
rollMethod · 0.65
buildModeDataModelMethod · 0.65
rollMethod · 0.65
getFormulaManagerMethod · 0.65
getPCFormulaManagerMethod · 0.65

Implementers 9

FactModelFactorycode/src/java/pcgen/output/factory/Fac
ChannelFactorycode/src/java/pcgen/output/factory/Cha
ItemModelFactorycode/src/java/pcgen/output/factory/Ite
GlobalVarModelFactorycode/src/java/pcgen/output/factory/Glo
SetModelFactorycode/src/java/pcgen/output/factory/Set
NameGenPanelcode/src/java/pcgen/gui2/doomsdaybook/
CodeControlModelFactorycode/src/java/pcgen/output/factory/Cod
UnitSetModelFactorycode/src/java/pcgen/output/factory/Uni
StatAdaptercode/src/java/pcgen/output/channel/com

Calls

no outgoing calls

Tested by 5

setUpMethod · 0.52
testRollMethod · 0.52
testTopRollMethod · 0.52
testRerollRollMethod · 0.52