de.cau.cs.kieler.kiml.export
Interface IExporter

All Known Implementing Classes:
AbstractExporter, DotExporter, GMLExporter, GraphMLExporter, KGraphExporter, OGMLExporter

public interface IExporter

The interface for all graph exporters.

Rating red

Method Summary
 void doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 

Method Detail

doExport

void doExport(KNode graph,
              OutputStream stream,
              MapPropertyHolder options,
              IKielerProgressMonitor monitor)
Performs the actual graph export by using the given options and writing the result to the stream.

Parameters:
graph - the graph
stream - the output stream
options - the export options
monitor - the progress monitor