Uses of Class
org.bigraphs.framework.simulation.modelchecking.ModelCheckingOptions
Packages that use ModelCheckingOptions
-
Uses of ModelCheckingOptions in org.bigraphs.framework.simulation.modelchecking
Fields in org.bigraphs.framework.simulation.modelchecking declared as ModelCheckingOptionsMethods in org.bigraphs.framework.simulation.modelchecking that return ModelCheckingOptionsModifier and TypeMethodDescriptionModelCheckingOptions.and(ModelCheckingOptions.Opts opts) static ModelCheckingOptionsModelCheckingOptions.create()ModelCheckingOptions.doMeasureTime(boolean measureTime) Instruct the simulation to measure the time for individual steps of the current used simulation algorithm.ModelCheckingOptions.setParallelRuleMatching(boolean flag) Instruct the simulation either to perform rule matching in parallel or sequentially (default).ModelCheckingOptions.setReactionGraphWithCycles(boolean reactionGraphWithCycles) Configure whether the reaction graph should permit the depiction of cycles.ModelCheckingOptions.withParallelRuleMatching(boolean flag) Instruct the simulation either to perform rule matching in parallel or sequentially (default).Constructors in org.bigraphs.framework.simulation.modelchecking with parameters of type ModelCheckingOptionsModifierConstructorDescriptionBigraphModelChecker(ReactiveSystem<B> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options) Creates a BigraphModelChecker using the specified exploration strategy.BigraphModelChecker(ReactiveSystem<B> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options, BigraphModelChecker.ReactiveSystemListener<B> listener) Creates a BigraphModelChecker with a specified exploration strategy and an optional listener.BigraphModelChecker(ReactiveSystem<B> reactiveSystem, ModelCheckingOptions options) Creates a BigraphModelChecker using Breadth-First Search (BFS) as default exploration strategy.PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options, BigraphModelChecker.ReactiveSystemListener<PureBigraph> listener) PureBigraphModelChecker(ReactiveSystem<PureBigraph> reactiveSystem, ModelCheckingOptions options)