Uses of Class
org.bigraphs.framework.core.impl.signature.DynamicSignature
Packages that use DynamicSignature
Package
Description
-
Uses of DynamicSignature in org.bigraphs.framework.converter.bigred
Fields in org.bigraphs.framework.converter.bigred declared as DynamicSignatureModifier and TypeFieldDescriptionprotected DynamicSignatureDefaultBigraphXMLLoader.signatureprotected DynamicSignatureDefaultReactionRuleXMLLoader.signatureprotected DynamicSignatureDefaultSimulationSpecXMLLoader.signatureFields in org.bigraphs.framework.converter.bigred with type parameters of type DynamicSignatureModifier and TypeFieldDescriptionprotected MutableBuilder<DynamicSignature> DefaultBigraphXMLLoader.builderprotected MutableBuilder<DynamicSignature> DefaultReactionRuleXMLLoader.builderMethods in org.bigraphs.framework.converter.bigred that return DynamicSignatureModifier and TypeMethodDescriptionDefaultBigraphXMLLoader.getSignature()DefaultReactionRuleXMLLoader.getSignature()DefaultSignatureXMLLoader.importObject()Constructors in org.bigraphs.framework.converter.bigred with parameters of type DynamicSignatureModifierConstructorDescriptionDefaultBigraphXMLLoader(DynamicSignature signature) If the signature is provided, the signature XML file of the bigraph won't be parsed.DefaultReactionRuleXMLLoader(DynamicSignature signature) If the signature is provided, the signature XML file of the reaction rule won't be parsed. -
Uses of DynamicSignature in org.bigraphs.framework.converter.jlibbig
Methods in org.bigraphs.framework.converter.jlibbig with parameters of type DynamicSignatureModifier and TypeMethodDescriptionJLibBigBigraphDecoder.decode(it.uniud.mads.jlibbig.core.std.Bigraph bigraph, DynamicSignature signature) static it.uniud.mads.jlibbig.core.std.SignatureJLibBigBigraphEncoder.parseSignature(DynamicSignature sig) -
Uses of DynamicSignature in org.bigraphs.framework.core.alg.generators
Constructors in org.bigraphs.framework.core.alg.generators with parameters of type DynamicSignatureModifierConstructorDescriptionPureBigraphGenerator(DynamicSignature signature) PureBigraphGenerator(DynamicSignature signature, org.eclipse.emf.ecore.EPackage metaModel) -
Uses of DynamicSignature in org.bigraphs.framework.core.factory
Methods in org.bigraphs.framework.core.factory that return types with arguments of type DynamicSignatureModifier and TypeMethodDescriptionPureBigraphFactory.asBigraphOperator(Bigraph<DynamicSignature> outerBigraph) PureBigraphFactory.createBigraphBuilder(Signature<?> signature) PureBigraphFactory.createBigraphBuilder(Signature<?> signature, String metaModelFileName) PureBigraphFactory.createBigraphBuilder(Signature<?> signature, EMetaModelData metaModelData) PureBigraphFactory.createBigraphBuilder(Signature<?> signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) PureBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, DynamicSignature signature) Convenient method.PureBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, DynamicSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) PureBigraphFactory.createDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, DynamicSignature signature) Throws a runtime exception either because of InvalidConnectionException or TypeNotExistsException when connecting the outer names to the node.PureBigraphFactory.createLinkings(DynamicSignature signature) PureBigraphFactory.createLinkings(DynamicSignature signature, EMetaModelData metaModelData) PureBigraphFactory.createLinkings(DynamicSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) PureBigraphFactory.createPlacings(DynamicSignature signature) PureBigraphFactory.createPlacings(DynamicSignature signature, EMetaModelData metaModelData) PureBigraphFactory.createPlacings(DynamicSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) Methods in org.bigraphs.framework.core.factory with parameters of type DynamicSignatureModifier and TypeMethodDescriptionPureBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, DynamicSignature signature) Convenient method.PureBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, DynamicSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) PureBigraphFactory.createDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, DynamicSignature signature) Throws a runtime exception either because of InvalidConnectionException or TypeNotExistsException when connecting the outer names to the node.PureBigraphFactory.createLinkings(DynamicSignature signature) PureBigraphFactory.createLinkings(DynamicSignature signature, EMetaModelData metaModelData) PureBigraphFactory.createLinkings(DynamicSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) PureBigraphFactory.createPlacings(DynamicSignature signature) PureBigraphFactory.createPlacings(DynamicSignature signature, EMetaModelData metaModelData) PureBigraphFactory.createPlacings(DynamicSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) AbstractBigraphFactory.createRandomBuilder(DynamicSignature signature) AbstractBigraphFactory.createRandomBuilder(DynamicSignature signature, org.eclipse.emf.ecore.EPackage metaModel) Method parameters in org.bigraphs.framework.core.factory with type arguments of type DynamicSignatureModifier and TypeMethodDescriptionPureBigraphFactory.asBigraphOperator(Bigraph<DynamicSignature> outerBigraph) -
Uses of DynamicSignature in org.bigraphs.framework.core.impl.pure
Methods in org.bigraphs.framework.core.impl.pure that return DynamicSignature -
Uses of DynamicSignature in org.bigraphs.framework.core.impl.signature
Methods in org.bigraphs.framework.core.impl.signature that return DynamicSignatureModifier and TypeMethodDescriptionDynamicSignatureBuilder.create()DynamicSignatureBuilder.create(EMetaModelData metaModelData) DynamicSignatureBuilder.createEmpty()protected DynamicSignatureDynamicSignatureBuilder.createEmptyStub()Creates an empty signature without controls.DynamicSignatureBuilder.createWith(Iterable<? extends Control<StringTypedName, FiniteOrdinal<Integer>>> controls) Creates a signature with the given controls. -
Uses of DynamicSignature in org.bigraphs.framework.core.reactivesystem
Methods in org.bigraphs.framework.core.reactivesystem that return types with arguments of type DynamicSignatureModifier and TypeMethodDescriptionprotected BigraphComposite<DynamicSignature> ReactionRuleComposer.composeBigraphs(PureBigraph left, PureBigraph right, ReactionRuleComposer.RuleProductOperation operation) -
Uses of DynamicSignature in org.bigraphs.framework.core.utils
Fields in org.bigraphs.framework.core.utils with type parameters of type DynamicSignatureModifier and TypeFieldDescriptionstatic BinaryOperator<Bigraph<DynamicSignature>> BigraphUtil.ACCUMULATOR_MERGE_PRODUCTstatic BinaryOperator<Bigraph<DynamicSignature>> BigraphUtil.ACCUMULATOR_PARALLEL_PRODUCTMethods in org.bigraphs.framework.core.utils that return DynamicSignatureModifier and TypeMethodDescriptionstatic DynamicSignatureBigraphUtil.composeSignatures(DynamicSignature left, DynamicSignature right) This method composes the two given signaturesleftandright.static DynamicSignatureBigraphUtil.mergeSignatures(DynamicSignature left, DynamicSignature right) This method merges the two given signaturesleftandright.static DynamicSignatureBigraphUtil.mergeSignatures(DynamicSignature left, DynamicSignature right, int leftOrRight) This method merges the two given signaturesleftandright.Methods in org.bigraphs.framework.core.utils that return types with arguments of type DynamicSignatureModifier and TypeMethodDescriptionstatic Optional<DynamicSignature> BigraphUtil.composeSignatures(List<DynamicSignature> signatures) static Optional<DynamicSignature> BigraphUtil.leftMergeSignatures(List<DynamicSignature> signatures) Methods in org.bigraphs.framework.core.utils with parameters of type DynamicSignatureModifier and TypeMethodDescriptionstatic DynamicSignatureBigraphUtil.composeSignatures(DynamicSignature left, DynamicSignature right) This method composes the two given signaturesleftandright.static PureBigraphMutableBigraphUtil.createEmptyMutable(DynamicSignature signature) Creates an emptyPureBigraphMutablewith a single root and the given signature.static DynamicSignatureBigraphUtil.mergeSignatures(DynamicSignature left, DynamicSignature right) This method merges the two given signaturesleftandright.static DynamicSignatureBigraphUtil.mergeSignatures(DynamicSignature left, DynamicSignature right, int leftOrRight) This method merges the two given signaturesleftandright.static PureBigraphBigraphUtil.toBigraph(EcoreBigraph.Stub<DynamicSignature> stub, DynamicSignature signature) static PureBigraphBigraphUtil.toBigraph(org.eclipse.emf.ecore.EPackage metaModel, org.eclipse.emf.ecore.EObject instanceModel, DynamicSignature signature) static PureBigraphMutableBigraphUtil.toMutable(org.eclipse.emf.ecore.EObject instanceModel, DynamicSignature signature) Converts an in-memory bigraphEObject(loaded from XMI) together with its signature into a mutablePureBigraphMutable.Method parameters in org.bigraphs.framework.core.utils with type arguments of type DynamicSignatureModifier and TypeMethodDescriptionstatic Optional<DynamicSignature> BigraphUtil.composeSignatures(List<DynamicSignature> signatures) static Optional<DynamicSignature> BigraphUtil.leftMergeSignatures(List<DynamicSignature> signatures) static PureBigraphBigraphUtil.toBigraph(EcoreBigraph.Stub<DynamicSignature> stub, DynamicSignature signature) -
Uses of DynamicSignature in org.bigraphs.framework.simulation.matching.pure
Methods in org.bigraphs.framework.simulation.matching.pure that return types with arguments of type DynamicSignatureModifier and TypeMethodDescriptionPureBigraphMatch.getContextIdentity()Note: The return type is of classBigraphwith aDynamicSignature.PureBigraphMatch.getRedexIdentity()Constructor parameters in org.bigraphs.framework.simulation.matching.pure with type arguments of type DynamicSignatureModifierConstructorDescriptionPureBigraphMatch(it.uniud.mads.jlibbig.core.std.Match jLibMatchResult, PureBigraph context, PureBigraph redex, PureBigraph redexImage, Bigraph<DynamicSignature> redexIdentity, PureBigraph paramWiring, Collection<PureBigraph> parameters)