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 TypeClassDescriptionclass
AbstractControl<NT extends NamedType<?>,
V extends FiniteOrdinal<?>> Abstract class representing a control of a signature.class
AbstractEcoreSignature<C extends Control<? extends NamedType,
? extends FiniteOrdinal>> Abstract class for Ecore-based signatures.interface
Control<NT extends NamedType,
T extends FiniteOrdinal> Super interface for all control representations.class
ControlBuilder<NT extends NamedType<?>,
V extends FiniteOrdinal<?>, B extends ControlBuilder<NT, V, B>> Abstract class for all control builder implementations.interface
HasIdentifier<NT extends NamedType>
Interface for entities that have an identifier, meaning, they can be labelled.class
SignatureBuilder<NT extends NamedType<?>,
FO extends FiniteOrdinal<?>, C extends ControlBuilder<NT, FO, C>, B extends SignatureBuilder<?, ?, ?, ?>> Abstract base builder class for all types 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 TypeClassDescriptionclass
Default 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 TypeClassDescriptionclass
AbstractBigraphFactory<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, DefaultDynamicSignature 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, DefaultDynamicSignature 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 TypeClassDescriptionclass
DiscreteIon<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 TypeClassDescriptionclass
BindingControl<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 TypeMethodDescriptionboolean
BindingSignature.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)