org.eclipse.emf.henshin
Interface HenshinModelExporter

All Known Implementing Classes:
HenshinAGGExporter

public interface HenshinModelExporter

Interface for Henshin model exporters.


Method Summary
 org.eclipse.core.runtime.IStatus doExport(Module module, URI uri)
          Perform an export operation.
 String getExporterName()
          Get the name of this exporter.
 String[] getExportFileExtensions()
          Get the list of file extensions supported by this exporter.
 

Method Detail

doExport

org.eclipse.core.runtime.IStatus doExport(Module module,
                                          URI uri)
Perform an export operation.

Parameters:
module - Module to be exported.
uri - URI where the transformation system should be exported to.

getExporterName

String getExporterName()
Get the name of this exporter.

Returns:
The name.

getExportFileExtensions

String[] getExportFileExtensions()
Get the list of file extensions supported by this exporter.

Returns:
List of file extensions.