|
||||||||||
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.DotImporter
public class DotImporter
A KEG importer for the Graphviz Dot format.
Constructor Summary | |
---|---|
DotImporter()
|
Method Summary | |
---|---|
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, doDiagramPostProcess, doModelPostProcess, getOptions, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DotImporter()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |