|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnalysisMethod
Interface for an analysis method.
Assuming an analysis method implementing this interface eases its
parameterized execution, such as used in
AnalysisMethodExecutionThread
.
Note that this interface is not related to the notion of an
org.processmining.analysis.AnalysisPlugin AnalysisPlugin
, but rather helps coordinating
different analysis techniques that are used within one single plug-in.
AnalysisResult
Method Summary | |
---|---|
AnalysisResult |
analyse(AnalysisConfiguration analysisConfiguration)
Starts the analysis. |
AnalysisMethodEnum |
getIdentifier()
Gets the belonging identifier. |
Method Detail |
---|
AnalysisResult analyse(AnalysisConfiguration analysisConfiguration)
analysisConfiguration
- the given analysis configuration determining
which parts of the analysis have been chosen by the user (can be
null
if the full analysis should be carried out)
AnalysisMethodEnum getIdentifier()
AnalysisMethodEnum
class by another nominal
value denominating this kind of analysis method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |