Package org.oristool.models.stpn.trees
Class RegenerativeStopCriterion
java.lang.Object
org.oristool.models.stpn.trees.RegenerativeStopCriterion
- All Implemented Interfaces:
AnalyzerObserver,StopCriterion
Stop criterion halting the analysis after regenerations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifySuccessionExtracted(Succession succession) Notifies the observer that the analyzer has extracted the given succession from the policy.booleanstop()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oristool.analyzer.AnalyzerObserver
notifyNodeAdded, notifySuccessionCreated, notifySuccessionInserted, notifySuccessionPostProcessed, notifySuccessionPreProcessed
-
Constructor Details
-
RegenerativeStopCriterion
public RegenerativeStopCriterion()
-
-
Method Details
-
stop
public boolean stop()- Specified by:
stopin interfaceStopCriterion
-
notifySuccessionExtracted
Description copied from interface:AnalyzerObserverNotifies the observer that the analyzer has extracted the given succession from the policy.- Specified by:
notifySuccessionExtractedin interfaceAnalyzerObserver- Parameters:
succession- succession extracted by the analyzer
-