Uses of Class
org.processmining.analysis.conformance.DisplayState

Packages that use DisplayState
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
 

Uses of DisplayState in org.processmining.analysis.conformance
 

Fields in org.processmining.analysis.conformance declared as DisplayState
static DisplayState DisplayState.BEHAVIORAL
          The state of displaying the log.
static DisplayState DisplayState.LOG
          The state of displaying the log.
static DisplayState DisplayState.MODEL
          The state of displaying the model.
static DisplayState DisplayState.STRUCTURAL
           
 

Methods in org.processmining.analysis.conformance with parameters of type DisplayState
 att.grappa.GrappaPanel ConformanceLogReplayResult.getVisualization(DisplayState currentVisualization)
          Creates a visualization of the conformance check results.
 att.grappa.GrappaPanel StateSpaceExplorationResult.getVisualization(DisplayState currentVisualization)
          Creates a visualization of the conformance check results.
 att.grappa.GrappaPanel StructuralAnalysisResult.getVisualization(DisplayState currentVisualization)
          Creates a visualization of the conformance check results.