15#include <ecoli/node.h>
int ec_node_str_set_str(struct ec_node *node, const char *str)
Set the string to match on a string node.
struct ec_node * ec_node_str(const char *id, const char *str)
Create a string node that matches a specific string.
struct ec_node * ec_node(const char *typename, const char *id)
Create a new node from its type name.