Uses of Interface
net.ssehub.easy.basics.pool.IPoolManager
Packages that use IPoolManager
Package
Description
Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).
Reusable pooling of instances.
-
Uses of IPoolManager in net.ssehub.easy.basics.modelManagement
Classes in net.ssehub.easy.basics.modelManagement that implement IPoolManagerModifier and TypeClassDescriptionclassAbstractImportResolverPoolManager<M extends IModel>An abstract pool manager forImportResolverclasses. -
Uses of IPoolManager in net.ssehub.easy.basics.pool
Fields in net.ssehub.easy.basics.pool declared as IPoolManagerConstructors in net.ssehub.easy.basics.pool with parameters of type IPoolManagerModifierConstructorDescriptionPool(IPoolManager<T> manager) Creates a new pool for a given type of instances represented by its pool manager.