Click or drag to resize

GXLExport Class

Exports graphs to the GXL format.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrGXLExport

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

The GXLExport type exposes the following members.

Constructors
  NameDescription
Protected methodGXLExport(TextWriter)
Initializes a new instance of the GXLExport class
Protected methodGXLExport(String)
Initializes a new instance of the GXLExport class
Protected methodGXLExport(XmlTextWriter)
Initializes a new instance of the GXLExport class
Top
Methods
  NameDescription
Public methodDispose
Protected methodExport(IGraph)
Public methodStatic memberExport(IGraph, TextWriter)
Exports the given graph in GXL format to the given text writer output stream. Any errors will be reported by exception.
Public methodStatic memberExport(IGraph, String)
Exports the given graph to a GXL file with the given filename. Any errors will be reported by exception.
Protected methodGetAttributes
Protected methodGetAttrTypeID
Protected methodGetDomainID(AttributeKind)
Protected methodGetDomainID(AttributeType)
Protected methodGetDomainID(EnumAttributeType)
Protected methodGetDomainID(AttributeKind, EnumAttributeType)
Returns the domain ID for the given attribute type.
Protected methodGetElemTypeID
Protected methodGetModelID
Protected methodWriteAttrs
Protected methodWriteAttrTypes
Protected methodWriteEdge
Protected methodWriteEnumType
Protected methodWriteGraph
Protected methodWriteGXLEdge
Protected methodWriteGXLNode
Protected methodWriteModel
Protected methodWriteNode
Protected methodWriteTypeElement
Top
See Also