Uses of Interface
org.bigraphs.framework.core.BigraphBuilder
Packages that use BigraphBuilder
Package
Description
-
Uses of BigraphBuilder in org.bigraphs.framework.core
Classes in org.bigraphs.framework.core that implement BigraphBuilderModifier and TypeClassDescriptionclassBigraphBuilderSupport<S extends Signature<? extends Control<?,?>>> Abstract support class for concrete bigraph builder implementations.Methods in org.bigraphs.framework.core that return BigraphBuilderModifier and TypeMethodDescriptionBigraphBuilder.closeInner()BigraphBuilder.closeOuter()BigraphBuilder.spawn()Spawns a fresh bigraph builder but with exactly the same instance of the extended bigraph metamodel and signature as before. -
Uses of BigraphBuilder in org.bigraphs.framework.core.factory
Methods in org.bigraphs.framework.core.factory that return BigraphBuilderModifier and TypeMethodDescriptionabstract BigraphBuilder<S> AbstractBigraphFactory.createBigraphBuilder(Signature<?> signature) Throws a class cast exception when a signature is passed as argument which was not created with theSignatureBuildercreated by the same instance of this factory.abstract BigraphBuilder<S> AbstractBigraphFactory.createBigraphBuilder(Signature<?> signature, String metaModelFileName) abstract BigraphBuilder<S> AbstractBigraphFactory.createBigraphBuilder(Signature<?> signature, EMetaModelData metaModelData) Throws a class cast exception when a signature is passed as argument which was not created with theSignatureBuildercreated by the same instance of this factory.abstract BigraphBuilder<S> AbstractBigraphFactory.createBigraphBuilder(Signature<?> signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) -
Uses of BigraphBuilder in org.bigraphs.framework.core.impl.pure
Classes in org.bigraphs.framework.core.impl.pure that implement BigraphBuilderModifier and TypeClassDescriptionclassclassMutableBuilder<S extends AbstractEcoreSignature<? extends Control<?,?>>> A generic mutable builder intended to be used for all bigraph typesclassPureBigraphBuilder<S extends AbstractEcoreSignature<? extends Control<?,?>>> ConcreteBigraphBuilderimplementation for pure bigraphs.