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
Constructors -
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
EnablingSyncsFeatureof the parent node to decide whether, after the firing, all non-exponential transitions had deterministic enabling times. If so, it adds aRegenerationfeature with an appropriateDeterministicEnablingState.It also adds an
EnablingSyncsFeatureto the child node.- Specified by:
processin interfaceSuccessionProcessor- Parameters:
succession- input succession
-