Skip to main content

%DeepSee.Model.cellGroup

Class %DeepSee.Model.cellGroup Extends cellCacheNode [ System = 3 ]

Represents a grouping within a Cell cache definition.

Parameters

XMLNAME

Parameter XMLNAME = "group";

Properties

cellCache

Relationship cellCache As %DeepSee.Model.cellCache(XMLPROJECTION = "none") [ Cardinality = one, Inverse = cellGroups ];

Cell cache that this group belongs to.

items

Relationship items As %DeepSee.Model.cellCacheItem(XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ Cardinality = many, Inverse = group ];

Set of items defined for this group.