|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplayedTransition | |
---|---|
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 ReplayedTransition in org.processmining.analysis.conformance |
---|
Subclasses of ReplayedTransition in org.processmining.analysis.conformance | |
---|---|
class |
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. |
Methods in org.processmining.analysis.conformance with parameters of type ReplayedTransition | |
---|---|
protected void |
ConformanceMeasurer.takeFailedTaskMeasurement(ReplayedLogTrace pi,
ReplayedTransition t,
AuditTrailEntry ate)
Will be called directly before a failed task becomes artificially enabled in order to progress with the log replay (non-blocking). The replay failure will be recorded for the corresponding trace, transition, and audit trail entry. |
Uses of ReplayedTransition in org.processmining.analysis.performance |
---|
Subclasses of ReplayedTransition in org.processmining.analysis.performance | |
---|---|
class |
ExtendedTransition
This class is used to be able to extend a transition with performance information, which is stored during log replay and will be used as part of the extended Petri net. |
Methods in org.processmining.analysis.performance with parameters of type ReplayedTransition | |
---|---|
void |
ExtendedPlace.removeEnablingTransition(java.util.Date endTime,
ReplayedLogTrace trace,
ReplayedTransition rt)
Removes the enabling transition and sets the final time of the activity corresponding to the enabling transition. |
void |
ExtendedPlace.setEnablingTransition(ReplayedTransition trans)
Sets the last transition that put a token in this place to trans |
protected void |
PerformanceMeasurer.takeFailedTaskMeasurement(ReplayedLogTrace pi,
ReplayedTransition t,
AuditTrailEntry ate)
Will be called directly before a failed task becomes artificially enabled in order to progress with the log replay (non-blocking). Records that the corresponding log trace has not completed succesfully |
Uses of ReplayedTransition in org.processmining.framework.models.petrinet.algorithms.logReplay |
---|
Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type ReplayedTransition | |
---|---|
void |
ReplayedPlace.removeEnablingTransition(java.util.Date endTime,
ReplayedLogTrace trace,
ReplayedTransition rt)
Removes the last transition that put a token in this place. |
void |
ReplayedPlace.setEnablingTransition(ReplayedTransition trans)
set the transition that put a token in this place |
protected void |
Measurer.takeFailedTaskMeasurement(ReplayedLogTrace pi,
ReplayedTransition t,
AuditTrailEntry ate)
Will be called directly before a failed task becomes artificially enabled in order to progress with the log replay (non-blocking). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |