|
||||||||||
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.AnalysisMethodEnum
public class AnalysisMethodEnum
Enum class representing all the different analysis methods that are available.
Each metric will be associated to such a method, and each method only gathers the
information needed in order to compute the selected metrics.
Note that the listed analysis techniques (besides the log replay method) are
only used by the conformance checker.
However, the list can be extended by anybody who wants to use the general
mechanisms provided in this package for supporting further analysis techniques.
AnalysisMethod
,
AnalysisResult
Field Summary | |
---|---|
static AnalysisMethodEnum |
LOG_REPLAY
The log replay analysis method. |
static AnalysisMethodEnum |
STATE_SPACE
The state space analysis method. |
static AnalysisMethodEnum |
STRUCTURAL
The structural analysis method. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Makes a deep copy of this object. |
boolean |
equals(java.lang.Object o)
Overridden to specify when two AnalysisMethodEnums are considered to be equal. |
int |
hashCode()
Overridden to produce the same hash code for equal objects. |
java.lang.String |
toString()
Gets the current analysis method. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final AnalysisMethodEnum LOG_REPLAY
public static final AnalysisMethodEnum STATE_SPACE
public static final AnalysisMethodEnum STRUCTURAL
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- Object the AnalysisMethodEnum
to be compared with
true
if they relate to the same nominal value,
false
otherwisepublic int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object clone()
clone
.
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |