|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.performance.PerformanceAnalysisPlugin
public class PerformanceAnalysisPlugin
The plugin provides some performance metrics and displays these with help of the input Petri net
Constructor Summary | |
---|---|
PerformanceAnalysisPlugin()
|
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 PerformanceAnalysisPlugin()
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 |