Uses of Class
org.bigraphs.framework.core.reactivesystem.AbstractSimpleReactiveSystem
Packages that use AbstractSimpleReactiveSystem
Package
Description
-
Uses of AbstractSimpleReactiveSystem in org.bigraphs.framework.converter.bigred
Constructors in org.bigraphs.framework.converter.bigred with parameters of type AbstractSimpleReactiveSystemModifierConstructorDescriptionDefaultSimulationSpecXMLLoader(AbstractSimpleReactiveSystem<PureBigraph> reactiveSystem) -
Uses of AbstractSimpleReactiveSystem in org.bigraphs.framework.core.reactivesystem
Subclasses of AbstractSimpleReactiveSystem in org.bigraphs.framework.core.reactivesystemModifier and TypeClassDescriptionstatic classAbstractSimpleReactiveSystem.TransitionSystemBoundSimpleReactiveSystem<B extends Bigraph<? extends Signature<?>>>A bigraphical reactive system (BRS) bounded to a reaction graph.Methods in org.bigraphs.framework.core.reactivesystem that return AbstractSimpleReactiveSystemModifier and TypeMethodDescriptionConstructors in org.bigraphs.framework.core.reactivesystem with parameters of type AbstractSimpleReactiveSystemModifierConstructorDescriptionTransitionSystemBoundSimpleReactiveSystem(ReactionGraph<B> reactionGraph, AbstractSimpleReactiveSystem<B> reactiveSystem) -
Uses of AbstractSimpleReactiveSystem in org.bigraphs.framework.simulation.matching.pure
Modifier and TypeClassDescriptionclassAn implementation of anAbstractSimpleReactiveSystemproviding a simple BRS data structure for pure bigraphs (seePureBigraph) and possibly later also binding bigraphs, bigraphs with sharing etc.