Public Member Functions | |
_.Library.Status | MatchSingle (_.Library.String string, _.Library.List formatParams, _.Library.Numeric matchScore, matchedWordBits, _.Library.Boolean isScattered, formatOutput) |
![]() | |
_.Library.Status | Finalize () |
_.Library.Boolean | HasMatchAll () |
_.Library.Status | MatchAll (_.Library.String stringsGlobalName, _.Library.String resultGlobalName, _.Library.List formatParams, _.Library.Integer minEntUniId) |
_.Library.Status | MatchAllHashes (_.Library.String hashGlobalName, _.Library.String idGlobalName, _.Library.String resultGlobalName, _.Library.List formatParams, _.Library.Integer minEntUniId) |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Public Attributes | |
Matcher | |
More... | |
![]() | |
DomainId | |
More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | TestParams (_.Library.List pFormatParams, _.Library.Integer pDomainId) |
Utility method subclasses can implement to verify user-supplied format parameters are. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
This class implements Regular Expression matching as an implementation for <class>iKnow.Matching.Formats.Format</class>, leveraging the ICU implementation in <class>Regex.Matcher</class>. This implementation does not support matched word indicators, scattered match detection or anything but boolean match scores. Also, it will only verify within entities and therefore never find matches that cross an entity boundary.
Format parameters:
_.Library.Status MatchSingle | ( | _.Library.String | string, |
_.Library.List | formatParams, | ||
_.Library.Numeric | matchScore, | ||
matchedWordBits, | |||
_.Library.Boolean | isScattered, | ||
formatOutput | |||
) |
This class implements Regular Expression matching as an implementation for <class>iKnow.Matching.Formats.Format</class>, leveraging the ICU implementation in <class>Regex.Matcher</class>. This implementation does not support matched word indicators, scattered match detection or anything but boolean match scores. Also, it will only verify within entities and therefore never find matches that cross an entity boundary.
Format parameters:
Reimplemented from Format.
Matcher |