java.lang.Object
org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategySupport<B>
org.bigraphs.framework.simulation.modelchecking.RandomAgentModelCheckingStrategy<B>
- All Implemented Interfaces:
ModelCheckingStrategy<B>
public class RandomAgentModelCheckingStrategy<B extends Bigraph<? extends Signature<?>>>
extends ModelCheckingStrategySupport<B>
- Author:
- Dominik Grzelak
-
Field Summary
Fields inherited from class org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategySupport
modelChecker, occurrenceCounter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEntry point of the model checking strategy to implement.Methods inherited from class org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategySupport
increaseOccurrenceCounter, resetOccurrenceCounter
-
Constructor Details
-
RandomAgentModelCheckingStrategy
-
-
Method Details
-
synthesizeTransitionSystem
public void synthesizeTransitionSystem()Description copied from interface:ModelCheckingStrategyEntry point of the model checking strategy to implement.The reaction graph (i.e., transition system) can be acquired and stored via the model checker object.
-