|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.keg.importer.AbstractImporter
de.cau.cs.kieler.keg.importer.importer.OGMLImporter
public class OGMLImporter
A KEG importer for the OGML file format.
Constructor Summary | |
---|---|
OGMLImporter()
Constructs a KGraphImporter. |
Method Summary | |
---|---|
void |
doDiagramPostProcess(IPath diagramPath,
IPropertyHolder options)
Performs a post process on the created KEG diagram file using the given options; is only called when a diagram file is created automatically in the import process. |
Node |
doImport(InputStream inputStream,
IPropertyHolder options,
IKielerProgressMonitor monitor)
Performs the actual KEG import using the given options and retrieving the source from the stream. |
String |
getDefaultExtension()
Returns the default file extension for this exporter. |
String[] |
getExtensions()
Returns the importers supported file extensions. |
String |
getName()
Returns the name of the file format the exporter is exporting to. |
Methods inherited from class de.cau.cs.kieler.keg.importer.AbstractImporter |
---|
addOption, doModelPostProcess, getOptions, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OGMLImporter()
Method Detail |
---|
public String getName()
getName
in class AbstractImporter
public String getDefaultExtension()
getDefaultExtension
in class AbstractImporter
public String[] getExtensions()
getExtensions
in class AbstractImporter
public Node doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
inputStream
- the input streamoptions
- the import optionsmonitor
- the progress monitor
public void doDiagramPostProcess(IPath diagramPath, IPropertyHolder options)
doDiagramPostProcess
in interface IImporter
doDiagramPostProcess
in class AbstractImporter
diagramPath
- the diagram file pathoptions
- the options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |