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 TypeMethodDescriptionvoidAnalyzer.addObserver(AnalyzerObserver observer) voidAnalyzer.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 classA stop criterion that evaluates always to false.final classLogical AND of two stop criteria.classCriterion stopping the analysis when a specific event fired.final classA stop criterion that stops the analysis after the given number of nodes has been added.classA stop criterion controlled by an externalAnalysisMonitor.classLogical OR of two stop criteria.final classStop 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 classStop 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 TypeClassDescriptionclassStop criterion halting the analysis after regenerations. -
Uses of AnalyzerObserver in org.oristool.models.tpn
Classes in org.oristool.models.tpn that implement AnalyzerObserver