Skip to main content

%iKnow.Native.NativeKnowledgebase

Method Inventory

Methods

method AcronymCount() as %Integer [ Language = cpp ]
method CloseTable() [ Language = cpp ]
Close the table currently being read
method ConceptFilterCount() as %Integer [ Language = cpp ]
method FetchRows(max As %Integer) as %Binary [ Language = cpp ]
Fetch at most max rows as a $LIST from the previously started table
method GetAcronym(key As %Integer) as %Binary [ Language = cpp ]
method GetAlphaBeticLabel() as %Binary [ Language = cpp ]
method GetCapitalAllLabel() as %Binary [ Language = cpp ]
method GetCapitalInitialLabel() as %Binary [ Language = cpp ]
method GetCapitalMixedLabel() as %Binary [ Language = cpp ]
method GetConceptFilter(key As %Integer) as %Binary [ Language = cpp ]
method GetConceptLabel() as %Binary [ Language = cpp ]
method GetHash() as %String [ Language = cpp ]
method GetInputFilter(key As %Integer) as %Binary [ Language = cpp ]
method GetJoinLabel() as %Binary [ Language = cpp ]
method GetJoinReverseLabel() as %Binary [ Language = cpp ]
method GetKatakanaLabel() as %Binary [ Language = cpp ]
method GetLabel(key As %Integer) as %Binary [ Language = cpp ]
method GetLexrep(key As %Integer) as %Binary [ Language = cpp ]
method GetMetadata(id As %Integer) as %Binary [ Language = cpp ]
method GetName() as %Binary [ Language = cpp ]
method GetNonSemanticLabel() as %Binary [ Language = cpp ]
method GetNumericLabel() as %Binary [ Language = cpp ]
method GetObjectLabel() as %Binary [ Language = cpp ]
method GetPreprocessFilter(key As %Integer) as %Binary [ Language = cpp ]
method GetPrimaryRelationLabel() as %Binary [ Language = cpp ]
method GetProperty(id As %Integer) as %Binary [ Language = cpp ]
method GetPunctuationLabel() as %Binary [ Language = cpp ]
method GetRegex(key As %Integer) as %Binary [ Language = cpp ]
method GetRelationLabel() as %Binary [ Language = cpp ]
method GetRule(key As %Integer) as %Binary [ Language = cpp ]
method GetSentenceBeginLabel() as %Binary [ Language = cpp ]
method GetSentenceEndLabel() as %Binary [ Language = cpp ]
method GetSpaceLabel() as %Binary [ Language = cpp ]
method GetSubjectLabel() as %Binary [ Language = cpp ]
method GetUnknownLabel() as %Binary [ Language = cpp ]
method InputFilterCount() as %Integer [ Language = cpp ]
method IsDynamic() as %Integer [ Language = cpp ]
method LabelCount() as %Integer [ Language = cpp ]
method LexrepCount() as %Integer [ Language = cpp ]
method LoadToSharedMemory(name As %Binary) [ Language = cpp ]
method MetadataCount() as %Integer [ Language = cpp ]
method NextAcronym(key As %Integer) as %Integer [ Language = cpp ]
method NextConceptFilter(key As %Integer) as %Integer [ Language = cpp ]
method NextInputFilter(key As %Integer) as %Integer [ Language = cpp ]
method NextLabel(key As %Integer) as %Integer [ Language = cpp ]
method NextLexrep(key As %Integer) as %Integer [ Language = cpp ]
method NextMetadata(id As %Integer) as %Integer [ Language = cpp ]
method NextPreprocessFilter(key As %Integer) as %Integer [ Language = cpp ]
method NextProperty(id As %Integer) as %Integer [ Language = cpp ]
method NextRegex(key As %Integer) as %Integer [ Language = cpp ]
method NextRule(key As %Integer) as %Integer [ Language = cpp ]
method PhaseCount() as %Integer [ Language = cpp ]
method PreprocessFilterCount() as %Integer [ Language = cpp ]
method PropertyCount() as %Integer [ Language = cpp ]
method ReadTable(name As %Binary, phase As %Integer) [ Language = cpp ]
Indicate that the next fetch should start pulling values from the named table for dynamic loading.
method RegexCount() as %Integer [ Language = cpp ]
method RuleCount() as %Integer [ Language = cpp ]
method SetErrorCondition(errorId As %Binary, arg1 As %Binary = "", arg2 As %Binary = "", arg3 As %Binary = "", arg4 As %Binary = "") [ Language = cpp ]
A utility method for producing COS errors from inside C++
method TableAtEnd() as %Integer [ Language = cpp ]
Returns true if the currently reading table has exhausted its rows
classmethod UnloadAllFromSharedMemory() [ Language = cpp ]
method UnloadFromSharedMemory(name As %Binary) [ Language = cpp ]

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab