%iKnow.NativeSupport.UserDictionary
deprecated class %iKnow.NativeSupport.UserDictionary extends %iKnow.NativeSupport.HandlesErrors, %iKnow.Native.NativeKnowledgebase
Property Inventory
Method Inventory
- AcronymCount()
- AddLexrep()
- CloseTable()
- ConceptFilterCount()
- Create()
- FetchRows()
- GetAcronym()
- GetAlphaBeticLabel()
- GetCapitalAllLabel()
- GetCapitalInitialLabel()
- GetCapitalMixedLabel()
- GetConceptFilter()
- GetConceptLabel()
- GetHash()
- GetInputFilter()
- GetJoinLabel()
- GetJoinReverseLabel()
- GetKatakanaLabel()
- GetLabel()
- GetLexrep()
- GetMetadata()
- GetName()
- GetNonSemanticLabel()
- GetNumericLabel()
- GetObjectLabel()
- GetPreprocessFilter()
- GetPrimaryRelationLabel()
- GetProperty()
- GetPunctuationLabel()
- GetRegex()
- GetRelationLabel()
- GetRule()
- GetSentenceBeginLabel()
- GetSentenceEndLabel()
- GetSpaceLabel()
- GetSubjectLabel()
- GetUnknownLabel()
- InputFilterCount()
- IsDynamic()
- LabelCount()
- LexrepCount()
- MetadataCount()
- NextAcronym()
- NextConceptFilter()
- NextInputFilter()
- NextLabel()
- NextLexrep()
- NextMetadata()
- NextPreprocessFilter()
- NextProperty()
- NextRegex()
- NextRule()
- PhaseCount()
- PreprocessFilterCount()
- PropertyCount()
- ReadTable()
- RegexCount()
- RuleCount()
- TableAtEnd()
Properties
property AcronymCount as %Integer;
Property methods: AcronymCount(), AcronymCountDisplayToLogical(), AcronymCountGet(), AcronymCountIsValid(), AcronymCountLogicalToDisplay(), AcronymCountNormalize(), AcronymCountSet()
property Acronyms as %String [ MultiDimensional ];
Property methods: AcronymsDisplayToLogical(), AcronymsGet(), AcronymsIsValid(), AcronymsLogicalToDisplay(), AcronymsLogicalToOdbc(), AcronymsNormalize(), AcronymsSet()
property Hash as %String;
Property methods: HashDisplayToLogical(), HashGet(), HashIsValid(), HashLogicalToDisplay(), HashLogicalToOdbc(), HashNormalize(), HashSet()
property InputFilterCount as %Integer;
Property methods: InputFilterCount(), InputFilterCountDisplayToLogical(), InputFilterCountGet(), InputFilterCountIsValid(), InputFilterCountLogicalToDisplay(), InputFilterCountNormalize(), InputFilterCountSet()
property InputFilters as %String [ MultiDimensional ];
Property methods: InputFiltersDisplayToLogical(), InputFiltersGet(), InputFiltersIsValid(), InputFiltersLogicalToDisplay(), InputFiltersLogicalToOdbc(), InputFiltersNormalize(), InputFiltersSet()
property Labels as %List [ InitialExpression = ##class(%iKnow.KB.Label).SpecialLabelList() ];
UD labels available are hard-coded
Property methods: LabelsGet(), LabelsIsValid(), LabelsLogicalToOdbc(), LabelsOdbcToLogical(), LabelsSet()
property Lexreps as %String [ MultiDimensional ];
Property methods: LexrepsDisplayToLogical(), LexrepsGet(), LexrepsIsValid(), LexrepsLogicalToDisplay(), LexrepsLogicalToOdbc(), LexrepsNormalize(), LexrepsSet()
property Name as %String;
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
Methods
method AcronymCount() as %Integer
method CloseTable() [ Language = cpp ]
Close the table currently being read
method ConceptFilterCount() as %Integer
classmethod Create(name As %String, ud As %iKnow.UserDictionary) as UserDictionary
Fetch at most max rows as a $LIST from the previously started table
method GetAlphaBeticLabel() as %Binary
method GetCapitalAllLabel() as %Binary
method GetCapitalInitialLabel() as %Binary
method GetCapitalMixedLabel() as %Binary
method GetConceptLabel() as %Binary
method GetHash() as %String
method GetJoinLabel() as %Binary
method GetJoinReverseLabel() as %Binary
method GetKatakanaLabel() as %Binary
method GetName() as %Binary
method GetNonSemanticLabel() as %Binary
method GetNumericLabel() as %Binary
method GetObjectLabel() as %Binary
method GetPrimaryRelationLabel() as %Binary
method GetPunctuationLabel() as %Binary
method GetRelationLabel() as %Binary
method GetSentenceBeginLabel() as %Binary
method GetSentenceEndLabel() as %Binary
method GetSpaceLabel() as %Binary
method GetSubjectLabel() as %Binary
method GetUnknownLabel() as %Binary
method InputFilterCount() as %Integer
method IsDynamic() as %Integer
method LabelCount() as %Integer
method LexrepCount() as %Integer
method MetadataCount() as %Integer
method PhaseCount() as %Integer
method PreprocessFilterCount() as %Integer
method PropertyCount() as %Integer
Indicate that the next fetch should start pulling values from the
named table for dynamic loading.
method RegexCount() as %Integer
method RuleCount() as %Integer
method TableAtEnd() as %Integer
Returns true if the currently reading table has exhausted its rows
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()
- LoadToSharedMemory()
- SetErrorCondition()
- UnloadAllFromSharedMemory()
- UnloadFromSharedMemory()