clear method

void clear()

Implementation

void clear() {
  elements.clear();
  connections.clear();
}