NodeCandidate¶
- class samplomatic.graph_utils.NodeCandidate(graph: PyDiGraph[T, S], node: T)[source]¶
Bases:
Generic[T,S]A node that we want to add to the graph, but not yet.
The node is only added when we ask for its
node_idxin the graph.- Parameters:
graph – The graph to add the node to.
node – The node data for the node to add.
Attributes Summary
Attributes Documentation
- is_added¶
Whether the node has yet been added to the graph.
- node_idx¶
The node index in the graph.