Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How internal collections are used?

collections Internal Used
0
Posted

How internal collections are used?

0

Each collection has a syntactic and semantic definition of its items. Additionally, this definition has a procedural semantics as a loop over the collection items. In other words, it is supposed that the collection is built by iterating through all possible items and selecting those satisfying the restriction. On each step of the iteration one item is fixed and its reference is available for further use. In particular, it is possible to produce internal collections associated with this item. MyCollection = {s:SourceCollection | size({Subconcept.dim=s})<5 }, or equivalently MyCollection = {s:SourceCollection | size(s.{Subconcept.dim})<5 } Here it is supposed that Subconcept has a dimension with the domain in SourceCollection. Thus the internal collection {Subconcept.dim=s} contains a group of subitems from Subconcept belonging to the current item s. As the instance variable s changes its value the internal collection is built again and contains another group. The aggregation function re

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123