Uses of Package
org.processmining.analysis.conformance

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

Classes in org.processmining.analysis.conformance used by org.processmining.analysis.conformance
AnalysisMethodExecutionThread
          Custom thread implementation that executes the given AnalysisMethod and provides those categories with the results that have asked for it.
ConformanceAnalysisPlugin
          The plugin provides some basic conformance analysis between a log and a Petri net model by replaying the log in the model in a non-blocking way.
DiagnosticAuditTrailEntry
          Diagnostic data structure for an audit trail entry.
DiagnosticLogEvent
          Data structure to represent a log event, i.e., the actual type of log event, such as 'A complete' (i.e., including event type and opposed to the audit trail entry, which is an occurrence of a log event).
DiagnosticLogEventRelation
          Data structure for keeping track of the log event relations in a log trace or an execution trace of a model.
DiagnosticLogReader
          This class is used to enhance the log reader with conformance check results.
DiagnosticPetriNet
          This class is used to enhance the petri net model with conformance check results.
DiagnosticPlace
          The diagnostic place can be enhanced by diagnostic information to be stored during log replay and will be used to form a part of the diagnostic Petri net.
DiagnosticTransition
          The diagnostic transition can be enhanced by diagnostic information to be stored during log replay and will be used to form a part of the diagnostic Petri net.
DisplayState
          Storing the visualization state of the conformance analysis result.
StateSpaceExplorationMethod
           
StructuralAnalysisMethod
          Invokes all structural analysis methods (i.e., for which only a process model is necessary).
ThreadNotificationTarget
          An object which has to be notified after the thread is done.