Skip to main content

%DeepSee.Sets.ISet

This abstract class defines the ISet interface. Each set element may have data (annotation) associated with it.

Method Inventory

Methods

method Count() as %Integer
Returns a number of elements in the set
method GetAnnotation() as %RawString
method GetData(pKey As %RawString) as %RawString
GetData returns the data associated with a Set member
method GetResultSet() as %SQL.IResultSet
Returns a result set oref that contains all of the members of the set
method IsAMemberOf(pKey As %RawString) as %Integer
This method returns 1 if pKey is a member of the set.
method SetAnnotation(annotation As %RawString)
FeedbackOpens in a new tab