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

java.lang.Object
org.bigraphs.framework.simulation.modelchecking.ModelCheckingStrategySupport<B>
All Implemented Interfaces:
ModelCheckingStrategy<B>
Direct Known Subclasses:
BreadthFirstSimulationStrategy, BreadthFirstStrategy, RandomAgentModelCheckingStrategy

public abstract class ModelCheckingStrategySupport<B extends Bigraph<? extends Signature<?>>> extends Object implements ModelCheckingStrategy<B>
Base class for supporting model checking strategy implementations. Provides some useful method to keep subclasses simple.
Author:
Dominik Grzelak
  • Field Details

  • Constructor Details

    • ModelCheckingStrategySupport

      public ModelCheckingStrategySupport(BigraphModelChecker<B> modelChecker)
  • Method Details

    • increaseOccurrenceCounter

      protected void increaseOccurrenceCounter()
    • resetOccurrenceCounter

      protected void resetOccurrenceCounter()