|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.conformance.StructuralAnalysisMethod
public class StructuralAnalysisMethod
Invokes all structural analysis methods (i.e., for which only a process model is necessary).
Constructor Summary | |
---|---|
StructuralAnalysisMethod(PetriNet inputPetriNet)
Creates the structural analysis method object. |
Method Summary | |
---|---|
AnalysisResult |
analyse(AnalysisConfiguration analysisOptions)
Starts the analysis. |
AnalysisMethodEnum |
getIdentifier()
Gets the belonging identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StructuralAnalysisMethod(PetriNet inputPetriNet)
inputPetriNet
- the PetriNet passed to the conformance check pluginMethod Detail |
---|
public AnalysisMethodEnum getIdentifier()
AnalysisMethodEnum
class by another nominal
value denominating this kind of analysis method.
getIdentifier
in interface AnalysisMethod
STRUCTURAL
public AnalysisResult analyse(AnalysisConfiguration analysisOptions)
AnalysisMethod
analyse
in interface AnalysisMethod
analysisOptions
- the given analysis configuration
StructuralAnalysisResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |