Package org.oristool.analyzer.stop
Interface StopCriterion
- All Superinterfaces:
AnalyzerObserver
- All Known Implementing Classes:
AlwaysFalseStopCriterion
,AndStopCriterion
,EventNameStopCriterion
,IterationsNumberStopCriterion
,MarkingConditionStopCriterion
,MonitorStopCriterion
,OrStopCriterion
,RegenerativeStopCriterion
,StateStopCriterion
,TimeBoundStopCriterion
Common interface of stop criteria.
-
Method Summary
Methods inherited from interface org.oristool.analyzer.AnalyzerObserver
notifyNodeAdded, notifySuccessionCreated, notifySuccessionExtracted, notifySuccessionInserted, notifySuccessionPostProcessed, notifySuccessionPreProcessed
-
Method Details
-
stop
boolean stop()
-