Uses of Class
org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategySupport
Packages that use ModelCheckingStrategySupport
-
Uses of ModelCheckingStrategySupport in org.bigraphs.framework.simulation.modelchecking
Modifier and TypeClassDescriptionclassBreadthFirstSimulationStrategy<B extends Bigraph<? extends Signature<?>>>The algorithm implemented here is a variant of the BreadthFirstSimulationStrategy without cycle checking.classBreadthFirstStrategy<B extends Bigraph<? extends Signature<?>>>The algorithm implemented here to synthesize the "reaction graph" is adopted from [1].classRandomAgentModelCheckingStrategy<B extends Bigraph<? extends Signature<?>>>