addChild

abstract fun addChild(parent: NodeID, child: NodeID)(source)

Adds a parent-child edge to the graph.


abstract fun addChild(behavior: BehaviorID, child: NodeID)(source)