%DeepSee.Sets.SetOperations
hidden class %DeepSee.Sets.SetOperations extends %Library.RegisteredObject
This class contains generic set operations: union, intersection, and differenceMethod 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
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()