Uses of Enum Class
org.bigraphs.framework.core.reactivesystem.ReactionRuleComposer.RuleProductOperation
Packages that use ReactionRuleComposer.RuleProductOperation
-
Uses of ReactionRuleComposer.RuleProductOperation in org.bigraphs.framework.core.reactivesystem
Methods in org.bigraphs.framework.core.reactivesystem that return ReactionRuleComposer.RuleProductOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ReactionRuleComposer.RuleProductOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bigraphs.framework.core.reactivesystem with parameters of type ReactionRuleComposer.RuleProductOperationModifier and TypeMethodDescriptionprotected BigraphComposite<DynamicSignature> ReactionRuleComposer.composeBigraphs(PureBigraph left, PureBigraph right, ReactionRuleComposer.RuleProductOperation operation) protected RReactionRuleComposer.ruleProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right, ReactionRuleComposer.RuleProductOperation operation)