Uses of Class
org.bigraphs.framework.core.impl.elementary.DiscreteIon
Packages that use DiscreteIon
-
Uses of DiscreteIon in org.bigraphs.framework.core.factory
Methods in org.bigraphs.framework.core.factory that return DiscreteIonModifier and TypeMethodDescriptionabstract DiscreteIon<S> AbstractBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, S signature) abstract DiscreteIon<S> AbstractBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, S signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) abstract 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(String name, Set<String> outerNames, KindSignature signature) Convenient method.KindBigraphFactory.createDiscreteIon(String name, Set<String> outerNames, KindSignature signature, org.eclipse.emf.ecore.EPackage bigraphMetaModel) 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(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.static <S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>>
DiscreteIon<S> BigraphFactory.pureDiscreteIon(S signature, String name, String... outerNames)