Table of Contents

Class FlowGraphCompilationContext

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public sealed class FlowGraphCompilationContext : ICeresGraphCompilationContext, IDisposable
Inheritance
FlowGraphCompilationContext
Implements
Inherited Members

Methods

AddOrCreateFunctionSubGraph(CeresGraphCompiler, FlowGraphFunctionAsset)

public FlowGraph AddOrCreateFunctionSubGraph(CeresGraphCompiler compiler, FlowGraphFunctionAsset asset)

Parameters

compiler CeresGraphCompiler
asset FlowGraphFunctionAsset

Returns

FlowGraph

Dispose()

public void Dispose()

GetPooled()

public static FlowGraphCompilationContext GetPooled()

Returns

FlowGraphCompilationContext

PostCompileGraph(CeresGraph)

public void PostCompileGraph(CeresGraph source)

Parameters

source CeresGraph

PreCompileGraph(CeresGraph)

public void PreCompileGraph(CeresGraph source)

Parameters

source CeresGraph