Skip to main content

%iKnow.Classification.Definition.TermCooccurrence

deprecated serial class %iKnow.Classification.Definition.TermCooccurrence extends %iKnow.Classification.Definition.Term

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = Cooccurrence;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property Entries as list of TermCoocEntry (XMLNAME = "Cooccurrent", XMLPROJECTION = "ELEMENT");
Property methods: EntriesBuildValueArray(), EntriesCollectionToDisplay(), EntriesCollectionToOdbc(), EntriesDisplayToCollection(), EntriesGet(), EntriesGetObject(), EntriesGetObjectId(), EntriesGetSwizzled(), EntriesIsValid(), EntriesOdbcToCollection(), EntriesSet(), EntriesSetObject(), EntriesSetObjectId()
property type as %String (VALUELIST = ",cooccurrence", XMLPROJECTION = "NONE") [ InitialExpression = "cooccurrence" , ReadOnly ];
Inherited description: The type of term: entity or CRC
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Methods

method ContainsEntry(pValue As %String) as %Integer
method EntryCount() as %Integer
method GetValue() as %String
Returns a string representation of this term
method RemoveEntry(pValue As %String, Output pIsEmpty As %Boolean) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab