|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.logstatistics.LogStatisticsPlugin
public class LogStatisticsPlugin
Basic analysis plugin initially tailored towards the ASML data set (adjacent Start and End events are assumed for each activity). General functionality should be moved to the LogSummaryPlugin at a later point in time.
Constructor Summary | |
---|---|
LogStatisticsPlugin()
|
Method Summary | |
---|---|
javax.swing.JComponent |
analyse(AnalysisInputItem[] analysisInputItemArray)
Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool. |
java.lang.String |
getHtmlDescription()
Provide user documentation for the plugin. |
AnalysisInputItem[] |
getInputItems()
Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context. |
java.lang.String |
getName()
Specify the name of the plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogStatisticsPlugin()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Plugin
public java.lang.String getHtmlDescription()
getHtmlDescription
in interface Plugin
public AnalysisInputItem[] getInputItems()
getInputItems
in interface AnalysisPlugin
public javax.swing.JComponent analyse(AnalysisInputItem[] analysisInputItemArray)
analyse
in interface AnalysisPlugin
analysisInputItemArray
- The list of input items necessary to
carry out the analysis provided by the
plugin.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |