Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clearConstants
Method · 0.65
testClear
Method · 0.65
runClearIsEmpty
Method · 0.65
testPutGet
Method · 0.65
testClearIsEmpty
Method · 0.65
testAddAll
Method · 0.65
testSetSize
Method · 0.65
testIdentityAddConstructor
Method · 0.65
runPutGet
Method · 0.65
testClearIsEmpty
Method · 0.65
testAddAll
Method · 0.65
testAddAllToListFor
Method · 0.65
Implementers
3
AbstractSetMapGraph
PCGen-base/code/src/java/pcgen/base/gr
SimpleListGraph
PCGen-base/code/src/java/pcgen/base/gr
AbstractListMapGraph
PCGen-base/code/src/java/pcgen/base/gr
Calls
no outgoing calls
Tested by
15
clearConstants
Method · 0.52
testClear
Method · 0.52
runClearIsEmpty
Method · 0.52
testPutGet
Method · 0.52
testClearIsEmpty
Method · 0.52
testAddAll
Method · 0.52
testSetSize
Method · 0.52
testIdentityAddConstructor
Method · 0.52
runPutGet
Method · 0.52
testClearIsEmpty
Method · 0.52
testAddAll
Method · 0.52
testAddAllToListFor
Method · 0.52