Class AbstractSimpleReactiveSystem.TransitionSystemBoundSimpleReactiveSystem<B extends Bigraph<? extends Signature<?>>>

java.lang.Object
org.bigraphs.framework.core.reactivesystem.AbstractSimpleReactiveSystem<B>
org.bigraphs.framework.core.reactivesystem.AbstractSimpleReactiveSystem.TransitionSystemBoundSimpleReactiveSystem<B>
Type Parameters:
B - type of the bigraph
All Implemented Interfaces:
ReactiveSystem<B>
Enclosing class:
AbstractSimpleReactiveSystem<B extends Bigraph<? extends Signature<?>>>

public static class AbstractSimpleReactiveSystem.TransitionSystemBoundSimpleReactiveSystem<B extends Bigraph<? extends Signature<?>>> extends AbstractSimpleReactiveSystem<B>
A bigraphical reactive system (BRS) bounded to a reaction graph. This data object is usually generated as a result of a simulation process for evaluating the results later.

This class is thread-safe.