org.processmining.analysis.conformance
Class DisplayState

java.lang.Object
  extended by org.processmining.analysis.conformance.DisplayState

public class DisplayState
extends java.lang.Object

Storing the visualization state of the conformance analysis result.

Author:
arozinat

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

MODEL

public static final DisplayState MODEL
The state of displaying the model.


LOG

public static final DisplayState LOG
The state of displaying the log.


BEHAVIORAL

public static final DisplayState BEHAVIORAL
The state of displaying the log.


STRUCTURAL

public static final DisplayState STRUCTURAL

redundantInvisiblesOption

public boolean redundantInvisiblesOption

alternativeDuplicatesOption

public boolean alternativeDuplicatesOption

alwaysFollowsOption

public boolean alwaysFollowsOption
Represents the model visualization option of indicating the token counter results.


neverFollowsOption

public boolean neverFollowsOption
Represents the model visualization option of indicating the tasks that have remained enabled.


alwaysPrecedesOption

public boolean alwaysPrecedesOption
Represents the model visualization option of indicating the tasks that have failed execution.


neverPrecedesOption

public boolean neverPrecedesOption
Represents the model visualization option of indicating the tasks that have been executed.


tokenCouterOption

public boolean tokenCouterOption
Represents the model visualization option of indicating the token counter results.


remainingTransitionsOption

public boolean remainingTransitionsOption
Represents the model visualization option of indicating the tasks that have remained enabled.


failedTransitionsOption

public boolean failedTransitionsOption
Represents the model visualization option of indicating the tasks that have failed execution.


pathCoverageOption

public boolean pathCoverageOption
Represents the model visualization option of indicating the tasks that have been executed.


passedEdgesOption

public boolean passedEdgesOption
Represents the model visualization option of indicating the number of times an edge has been passed during log replay.


failedEventsOption

public boolean failedEventsOption
Represents the log visualization option of indicating the log events that have failed execution.

Method Detail

toString

public java.lang.String toString()
Get the current display state.

Overrides:
toString in class java.lang.Object
Returns:
The current display state.