Skip to main content

%iKnow.Classification.Definition.TermCooccurrence

Class %iKnow.Classification.Definition.TermCooccurrence Extends Term [ Deprecated, System = 3 ]

Parameters

XMLNAME

Parameter XMLNAME = "Cooccurrence";

Properties

type

Property type As %String(VALUELIST = ",cooccurrence", XMLPROJECTION = "NONE") [ InitialExpression = "cooccurrence", ReadOnly ];

value

Property value As %String(MAXLEN = 200, XMLPROJECTION = "NONE") [ Internal ];

Entries

Property Entries As list Of TermCoocEntry(XMLNAME = "Cooccurrent", XMLPROJECTION = "ELEMENT");

Methods

GetValue

Method GetValue() As %String

Returns a string representation of this term

%EqualsInternal

Method %EqualsInternal(pTerm As Term) As %Boolean [ Internal, Private ]

OnGetDisplayName

Method OnGetDisplayName(pMode As %Integer = 0) As %String [ Internal, Private ]

ContainsEntry

Method ContainsEntry(pValue As %String) As %Integer

RemoveEntry

Method RemoveEntry(pValue As %String, Output pIsEmpty As %Boolean) As %Status

EntryCount

Method EntryCount() As %Integer