Table of Contents

Class FlowUberGraph

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Top level graph type of FlowGraph, contains all sub-graphs.

public sealed class FlowUberGraph : FlowGraph, IDisposableUnregister
Inheritance
object
FlowUberGraph
Implements
IDisposableUnregister
Inherited Members

Constructors

FlowUberGraph(FlowGraphData)

public FlowUberGraph(FlowGraphData flowGraphData)

Parameters

flowGraphData FlowGraphData

Methods

Compile(CeresGraphCompiler)

Compile graph just in time

public override void Compile(CeresGraphCompiler compiler)

Parameters

compiler CeresGraphCompiler

Runtime compiler

IsUberGraph()

Is graph on top level which means it can have subGraphs

public override bool IsUberGraph()

Returns

bool