Table of Contents

Class FlowUberGraph

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

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

public sealed class FlowUberGraph : FlowGraph, IDisposableUnregister, IFlowExecutableProgram, IDisposable, IFlowEventDelegateTarget, IFlowEventHandlerProvider
Inheritance
FlowUberGraph
Implements
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