Uses of Interface
org.oristool.analyzer.AnalyzerObserver
Packages that use 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
Methods in org.oristool.analyzer with parameters of type AnalyzerObserverModifier and TypeMethodDescriptionvoid
Analyzer.addObserver
(AnalyzerObserver observer) void
Analyzer.removeObserver
(AnalyzerObserver observer) -
Uses of AnalyzerObserver in org.oristool.analyzer.stop
Subinterfaces of AnalyzerObserver in org.oristool.analyzer.stopClasses in org.oristool.analyzer.stop that implement AnalyzerObserverModifier 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
Classes in org.oristool.models.pn that implement AnalyzerObserverModifier and TypeClassDescriptionfinal class
Stop criterion based on a marking condition. -
Uses of AnalyzerObserver in org.oristool.models.stpn.trees
Classes in org.oristool.models.stpn.trees that implement AnalyzerObserverModifier and TypeClassDescriptionclass
Stop criterion halting the analysis after regenerations. -
Uses of AnalyzerObserver in org.oristool.models.tpn
Classes in org.oristool.models.tpn that implement AnalyzerObserver