Table of Contents

Class DgmlExporter

Namespace
NMF.Expressions.Debug
Assembly
NMF.Expressions.Debug.dll

Denotes a helper class to export DDG nodes as DGML

public class DgmlExporter
Inheritance
DgmlExporter
Inherited Members
Extension Methods

Methods

Export(INotifiable)

Generates a DGML document for the DDG rooted at the given element

public static string Export(INotifiable root)

Parameters

root INotifiable

The rrot of the DDG

Returns

string

The DGML document