|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisResult
public abstract class AnalysisResult
An analysis result belongs to a specific analysis method and stores all the relevant information needed afterwards to, e.g., calculate metrics, or provide diagnostic visualizations.
AnalysisMethod.analyse(org.processmining.framework.models.petrinet.algorithms.logReplay.AnalysisConfiguration)
Field Summary | |
---|---|
protected AnalysisConfiguration |
myAnalysisOptions
A list of AnalysisConfiguration objects
representing those optional metrics that have been chosen by the user
in the analysis settings frame. |
Constructor Summary | |
---|---|
AnalysisResult(AnalysisConfiguration analysisOptions)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AnalysisConfiguration myAnalysisOptions
AnalysisConfiguration
objects
representing those optional metrics that have been chosen by the user
in the analysis settings frame.
Constructor Detail |
---|
public AnalysisResult(AnalysisConfiguration analysisOptions)
analysisOptions
- the configuration settings that have been chosen
by the user (if null
, the complete analysis should be carried out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |