Uses of Class
ai.nightfall.scan.model.Regex
Packages that use Regex
-
Uses of Regex in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return RegexModifier and TypeMethodDescriptionContextRule.getRegex()Return the regular expression.Detector.getRegex()Get the regex.ExclusionRule.getRegex()Get the regex.Constructors in ai.nightfall.scan.model with parameters of type RegexModifierConstructorDescriptionContextRule(Regex regex, Proximity proximity, ConfidenceAdjustment confidenceAdjustment) Create a new Context Rule.Create an instance of a detector based on a regular expression.ExclusionRule(Regex regex, String matchType) Create an exclusion rule that uses a regular expression to make a disqualification decision.