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

Method hasPrerequisites

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

Returns true if this PrereqObject contains any Prerequisites; false otherwise. @return true if this PrereqObject contains any Prerequisites; false otherwise.

()

Source from the content-addressed store, hash-verified

62 * otherwise.
63 */
64 public boolean hasPrerequisites();
65
66 /**
67 * Returns a List of the Prerequisite objects contained in the PrereqObject.

Callers 15

unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
hasPrerequisitesMethod · 0.65
equalsPrereqObjectMethod · 0.65
getPCCTextMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected