MCPcopy Create free account
hub / github.com/DMinerJackie/prefuse-visualization-tool / removeNode

Method removeNode

src/prefuse/data/Graph.java:640–657  ·  view source on GitHub ↗

Remove a node from the graph, also removing all incident edges. @param node the node id (node table row number) of the node to remove @return true if the node was successfully removed, false if the node id was not found or was not valid

(int node)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

removeTupleMethod · 0.95
removeChildMethod · 0.45

Calls 9

getNodeTableMethod · 0.95
isValidRowMethod · 0.95
getInDegreeMethod · 0.95
removeEdgeMethod · 0.95
getOutDegreeMethod · 0.95
removeRowMethod · 0.95
nodeCheckMethod · 0.95
getMethod · 0.65
getRowMethod · 0.65

Tested by

no test coverage detected