|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.dws.DWSAnalysis
public class DWSAnalysis
This is the main class implementing the DWS (Disjunctive Workflow Schema) analysis plugin. It requires that a logReader object and a HeuristicNet model are available( discovered through the corresponding mining plugin).
HeuristicsNet
Constructor Summary | |
---|---|
DWSAnalysis()
|
Method Summary | |
---|---|
javax.swing.JComponent |
analyse(AnalysisInputItem[] arg0)
Start this analysis algorithm. |
java.lang.String |
getHtmlDescription()
Gets a description of this plugin in HTML, used by the framework to be displayed in the help system. |
AnalysisInputItem[] |
getInputItems()
Returns the input items needed by this analysis algorithm. |
java.lang.String |
getName()
Gets the name of this plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DWSAnalysis()
Method Detail |
---|
public AnalysisInputItem[] getInputItems()
getInputItems
in interface AnalysisPlugin
public javax.swing.JComponent analyse(AnalysisInputItem[] arg0)
AnalysisPlugin
analyse
in interface AnalysisPlugin
arg0
- the inputs chosen by the user
public java.lang.String getName()
getName
in interface Plugin
public java.lang.String getHtmlDescription()
getHtmlDescription
in interface Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |