Class BigraphModelChecker<B extends Bigraph<? extends Signature<?>>>

java.lang.Object
org.bigraphs.framework.simulation.modelchecking.BigraphModelChecker<B>
Direct Known Subclasses:
PureBigraphModelChecker

public abstract class BigraphModelChecker<B extends Bigraph<? extends Signature<?>>> extends Object
A bigraph model checker that allows to simulate a BRS by reaction rules. A reactive system, the strategy and options must be provided.

The model checker allows to react on live predicate matches in the course of the simulation by listeners. They can also be evaluated later by getting the reaction graph/system.

Author:
Dominik Grzelak