addEdge method

void addEdge(
  1. NodeOutput item
)

Implementation

void addEdge(NodeOutput item) {
   edges.add(item);
 }