Uses of Class
org.opensextant.extractors.flexpat.RegexPattern
Packages that use RegexPattern
Package
Description
FlexPat -- A Pattern Definition & Testing Library
Patterns Of Life (PoLi)
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
-
Uses of RegexPattern in org.opensextant.extractors.flexpat
Fields in org.opensextant.extractors.flexpat with type parameters of type RegexPatternModifier and TypeFieldDescriptionprotected Map<String,RegexPattern> RegexPatternManager.patternsprotected List<RegexPattern>RegexPatternManager.patterns_listMethods in org.opensextant.extractors.flexpat that return RegexPatternModifier and TypeMethodDescriptionprotected abstract RegexPatternRegexPatternManager.create_pattern(String fam, String rule, String desc) Implementation must create a RegexPattern given the basic RULE define, #RULE FAMILY RID REGEX PatternManager here adds compiled pattern and DEFINES.RegexPatternManager.get_pattern(String id) Access the paterns by IDMethods in org.opensextant.extractors.flexpat that return types with arguments of type RegexPatternMethods in org.opensextant.extractors.flexpat with parameters of type RegexPatternModifier and TypeMethodDescriptionabstract voidRegexPatternManager.enable_pattern(RegexPattern p) enable an instance of a pattern based on the global settings.RegexPatternManager.group_map(RegexPattern p, Matcher matched) NOTE: We're dealing with Java6's inability to use named groups.RegexPatternManager.group_matches(RegexPattern p, Matcher matched) Matched fields as TextEntitiesprotected abstract booleanRegexPatternManager.validate_pattern(RegexPattern pat) Implementation has the option to check a pattern; For now invalid patterns are only logged. -
Uses of RegexPattern in org.opensextant.extractors.poli
Methods in org.opensextant.extractors.poli that return RegexPatternModifier and TypeMethodDescriptionprotected RegexPatternPoliPatternManager.create_pattern(String fam, String rule, String desc) Pattern Factory Implementation must create a RegexPattern given the basic RULE define, #RULE FAMILY RID REGEX PatternManager here adds compiled pattern and DEFINES.Methods in org.opensextant.extractors.poli with parameters of type RegexPatternModifier and TypeMethodDescriptionvoidPoliPatternManager.enable_pattern(RegexPattern repat) enable an instance of a pattern based on the global settings.protected booleanPoliPatternManager.validate_pattern(RegexPattern repat) Implementation has the option to check a pattern; For now invalid patterns are only logged. -
Uses of RegexPattern in org.opensextant.extractors.xcoord
Subclasses of RegexPattern in org.opensextant.extractors.xcoordMethods in org.opensextant.extractors.xcoord that return RegexPatternModifier and TypeMethodDescriptionprotected RegexPatternPatternManager.create_pattern(String fam, String rule, String desc) Implementation must create a RegexPattern given the basic RULE define, #RULE FAMILY RID REGEX PatternManager here adds compiled pattern and DEFINES.Methods in org.opensextant.extractors.xcoord with parameters of type RegexPatternModifier and TypeMethodDescriptionvoidPatternManager.enable_pattern(RegexPattern repat) enable an instance of a pattern based on the global settings.protected booleanPatternManager.validate_pattern(RegexPattern repat) Implementation has the option to check a pattern; For now invalid patterns are only logged. -
Uses of RegexPattern in org.opensextant.extractors.xtemporal
Subclasses of RegexPattern in org.opensextant.extractors.xtemporalMethods in org.opensextant.extractors.xtemporal that return RegexPatternModifier and TypeMethodDescriptionprotected RegexPatternPatternManager.create_pattern(String fam, String rule, String desc) Methods in org.opensextant.extractors.xtemporal with parameters of type RegexPatternModifier and TypeMethodDescriptionvoidPatternManager.enable_pattern(RegexPattern repat) enable an instance of a pattern based on the global settings.protected booleanPatternManager.validate_pattern(RegexPattern pat)