|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImporter
The interface for all KEG importers.
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. |
void |
doModelPostProcess(IPath modelPath,
IPropertyHolder options)
Performs a post processing on the created KEG model instance file using the given options. |
Method Detail |
---|
Node doImport(InputStream inputStream, IPropertyHolder options, IKielerProgressMonitor monitor)
inputStream
- the input streamoptions
- the import optionsmonitor
- the progress monitor
void doModelPostProcess(IPath modelPath, IPropertyHolder options)
modelPath
- the model file pathoptions
- the optionsvoid doDiagramPostProcess(IPath diagramPath, IPropertyHolder options)
diagramPath
- the diagram file pathoptions
- the options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |