Uses of Interface
org.bigraphs.framework.core.reactivesystem.HasLabel
Packages that use HasLabel
Package
Description
-
Uses of HasLabel in org.bigraphs.framework.core.reactivesystem
Subinterfaces of HasLabel in org.bigraphs.framework.core.reactivesystemModifier and TypeInterfaceDescriptioninterfaceReactionRule<B extends Bigraph<? extends Signature<?>>>Common interface for reaction rules.Classes in org.bigraphs.framework.core.reactivesystem that implement HasLabelModifier and TypeClassDescriptionclassAbstractReactionRule<B extends Bigraph<? extends Signature<?>>>This base class represents an immutable data structure for all kinds of reaction rules.static classAbstractReactionRule.ReactiveSystemBoundReactionRule<B extends Bigraph<? extends Signature<?>>>classConditionalParametricRuleDecorator<B extends Bigraph<? extends Signature<?>>>classGroundReactionRule<B extends Bigraph<? extends Signature<?>>>Concrete implementation of a ground reaction rule.classParametricReactionRule<B extends Bigraph<? extends Signature<?>>>Concrete implementation of a parametric reaction rule.classReactiveSystemPredicate<B extends Bigraph<? extends Signature<?>>>Predicate interface for the reaction graph. -
Uses of HasLabel in org.bigraphs.framework.simulation.modelchecking.predicates
Classes in org.bigraphs.framework.simulation.modelchecking.predicates that implement HasLabelModifier and TypeClassDescriptionclassAndPredicate<B extends Bigraph<? extends Signature<?>>>A composite predicate which concatenates all given predicates with the and operator.classBigraphIsoPredicate<B extends Bigraph<? extends Signature<?>>>Predicate implementation that returnstrueif two bigraphs are isomorphic (i.e., structurally equivalent).classOrPredicate<B extends Bigraph<? extends Signature<?>>>A composite predicate which concatenates all given predicates with the or operator.classSubBigraphMatchPredicate<B extends Bigraph<? extends Signature<?>>>Simple predicate implementation that returns true if one bigraph is contained in another (subbigraph matching problem).