Uses of Class
org.bigraphs.framework.core.exceptions.operations.IncompatibleInterfaceException
Packages that use IncompatibleInterfaceException
Package
Description
-
Uses of IncompatibleInterfaceException in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that throw IncompatibleInterfaceExceptionModifier and TypeMethodDescriptionprotected voidBigraphCompositeSupport.assertInterfaceCompatibleForCompose(Bigraph<S> outer, Bigraph<S> inner, boolean isCompose) protected voidBigraphCompositeSupport.assertInterfaceCompatibleForJuxtaposition(Bigraph<S> outer, Bigraph<S> inner) Composes two bigraphs where a new immutable bigraph is created.BigraphComposite.compose(BigraphComposite<S> inner) Composes two bigraphs where a new immutable bigraph is created.Compute the tensor product of two bigraphs.BigraphComposite.juxtapose(BigraphComposite<S> f) Convenient method forBigraphComposite.juxtapose(BigraphComposite).BigraphComposite.juxtpositionOf(Bigraph<S>... bigraphs) Compute the tensor product in a row.BigraphComposite.merge(BigraphComposite<S> f) Nesting operation for two bigraphs.BigraphComposite.nesting(BigraphComposite<S> inner) Nesting operation for two bigraphs.BigraphComposite.parallelProduct(Bigraph<S> f) Compute the parallel product of two bigraphs.BigraphComposite.parallelProduct(BigraphComposite<S> f) Compute the parallel product of two bigraphs.BigraphComposite.parallelProductOf(Bigraph<S>... bigraphs) Compute the parallel product in a row. -
Uses of IncompatibleInterfaceException in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that throw IncompatibleInterfaceExceptionModifier and TypeMethodDescriptionPureBigraphComposite.compose(BigraphComposite<S> f) PureBigraphComposite.juxtapose(BigraphComposite<S> f) PureBigraphComposite.juxtpositionOf(Bigraph<S>... bigraphs) PureBigraphComposite.merge(BigraphComposite<S> f) PureBigraphComposite.nesting(BigraphComposite<S> inner) PureBigraphComposite.parallelProduct(Bigraph<S> f) PureBigraphComposite.parallelProduct(BigraphComposite<S> f) PureBigraphComposite.parallelProductOf(Bigraph<S>... bigraphs) -
Uses of IncompatibleInterfaceException in org.bigraphs.framework.core.reactivesystem
Methods in org.bigraphs.framework.core.reactivesystem that throw IncompatibleInterfaceExceptionModifier and TypeMethodDescriptionprotected BigraphComposite<DynamicSignature> ReactionRuleComposer.composeBigraphs(PureBigraph left, PureBigraph right, ReactionRuleComposer.RuleProductOperation operation) ReactionRuleComposer.mergeProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right) Computes the merge product of two reaction rules.ReactionRuleComposer.parallelProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right) This method composes two rules by using the parallel product.protected RReactionRuleComposer.ruleProduct(ReactionRule<PureBigraph> left, ReactionRule<PureBigraph> right, ReactionRuleComposer.RuleProductOperation operation) -
Uses of IncompatibleInterfaceException in org.bigraphs.framework.core.utils
Methods in org.bigraphs.framework.core.utils that throw IncompatibleInterfaceExceptionModifier and TypeMethodDescriptionstatic BigraphBigraphUtil.reorderBigraphs(List<Bigraph> discreteBigraphs, InstantiationMap instantiationMap) Each bigraph represents a "parameter" in a list.