Click or drag to resize

XMIExportExport Method (IGraph, TextWriter)

Exports the given graph in XMI format to the given text writer output stream. Any errors will be reported by exception.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntax
C#
public static void Export(
	IGraph graph,
	TextWriter streamWriter
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The graph to export.
streamWriter
Type: System.IOTextWriter
The stream writer to export to.
See Also