Uses of Interface
org.bigraphs.framework.core.datatypes.NamedType
Packages that use NamedType
Package
Description
-
Uses of NamedType in org.bigraphs.framework.core
Classes in org.bigraphs.framework.core with type parameters of type NamedTypeModifier and TypeClassDescriptionclassAbstractControl<NT extends NamedType<?>,V extends FiniteOrdinal<?>> Abstract base class for a control within a signature.classAbstractEcoreSignature<C extends Control<? extends NamedType,? extends FiniteOrdinal>> Abstract class for signatures defined via Ecore.interfaceControl<NT extends NamedType,T extends FiniteOrdinal> Superinterface for all control representations.classControlBuilder<NT extends NamedType<?>,V extends FiniteOrdinal<?>, B extends ControlBuilder<NT, V, B>> Abstract base class for all control builder implementations.interfaceHasIdentifier<NT extends NamedType>Interface for entities with an identifier.classSignatureBuilder<NT extends NamedType<?>,FO extends FiniteOrdinal<?>, C extends ControlBuilder<NT, FO, C>, B extends SignatureBuilder<?, ?, ?, ?>> Abstract base class for building instances of signatures.Fields in org.bigraphs.framework.core declared as NamedType -
Uses of NamedType in org.bigraphs.framework.core.datatypes
Classes in org.bigraphs.framework.core.datatypes that implement NamedTypeModifier and TypeClassDescriptionclassDefault implementation for an element of a name set. -
Uses of NamedType in org.bigraphs.framework.core.factory
Classes in org.bigraphs.framework.core.factory with type parameters of type NamedTypeModifier and TypeClassDescriptionclassAbstractBigraphFactory<S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>> Abstract factory class for all kind of bigraphs.Methods in org.bigraphs.framework.core.factory with type parameters of type NamedTypeModifier and TypeMethodDescriptionstatic <S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>>
DiscreteIon<S> BigraphFactory.pureDiscreteIon(S signature, String name, String... outerNames) Methods in org.bigraphs.framework.core.factory with parameters of type NamedTypeModifier and TypeMethodDescriptionabstract DiscreteIon<S> AbstractBigraphFactory.createDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature) Throws a runtime exception either because of InvalidConnectionException or TypeNotExistsException when connecting the outer names to the node.KindBigraphFactory.createDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, KindSignature signature) Throws a runtime exception either because of InvalidConnectionException or TypeNotExistsException when connecting the outer names to the node.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.Method parameters in org.bigraphs.framework.core.factory with type arguments of type NamedTypeModifier and TypeMethodDescriptionabstract DiscreteIon<S> AbstractBigraphFactory.createDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature) Throws a runtime exception either because of InvalidConnectionException or TypeNotExistsException when connecting the outer names to the node.KindBigraphFactory.createDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, KindSignature signature) Throws a runtime exception either because of InvalidConnectionException or TypeNotExistsException when connecting the outer names to the node.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. -
Uses of NamedType in org.bigraphs.framework.core.impl.elementary
Classes in org.bigraphs.framework.core.impl.elementary with type parameters of type NamedTypeModifier and TypeClassDescriptionclassDiscreteIon<S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>> This class represents a discrete ion.Methods in org.bigraphs.framework.core.impl.elementary with parameters of type NamedTypeModifier and TypeMethodDescriptionCreates an identity link graph from a given name set.Linkings.substitution(NamedType<?> nameOuter, List<NamedType<?>> nameInner) Linkings.substitution(NamedType<?> nameOuter, NamedType<?>... nameInner) Method parameters in org.bigraphs.framework.core.impl.elementary with type arguments of type NamedTypeModifier and TypeMethodDescriptionLinkings.substitution(NamedType<?> nameOuter, List<NamedType<?>> nameInner) Constructors in org.bigraphs.framework.core.impl.elementary with parameters of type NamedTypeModifierConstructorDescriptionDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature, AbstractBigraphFactory<S> factory) DiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature, org.eclipse.emf.ecore.EPackage bigraphMetamodel, AbstractBigraphFactory<S> factory) Constructor parameters in org.bigraphs.framework.core.impl.elementary with type arguments of type NamedTypeModifierConstructorDescriptionDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature, AbstractBigraphFactory<S> factory) DiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature, org.eclipse.emf.ecore.EPackage bigraphMetamodel, AbstractBigraphFactory<S> factory) -
Uses of NamedType in org.bigraphs.framework.core.impl.signature
Classes in org.bigraphs.framework.core.impl.signature with type parameters of type NamedTypeModifier and TypeClassDescriptionclassBindingControl<NT extends NamedType<?>,FO extends FiniteOrdinal<?>> Note: This class is not yet implemented!Method parameters in org.bigraphs.framework.core.impl.signature with type arguments of type NamedTypeModifier and TypeMethodDescriptionbooleanBindingSignature.isBindingControl(BindingControl<? extends NamedType, ? extends FiniteOrdinal> control) Constructor parameters in org.bigraphs.framework.core.impl.signature with type arguments of type NamedTypeModifierConstructorDescriptionBindingSignature(Set<BindingControl<? extends NamedType, ? extends FiniteOrdinal>> controls)