|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.importing.pdm.PDMImport
public class PDMImport
Title: PDM import plug-in
Description: Plug-in for PDM files, containing the XML structure of a Product Data Model.
Copyright: Copyright (c) 2006
Company:
Constructor Summary | |
---|---|
PDMImport()
Create the import plug-in |
Method Summary | |
---|---|
javax.swing.filechooser.FileFilter |
getFileFilter()
PDM files have xml extensions |
java.lang.String |
getHtmlDescription()
Provide help |
java.lang.String |
getName()
Get the name of the plug-in |
MiningResult |
importFile(java.io.InputStream input)
Import the PDM file which is waiting in the given stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDMImport()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Plugin
public javax.swing.filechooser.FileFilter getFileFilter()
getFileFilter
in interface ImportPlugin
public MiningResult importFile(java.io.InputStream input) throws java.io.IOException
importFile
in interface ImportPlugin
importFile
in interface LogReaderConnectionImportPlugin
input
- The given stream
java.io.IOException
- If reading failspublic java.lang.String getHtmlDescription()
getHtmlDescription
in interface Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |