|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.conformance.DisplayState
public class DisplayState
Storing the visualization state of the conformance analysis result.
Field Summary | |
---|---|
boolean |
alternativeDuplicatesOption
|
boolean |
alwaysFollowsOption
Represents the model visualization option of indicating the token counter results. |
boolean |
alwaysPrecedesOption
Represents the model visualization option of indicating the tasks that have failed execution. |
static DisplayState |
BEHAVIORAL
The state of displaying the log. |
boolean |
failedEventsOption
Represents the log visualization option of indicating the log events that have failed execution. |
boolean |
failedTransitionsOption
Represents the model visualization option of indicating the tasks that have failed execution. |
static DisplayState |
LOG
The state of displaying the log. |
static DisplayState |
MODEL
The state of displaying the model. |
boolean |
neverFollowsOption
Represents the model visualization option of indicating the tasks that have remained enabled. |
boolean |
neverPrecedesOption
Represents the model visualization option of indicating the tasks that have been executed. |
boolean |
passedEdgesOption
Represents the model visualization option of indicating the number of times an edge has been passed during log replay. |
boolean |
pathCoverageOption
Represents the model visualization option of indicating the tasks that have been executed. |
boolean |
redundantInvisiblesOption
|
boolean |
remainingTransitionsOption
Represents the model visualization option of indicating the tasks that have remained enabled. |
static DisplayState |
STRUCTURAL
|
boolean |
tokenCouterOption
Represents the model visualization option of indicating the token counter results. |
Method Summary | |
---|---|
java.lang.String |
toString()
Get the current display state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DisplayState MODEL
public static final DisplayState LOG
public static final DisplayState BEHAVIORAL
public static final DisplayState STRUCTURAL
public boolean redundantInvisiblesOption
public boolean alternativeDuplicatesOption
public boolean alwaysFollowsOption
public boolean neverFollowsOption
public boolean alwaysPrecedesOption
public boolean neverPrecedesOption
public boolean tokenCouterOption
public boolean remainingTransitionsOption
public boolean failedTransitionsOption
public boolean pathCoverageOption
public boolean passedEdgesOption
public boolean failedEventsOption
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |