addNode

abstract fun addNode(node: T)

Adds the given node to the graph

Parameters

node

The node to add