Click or drag to resize

XMIExport Class

Exports graphs to the XMI format (assuming a matching ecore exists).
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrXMIExport

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

The XMIExport type exposes the following members.

Constructors
 NameDescription
Protected methodXMIExport(String)Initializes a new instance of the XMIExport class
Protected methodXMIExport(TextWriter)Initializes a new instance of the XMIExport class
Protected methodXMIExport(XmlTextWriter)Initializes a new instance of the XMIExport class
Top
Methods
 NameDescription
Public methodDispose 
Protected methodExport(IGraph) 
Public methodStatic memberExport(IGraph, TextWriter) Exports the given graph in XMI 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 XMI file with the given filename. Any errors will be reported by exception.
Protected methodWriteAttributes 
Protected methodWriteNodeProperties 
Protected methodWriteReachedNode 
Protected methodWriteRootNode 
Top
Fields
 NameDescription
Public fieldcontainedIn 
Public fieldcontainedVia 
Public fieldcontains 
Top
See Also