enum ComputationalNode::NodeType

Overview

All the possible node types. More…

#include <computational_node.h>

enum NodeType {
    Input,
    Output,
    Functional,
};

Detailed Documentation

All the possible node types.

Enum Values

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