All the possible node types. More…
#include <computational_node.h> enum NodeType { Input, Output, Functional, };
All the possible node types.
Input
only can be source in edges
Output
only can be target in edges
Functional
can be source and target, ie. can receive inputs and send outputs