Click or drag to resize

XMIExport Methods

The XMIExport type exposes the following members.

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
See Also