Class FlowGraphCompilationContext
public sealed class FlowGraphCompilationContext : ICeresGraphCompilationContext, IDisposable
- Inheritance
-
FlowGraphCompilationContext
- Implements
- Inherited Members
Methods
AddOrCreateFunctionSubGraph(CeresGraphCompiler, FlowGraphFunctionAsset)
public FlowGraph AddOrCreateFunctionSubGraph(CeresGraphCompiler compiler, FlowGraphFunctionAsset asset)
Parameters
compilerCeresGraphCompilerassetFlowGraphFunctionAsset
Returns
Dispose()
public void Dispose()
GetPooled()
public static FlowGraphCompilationContext GetPooled()
Returns
PostCompileGraph(CeresGraph)
public void PostCompileGraph(CeresGraph source)
Parameters
sourceCeresGraph
PreCompileGraph(CeresGraph)
public void PreCompileGraph(CeresGraph source)
Parameters
sourceCeresGraph