clear abstract method

void clear()

Clears the graph of all nodes and edges.

After calling this method, the graph is empty.

Implementation

void clear();