Uses of Class
org.bigraphs.framework.core.exceptions.ReactiveSystemException
Packages that use ReactiveSystemException
Package
Description
-
Uses of ReactiveSystemException in org.bigraphs.framework.core.exceptions
Subclasses of ReactiveSystemException in org.bigraphs.framework.core.exceptionsModifier and TypeClassDescriptionclassclassclass -
Uses of ReactiveSystemException in org.bigraphs.framework.simulation.exceptions
Subclasses of ReactiveSystemException in org.bigraphs.framework.simulation.exceptions -
Uses of ReactiveSystemException in org.bigraphs.framework.simulation.modelchecking
Methods in org.bigraphs.framework.simulation.modelchecking that throw ReactiveSystemExceptionModifier and TypeMethodDescriptionprotected voidBigraphModelChecker.assertReactionSystemValid()Performs some checks if the reactive system is valid.voidBigraphModelChecker.execute()Perform the simulation based on the provided reactive system and options.BigraphModelChecker.executeAsync()Asynchronously start the simulation based on the provided reactive system and options.