deprecatedclass %iKnow.Model.userDictionaryEntry
extends %iKnow.Model.node
Model representation of an %iKnow.UserDictionary entry, as nested in a
%iKnow.Model.userDictionary element.
parameter XMLNAME = "entry";
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.
property assignLabel
as %String(VALUELIST=",UDNegation,UDPosSentiment,UDNegSentiment,UDConcept,UDRelation,UDNonRelevant,UDCertainty,UDUnit,UDNumber,UDTime,UDGeneric1,UDGeneric2,UDGeneric3,UDSentenceEnd,UDSentenceNoEnd",XMLPROJECTION="ATTRIBUTE");
Label to assign to rewriteFrom
property metadata
as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE");
Some attributes accept optional metadata, such as UDCertainty markers, which
can take metadata of the form "c=9" to express a certainty level of 9.
property rewriteFrom
as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE") [ Required ];
String to replace in user input.
property rewriteTo
as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE");
String to replace rewriteFrom with.
relationship userDictionary
as %iKnow.Model.userDictionary(XMLPROJECTION="none") [ Inverse = entries,Cardinality = one ];