Click or drag to resize

GRSExport Class

Exports graphs to the GRS format.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrGRSExport

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

The GRSExport type exposes the following members.

Constructors
  NameDescription
Protected methodGRSExport(StreamWriter)
Initializes a new instance of the GRSExport class
Protected methodGRSExport(String)
Initializes a new instance of the GRSExport class
Top
Methods
  NameDescription
Public methodStatic memberAddSubgraphAsNeeded
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 Main graph context is needed to get access to the graph -> env dictionary.
Public methodStatic memberEmitAttributeValue
Type needed for enum, otherwise null ok. Graph needed for node/edge, otherwise null ok. Main graph context needed to get access to the graph -> env dictionary for subgraph.
Public methodStatic memberEmitObjectCreation
Public methodStatic memberEmitSubgraphAttributes
Public methodStatic memberExport(INamedGraph, StreamWriter)
Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String)
Exports the given graph to a GRS file with the given filename. Any errors will be reported by exception.
Protected methodExport(INamedGraph, Boolean, DictionaryString, DictionaryString, String)
Public methodStatic memberExport(INamedGraph, StreamWriter, Boolean, DictionaryString, DictionaryString, String)
Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception.
Public methodStatic memberExport(INamedGraph, String, Boolean, DictionaryString, DictionaryString, String)
Exports the given graph to a GRS file with the given filename. Any errors will be reported by exception.
Public methodStatic memberExportSingleGraph
Public methodStatic memberExportYouMustCloseStreamWriter
Exports the given graph to the file given by the stream writer in grs format. Any errors will be reported by exception. Returns the graph export context of the main graph.
Public methodStatic memberIsGraphUsedInAttribute
Top
See Also