No way to clear vertex or edge properties back to undefined state...
Closed this issue · 0 comments
ChrisRus commented
... without reaching into DirectedGraph
's private state and deleting the hash table row.
Add the following methods to DirectedGraph
, test, and document.
- DirectedGraph.hasVertexProperty
- DirectedGraph.clearVertexProperty
- DirectedGraph.hasEdgeProperty
- DirectedGraph.clearEdgeProperty