Package org.oristool.analyzer.stop
Class EventNameStopCriterion
java.lang.Object
org.oristool.analyzer.stop.EventNameStopCriterion
- All Implemented Interfaces:
AnalyzerObserver,StopCriterion
Criterion stopping the analysis when a specific event fired.
-
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
-
EventNameStopCriterion
-
-
Method Details
-
getEventName
-
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
-
stop
public boolean stop()- Specified by:
stopin interfaceStopCriterion
-