Click or drag to resize

GRGExport Class

Exports graphs in GRG format, i.e. as GrGen rules.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrGRGExport

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class GRGExport : IDisposable

The GRGExport type exposes the following members.

Constructors
  NameDescription
Protected methodGRGExport(StreamWriter)
Initializes a new instance of the GRGExport class
Protected methodGRGExport(String)
Initializes a new instance of the GRGExport class
Top
Methods
  NameDescription
Public methodDispose
Public methodStatic memberEmitAttribute
Emits the attribute value as code for an attribute of the given type with the given value into the stream writer
Protected methodExport(INamedGraph)
Public methodStatic memberExport(INamedGraph, StreamWriter)
Exports the given graph to the file given by the stream writer in grg format, i.e. as GrGen rule. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String)
Exports the given graph to a GRG file with the given filename. Any errors will be reported by exception.
Public methodStatic memberExportYouMustCloseStreamWriter
Exports the given graph to the file given by the stream writer in grg format, i.e. as GrGen rule. Any errors will be reported by exception.
Public methodStatic memberToString
type needed for enum, otherwise null ok graph needed for node/edge in set/map, otherwise null ok
Top
See Also