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 ModelCheckingOptions
ModelCheckingOptions.create()
ModelCheckingOptions.doMeasureTime
(boolean measureTime) Instruct the simulation to measure the time for individual steps of the current used simulation algorithm.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) BigraphModelChecker
(ReactiveSystem<B> reactiveSystem, BigraphModelChecker.SimulationStrategy.Type simulationStrategyType, ModelCheckingOptions options, BigraphModelChecker.ReactiveSystemListener<B> listener) BigraphModelChecker
(ReactiveSystem<B> reactiveSystem, ModelCheckingOptions options) 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)