|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportPlugin
Method Summary | |
---|---|
javax.swing.filechooser.FileFilter |
getFileFilter()
|
MiningResult |
importFile(java.io.InputStream input)
Interface for plugins that import from file. |
Methods inherited from interface org.processmining.framework.plugin.Plugin |
---|
getHtmlDescription, getName |
Method Detail |
---|
javax.swing.filechooser.FileFilter getFileFilter()
MiningResult importFile(java.io.InputStream input) throws java.io.IOException
input
- The framework will always provide a ProMInputStream as
the input
parameter. To retrieve the filename use:
((ProMInputStream) input).getFilename();
null
is returned then the framework thinks the call to this method was aborted.
java.io.IOException
- If an IO exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |