Package org.oristool.analyzer.stop
Class StateStopCriterion
java.lang.Object
org.oristool.analyzer.stop.StateStopCriterion
- All Implemented Interfaces:
AnalyzerObserver,StopCriterion
Stop criterion based on a state predicate.
-
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
-
StateStopCriterion
-
-
Method Details
-
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
-