Skip to main content

%DeepSee.Sets.SetOperations

This class contains generic set operations: union, intersection, and difference

Method Inventory

Methods

classmethod Diff(set1 As %DeepSee.Sets.ISet, set2 As %DeepSee.Sets.ISet, ByRef sc As %Status) as %DeepSee.Sets.ISet
Returns a set consisting of the elements in set1 but not in set2
classmethod Intersect(set1 As %DeepSee.Sets.ISet, set2 As %DeepSee.Sets.ISet, ByRef sc As %Status) as %DeepSee.Sets.ISet
returns an intersection of two sets
classmethod Union(set1 As %DeepSee.Sets.ISet, set2 As %DeepSee.Sets.ISet, ByRef sc As %Status) as %DeepSee.Sets.ISet
Returns a set which is a union of two sets

Inherited Members

Inherited Methods

FeedbackOpens in a new tab