|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnalysisPlugin
The interface implemented by all analysis algorithms.
This interface is the minimum that should be implemented by an analysis algorithm that is used in the process mining framework.
Method Summary | |
---|---|
javax.swing.JComponent |
analyse(AnalysisInputItem[] inputs)
Start this analysis algorithm. |
AnalysisInputItem[] |
getInputItems()
Returns the input items needed by this analysis algorithm. |
Methods inherited from interface org.processmining.framework.plugin.Plugin |
---|
getHtmlDescription, getName |
Method Detail |
---|
AnalysisInputItem[] getInputItems()
javax.swing.JComponent analyse(AnalysisInputItem[] inputs)
inputs
- the inputs chosen by the user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |