Package com.marginallyclever.nodegraphcore

NodeGraphCore contains essential elements for describing a graph that contains nodes for flow-based programming. The NodeGraph contains Nodes. Nodes have NodeVariables. NodeVariables are connected with NodeConnections. A graph may be contained within a Subgraph. Nodes are exposed to editing and serialization tools by registering themselves to the NodeFactory. See BuiltInNodeRegistry for examples which include PrintToStdOut, boolean logical operators, and basic math functions.