Uses of Class
org.bigraphs.framework.core.exceptions.IncompatibleSignatureException
Packages that use IncompatibleSignatureException
Package
Description
-
Uses of IncompatibleSignatureException in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that throw IncompatibleSignatureExceptionModifier 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 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 IncompatibleSignatureException in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that throw IncompatibleSignatureExceptionModifier and TypeMethodDescriptionprotected voidPureBigraphComposite.assertSignaturesAreSame(Bigraph<S> outer, Bigraph<S> inner) PureBigraphComposite.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 IncompatibleSignatureException in org.bigraphs.framework.core.utils
Methods in org.bigraphs.framework.core.utils that throw IncompatibleSignatureExceptionModifier and TypeMethodDescriptionstatic BigraphBigraphUtil.reorderBigraphs(List<Bigraph> discreteBigraphs, InstantiationMap instantiationMap) Each bigraph represents a "parameter" in a list.