Table of Contents

Method GetDependencySubGraphs

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetDependencySubGraphs()

Gets subgraphs that should be treated as execution dependencies of this graph.

public virtual IEnumerable<GraphAsset> GetDependencySubGraphs()

Returns

IEnumerable<GraphAsset>

The dependent subgraphs referenced by this graph.

Remarks

GraphContext uses this to detect dependency cycles across nested graphs before execution begins. The base implementation reports no dependencies.