Uses of Interface
org.oristool.analyzer.AnalyzerObserver
Package
Description
General framework for state space exploration.
Stop conditions for state space exploration.
Analysis of Petri nets.
Calculus of stochastic state classes.
Analysis of TPNs.
-
Uses of AnalyzerObserver in org.oristool.analyzer
Modifier and TypeMethodDescriptionvoid
Analyzer.addObserver
(AnalyzerObserver observer) void
Analyzer.removeObserver
(AnalyzerObserver observer) -
Uses of AnalyzerObserver in org.oristool.analyzer.stop
Modifier and TypeClassDescriptionfinal class
A stop criterion that evaluates always to false.final class
Logical AND of two stop criteria.class
Criterion stopping the analysis when a specific event fired.final class
A stop criterion that stops the analysis after the given number of nodes has been added.class
A stop criterion controlled by an externalAnalysisMonitor
.class
Logical OR of two stop criteria.final class
Stop criterion based on a state predicate. -
Uses of AnalyzerObserver in org.oristool.models.pn
Modifier and TypeClassDescriptionfinal class
Stop criterion based on a marking condition. -
Uses of AnalyzerObserver in org.oristool.models.stpn.trees
Modifier and TypeClassDescriptionclass
Stop criterion halting the analysis after regenerations. -
Uses of AnalyzerObserver in org.oristool.models.tpn