Uses of Class
org.processmining.framework.models.petrinet.algorithms.logReplay.ReplayedPlace

Packages that use ReplayedPlace
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.performance   
org.processmining.framework.models.petrinet.algorithms.logReplay   
 

Uses of ReplayedPlace in org.processmining.analysis.conformance
 

Subclasses of ReplayedPlace in org.processmining.analysis.conformance
 class 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.
 

Methods in org.processmining.analysis.conformance with parameters of type ReplayedPlace
protected  void ConformanceMeasurer.takeMissingTokenMeasurement(ReplayedPlace p, ReplayedLogTrace pi)
          Will be called directly after artificially creating a new token for enabling a task that has failed execution during log replay. Records the missing token at the corresponding place in the Petri net.
 

Uses of ReplayedPlace in org.processmining.analysis.performance
 

Subclasses of ReplayedPlace in org.processmining.analysis.performance
 class ExtendedPlace
          This class is used to be able to extend places with performance information, which is to be stored during log replay and will be used to form a part of the extended Petri net.
 

Uses of ReplayedPlace in org.processmining.framework.models.petrinet.algorithms.logReplay
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type ReplayedPlace
protected  void Measurer.takeMissingTokenMeasurement(ReplayedPlace p, ReplayedLogTrace pi)
          Will be called directly after artificially creating a new token for enabling a task that has failed execution during log replay.