|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.dwsmining.DWSMiner
public class DWSMiner
This is the main class implementing the DWS (Disjunctive Workflow Schema) mining plugin.
HeuristicsNet
Constructor Summary | |
---|---|
DWSMiner()
|
Method Summary | |
---|---|
java.lang.String |
getHtmlDescription()
Gets a description of this plugin in HTML. |
java.lang.String |
getName()
Gets the name of this plugin. |
javax.swing.JPanel |
getOptionsPanel(LogSummary arg)
Returns the option panel associated with this mining algorithm or null if it has no options panel. |
MiningResult |
mine(LogReader log)
Execute this mining algorithm on the given log file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DWSMiner()
Method Detail |
---|
public java.lang.String getName()
Plugin
getName
in interface Plugin
public MiningResult mine(LogReader log)
MiningPlugin
log
parameter provides methods to
extract the process instances and audit trail entries (cases) from the log file.
This method is allowed to return null
in case there are no results.
mine
in interface MiningPlugin
log
- process instances and audit trail entries
MininResult
objectpublic java.lang.String getHtmlDescription()
Plugin
html
, head
and
body
tags should not be used.
This HTML page is displayed in the help system or as context sensitive help.
The HTML body can be stored in an external file in the /lib/documentation/ sub
folder and in this case it can be obtained by calling PluginDocumentationLoader.load(this)
getHtmlDescription
in interface Plugin
public javax.swing.JPanel getOptionsPanel(LogSummary arg)
MiningPlugin
null
if it has no options panel.
The option panel is the panel that is shown when a log file has just been opened.
The user can set the options for the mining algorithm here.
getOptionsPanel
in interface MiningPlugin
arg
- all known information about the log that's going to be mined with this algorithm
null
if it has no options panel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |