Nodes

In a graph, a node represents a discrete unit of data or computation. In the context of the Depends library, nodes hold and manage a Value of a specific type. They can either be:

  • Input Nodes: Nodes which derive their Value's state from outside the graph.
  • Derived Nodes: Nodes which derive their Value's state from other nodes they depend on.