15#include <ecoli/node.h>
int ec_node_bypass_set_child(struct ec_node *gen_node, struct ec_node *child)
Attach a child to a bypass node.
struct ec_node * ec_node_bypass(const char *id, struct ec_node *node)
A node that does nothing other than calling the child node.
struct ec_node * ec_node(const char *typename, const char *id)
Create a new node from its type name.