Table of Contents

Class CeresGraphCompiler

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

Ceres graph compiler

public sealed class CeresGraphCompiler : IDisposable
Inheritance
object
CeresGraphCompiler

Properties

Context

public ICeresGraphCompilationContext Context { get; set; }

Property Value

ICeresGraphCompilationContext

Source

Compilation source graph, will not change during compilation

public CeresGraph Source { get; }

Property Value

CeresGraph

Target

Compilation target graph

public CeresGraph Target { get; }

Property Value

CeresGraph

Methods

Dispose()

public void Dispose()

GetPooled(CeresGraph, ICeresGraphCompilationContext)

public static CeresGraphCompiler GetPooled(CeresGraph graph, ICeresGraphCompilationContext context = null)

Parameters

graph CeresGraph
context ICeresGraphCompilationContext

Returns

CeresGraphCompiler