Package org.oristool.analyzer.stop
Class AlwaysFalseStopCriterion
java.lang.Object
org.oristool.analyzer.stop.AlwaysFalseStopCriterion
- All Implemented Interfaces:
AnalyzerObserver
,StopCriterion
A stop criterion that evaluates always to false.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.oristool.analyzer.AnalyzerObserver
notifyNodeAdded, notifySuccessionCreated, notifySuccessionExtracted, notifySuccessionInserted, notifySuccessionPostProcessed, notifySuccessionPreProcessed
-
Constructor Details
-
AlwaysFalseStopCriterion
public AlwaysFalseStopCriterion()
-
-
Method Details
-
stop
public boolean stop()- Specified by:
stop
in interfaceStopCriterion
-