|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.recommendation.SingleProcessAcceptor
public abstract class SingleProcessAcceptor
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
SingleProcessAcceptor()
|
Method Summary | |
---|---|
javax.swing.JComponent |
analyse(AnalysisInputItem[] inputs)
Start this analysis algorithm. |
protected abstract javax.swing.JComponent |
analyse(LogReader log)
|
AnalysisInputItem[] |
getInputItems()
Returns the input items needed by this analysis algorithm. |
boolean |
isOneProcess(LogReader log)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.processmining.framework.plugin.Plugin |
---|
getHtmlDescription, getName |
Constructor Detail |
---|
public SingleProcessAcceptor()
Method Detail |
---|
public AnalysisInputItem[] getInputItems()
AnalysisPlugin
getInputItems
in interface AnalysisPlugin
public boolean isOneProcess(LogReader log)
public javax.swing.JComponent analyse(AnalysisInputItem[] inputs)
AnalysisPlugin
analyse
in interface AnalysisPlugin
inputs
- the inputs chosen by the user
protected abstract javax.swing.JComponent analyse(LogReader log)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |