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

Method clear

PCGen-base/code/src/java/pcgen/base/graph/base/Graph.java:253–253  ·  view source on GitHub ↗

Clears this Graph, removing all Nodes and Edges from the Graph.

()

Source from the content-addressed store, hash-verified

251 * Clears this Graph, removing all Nodes and Edges from the Graph.
252 */
253 public void clear();
254}

Callers 15

clearConstantsMethod · 0.65
testClearMethod · 0.65
runClearIsEmptyMethod · 0.65
testPutGetMethod · 0.65
testClearIsEmptyMethod · 0.65
testAddAllMethod · 0.65
testSetSizeMethod · 0.65
runPutGetMethod · 0.65
testClearIsEmptyMethod · 0.65
testAddAllMethod · 0.65
testAddAllToListForMethod · 0.65

Implementers 3

AbstractSetMapGraphPCGen-base/code/src/java/pcgen/base/gr
SimpleListGraphPCGen-base/code/src/java/pcgen/base/gr
AbstractListMapGraphPCGen-base/code/src/java/pcgen/base/gr

Calls

no outgoing calls

Tested by 15

clearConstantsMethod · 0.52
testClearMethod · 0.52
runClearIsEmptyMethod · 0.52
testPutGetMethod · 0.52
testClearIsEmptyMethod · 0.52
testAddAllMethod · 0.52
testSetSizeMethod · 0.52
runPutGetMethod · 0.52
testClearIsEmptyMethod · 0.52
testAddAllMethod · 0.52
testAddAllToListForMethod · 0.52