/** * Collections are Item local objects that reference other Items. * *

In parallel with the OO meta-model, Items can be linked to other Items in * different ways. These links are modelled with Collections, which are local * objects stored in an Item which reference a number of other Items in the same * server. The Collections holds a CollectionMember, sometimes known as a slot, * to reference each Item and store additional information about the link. * *

Features: *

*/ package com.c2kernel.collection;