Click or drag to resize

IDumper Interface

A dumper for output of graphs.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface IDumper : IDisposable

The IDumper type exposes the following members.

Methods
 NameDescription
Public methodDumpEdge Dump an edge
Public methodDumpNode Dump a node.
Public methodFinishDump Finishes the dump and closes the file
Public methodFinishSubgraph Finishes a subgraph
Public methodStartSubgraph Creates a new sub-graph
Top
See Also