Package de.uni_trier.wi2.procake.data.objectpool
Description of Data Object Pool.
DataObjects can be collected in pools. These pools
exist
in two variance, as readable object pools and as writeable object pools.
Pool Identification
Each object pool must have an identifier and this identifier must be unique in the
ProCAKE during runtime. If the pool is created with ObjectPoolFactory.newObjectPool(), this is guaranteed.
If
you create an own object pool, you must take care that the identifier is different to ObjectPoolFactory.POOL_NAME.
-
Interface Summary Interface Description DataObjectIterator<T extends DataObject> Extends the standardIteratorwith an additional method.ObjectPoolFactoryImplementation ReadableObjectPool<T extends DataObject> A readable object pool is a container forDataObject.WriteableObjectPool<T extends DataObject> A writeable object pool extends theReadableObjectPoolwith methods to modify the pool. -
Class Summary Class Description ObjectPoolFactory The factory to create objectIds and object pools.