Click or drag to resize

GraphDumper Class

Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrGraphDumper

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static class GraphDumper

The GraphDumper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDump(INamedGraph, IDumper) Dumps the named graph with a given graph dumper and default dump style.
Public methodStatic memberDump(IGraph, IDumper, DumpInfo) Dumps the graph with a given graph dumper.
Public methodStatic memberDumpMatch Dumps one or more matches with a given graph dumper.
Public methodStatic memberDumpMatchOnly Dumps the given matches.
Top
See Also