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

Method removeTuple

src/prefuse/data/Table.java:815–822  ·  view source on GitHub ↗

Remove a tuple from this table. If the Tuple is a member of this table, its row is deleted from the table. Otherwise, nothing is done. @param t the Tuple to remove from the table @return true if the Tuple row was successfully deleted, false if the Tuple is invalid or not a member of this table @see

(Tuple t)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

removeTupleMethod · 0.95

Calls 3

containsTupleMethod · 0.95
removeRowMethod · 0.95
getRowMethod · 0.65

Tested by

no test coverage detected