Uses of Class
org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategySupport
Packages that use ModelCheckingStrategySupport
-
Uses of ModelCheckingStrategySupport in org.bigraphs.framework.simulation.modelchecking
Modifier and TypeClassDescriptionclassBFSFirstMatchStrategy<B extends Bigraph<? extends Signature<?>>>A breadth-first exploration strategy that selects only the first available match in "natural matcher order" for each reaction rule when checking a state.classBreadthFirstStrategy<B extends Bigraph<? extends Signature<?>>>The algorithm implemented here to synthesize the "reaction graph" is adopted from [1].classDepthFirstStrategy<B extends Bigraph<? extends Signature<?>>>This algorithm implements a depth-first model checking algorithm.classDFSFirstMatchStrategy<B extends Bigraph<? extends Signature<?>>>A depth-first exploration strategy that selects only the first available match in "natural matcher order" for each reaction rule when checking a state.classRandomAgentModelCheckingStrategy<B extends Bigraph<? extends Signature<?>>>Random state-space traversal without cycle-checking and predicate evaluation.