Uses of Interface
org.bigraphs.framework.core.BigraphComposite
Packages that use BigraphComposite
Package
Description
-
Uses of BigraphComposite in org.bigraphs.framework.core
Classes in org.bigraphs.framework.core that implement BigraphCompositeModifier and TypeClassDescriptionclassBigraphCompositeSupport<S extends AbstractEcoreSignature<? extends Control<?,?>>> Abstract support class providing utility methods forBigraphCompositeimplementations.Methods in org.bigraphs.framework.core that return BigraphCompositeModifier and TypeMethodDescriptionComposes 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 forjuxtapose(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.Methods in org.bigraphs.framework.core with parameters of type BigraphCompositeModifier and TypeMethodDescriptionBigraphComposite.compose(BigraphComposite<S> inner) Composes two bigraphs where a new immutable bigraph is created.BigraphComposite.juxtapose(BigraphComposite<S> f) Convenient method forjuxtapose(BigraphComposite).BigraphComposite.merge(BigraphComposite<S> f) BigraphComposite.nesting(BigraphComposite<S> inner) Nesting operation for two bigraphs.BigraphComposite.parallelProduct(BigraphComposite<S> f) Compute the parallel product of two bigraphs. -
Uses of BigraphComposite in org.bigraphs.framework.core.factory
Methods in org.bigraphs.framework.core.factory that return BigraphCompositeModifier and TypeMethodDescriptionabstract BigraphComposite<S> AbstractBigraphFactory.asBigraphOperator(Bigraph<S> outerBigraph) Create a composition object for a given bigraph which allows to compose bigraphs.static <S extends Signature<? extends Control<?,?>>>
BigraphComposite<S> -
Uses of BigraphComposite in org.bigraphs.framework.core.impl.pure
Classes in org.bigraphs.framework.core.impl.pure that implement BigraphCompositeModifier and TypeClassDescriptionclassPureBigraphComposite<S extends AbstractEcoreSignature<? extends Control<?,?>>> Composable bigraph implementation ofBigraphCompositefor pure bigraphs.Methods in org.bigraphs.framework.core.impl.pure that return BigraphCompositeModifier 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) Methods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphCompositeModifier and TypeMethodDescriptionPureBigraphComposite.compose(BigraphComposite<S> f) PureBigraphComposite.juxtapose(BigraphComposite<S> f) PureBigraphComposite.merge(BigraphComposite<S> f) PureBigraphComposite.nesting(BigraphComposite<S> inner) PureBigraphComposite.parallelProduct(BigraphComposite<S> f) -
Uses of BigraphComposite in org.bigraphs.framework.core.reactivesystem
Methods in org.bigraphs.framework.core.reactivesystem that return BigraphCompositeModifier and TypeMethodDescriptionprotected BigraphComposite<DynamicSignature> ReactionRuleComposer.composeBigraphs(PureBigraph left, PureBigraph right, ReactionRuleComposer.RuleProductOperation operation)