|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.eventmodelmerge.EventModelMergePlugin
public class EventModelMergePlugin
This analysis plugin merges a simulation model that is based on events into an simulation model that is only based on activities. Therefore, the events that refer to the same activity are merged into one activity. For the timing, organizational and data perspective the user can decide how this merging needs to take place. For the high level choices no user interaction is needed and therefore they are automatically copied from the simulation model that is based on events to the simulation model that is based on activities.
Constructor Summary | |
---|---|
EventModelMergePlugin()
|
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 EventModelMergePlugin()
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 |