Uses of Class
org.opensextant.extractors.flexpat.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
Modifier and TypeFieldDescriptionprotected Map<String,
RegexPattern> RegexPatternManager.patterns
protected List<RegexPattern>
RegexPatternManager.patterns_list
Modifier and TypeMethodDescriptionprotected abstract RegexPattern
RegexPatternManager.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 IDModifier and TypeMethodDescriptionabstract void
RegexPatternManager.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 boolean
RegexPatternManager.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
Modifier and TypeMethodDescriptionprotected RegexPattern
PoliPatternManager.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.Modifier and TypeMethodDescriptionvoid
PoliPatternManager.enable_pattern
(RegexPattern repat) enable an instance of a pattern based on the global settings.protected boolean
PoliPatternManager.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
Modifier and TypeMethodDescriptionprotected RegexPattern
PatternManager.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.Modifier and TypeMethodDescriptionvoid
PatternManager.enable_pattern
(RegexPattern repat) enable an instance of a pattern based on the global settings.protected boolean
PatternManager.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
Modifier and TypeMethodDescriptionprotected RegexPattern
PatternManager.create_pattern
(String fam, String rule, String desc) Modifier and TypeMethodDescriptionvoid
PatternManager.enable_pattern
(RegexPattern repat) enable an instance of a pattern based on the global settings.protected boolean
PatternManager.validate_pattern
(RegexPattern pat)