Uses of Class
org.bigraphs.framework.core.factory.AbstractBigraphFactory
Packages that use AbstractBigraphFactory
-
Uses of AbstractBigraphFactory in org.bigraphs.framework.core.factory
Subclasses of AbstractBigraphFactory in org.bigraphs.framework.core.factoryMethods in org.bigraphs.framework.core.factory with type parameters of type AbstractBigraphFactoryModifier and TypeMethodDescriptionstatic <T extends AbstractBigraphFactory<?>>
TFactoryCreationContext.findFactoryFor(Class<? extends Bigraph> bigraphClass) Methods in org.bigraphs.framework.core.factory that return AbstractBigraphFactoryModifier and TypeMethodDescription@NonNull AbstractBigraphFactoryFactoryCreationContext.getFactory() -
Uses of AbstractBigraphFactory in org.bigraphs.framework.core.impl.elementary
Constructors in org.bigraphs.framework.core.impl.elementary with parameters of type AbstractBigraphFactoryModifierConstructorDescriptionDiscreteIon(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)