Package org.oristool.models.stpn.trees
Class EnablingSyncsEvaluator
java.lang.Object
org.oristool.models.stpn.trees.EnablingSyncsEvaluator
- All Implemented Interfaces:
SuccessionProcessor
Detector for generalized regenerations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(Succession succession) Detects whether the succession corresponds to a regeneration.
-
Constructor Details
-
EnablingSyncsEvaluator
public EnablingSyncsEvaluator()
-
-
Method Details
-
process
Detects whether the succession corresponds to a regeneration.This method reads the
EnablingSyncsFeature
of the parent node to decide whether, after the firing, all non-exponential transitions had deterministic enabling times. If so, it adds aRegeneration
feature with an appropriateDeterministicEnablingState
.It also adds an
EnablingSyncsFeature
to the child node.- Specified by:
process
in interfaceSuccessionProcessor
- Parameters:
succession
- input succession
-