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

Method addPrerequisite

code/src/java/pcgen/cdom/base/PrereqObject.java:46–46  ·  view source on GitHub ↗

Add a Prerequisite to the PrereqObject. If the Prerequisite kind is CLEAR all the prerequisites will be cleared from the list. @param prereq The Prerequisite to add to the PrereqObject.

(Prerequisite prereq)

Source from the content-addressed store, hash-verified

44 * The Prerequisite to add to the PrereqObject.
45 */
46 public void addPrerequisite(Prerequisite prereq);
47
48 /**
49 * Adds a Collection of Prerequisite objects to the PrereqObject.

Callers 15

setUpMethod · 0.65
testPreReqsMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
PreTestMethod · 0.65
getBonusMethod · 0.65
testUnparseOnePrereqMethod · 0.65

Implementers 1

ConcretePrereqObjectcode/src/java/pcgen/cdom/base/Concrete

Calls

no outgoing calls

Tested by 11

setUpMethod · 0.52
testPreReqsMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
PreTestMethod · 0.52
getBonusMethod · 0.52
testUnparseOnePrereqMethod · 0.52