Abstract base class for nodes in a RuntimeReturnGraph .
| Property | Description |
|---|---|
| NextNodeIndices | Represents a collection of integer indices pointing to subsequent nodes in a graph structure. This property is used to define and navigate the connections between nodes at runtime. |
| Method | Description |
|---|---|
| GetNextNodeIndex | Determines and returns the index of the next node to be evaluated based on the provided ‣. |