Uses of Interface
org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategy
Packages that use ModelCheckingStrategy
-
Uses of ModelCheckingStrategy in org.bigraphs.framework.simulation.modelchecking
Classes in org.bigraphs.framework.simulation.modelchecking that implement ModelCheckingStrategyModifier and TypeClassDescriptionclass
BreadthFirstStrategy<B extends Bigraph<? extends Signature<?>>>
The algorithm implemented here to synthesize the "reaction graph" is adopted from [1].class
DepthFirstStrategy<B extends Bigraph<? extends Signature<?>>>
This algorithm implements a depth-first model checking algorithm.class
ModelCheckingStrategySupport<B extends Bigraph<? extends Signature<?>>>
Base class for supporting model checking strategy implementations.class
RandomAgentModelCheckingStrategy<B extends Bigraph<? extends Signature<?>>>
Random state-space traversal without cycle-checking and predicate evaluation.Fields in org.bigraphs.framework.simulation.modelchecking declared as ModelCheckingStrategyModifier and TypeFieldDescriptionprotected ModelCheckingStrategy
<B> BigraphModelChecker.modelCheckingStrategy
Methods in org.bigraphs.framework.simulation.modelchecking that return types with arguments of type ModelCheckingStrategyModifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
Class<? extends ModelCheckingStrategy> BigraphModelChecker.SimulationStrategy.getSimulationStrategyClass
(BigraphModelChecker.SimulationStrategy.Type type)