Uses of Interface
org.jasen.interfaces.HeuristicDefinitionSet

Packages that use HeuristicDefinitionSet
org.jasen.core.parsers   
org.jasen.interfaces   
 

Uses of HeuristicDefinitionSet in org.jasen.core.parsers
 

Classes in org.jasen.core.parsers that implement HeuristicDefinitionSet
 class StandardHeuristicDefinitionSet
           Maintains a set of regular expressions.
 

Methods in org.jasen.core.parsers with parameters of type HeuristicDefinitionSet
 int StandardHeuristicAnalyzer.analyze(javax.mail.internet.MimeMessage mm, JasenMessage message, HeuristicDefinitionSet definitions, int threshold)
           
 

Uses of HeuristicDefinitionSet in org.jasen.interfaces
 

Methods in org.jasen.interfaces with parameters of type HeuristicDefinitionSet
 int HeuristicAnalyzer.analyze(javax.mail.internet.MimeMessage mm, JasenMessage message, HeuristicDefinitionSet definitions, int threshold)
          Analyzes the message looking for heuristic matches against patterns defined in the HeuristicDefinitionSet set provided