com.raritantechnologies.searchApp
Interface IResultParser
- All Superinterfaces:
- IConfigurable
- All Known Subinterfaces:
- IFactRelationshipExtractor, IFactRelationshipExtractor
- All Known Implementing Classes:
- AcquisitionExtractor, AnalystRecommendationExtractor, DelimitedStringResultParser, JSONResultParser, ManagementChangeExtractor, MergerExtractor, PersonProfessionalExtractor, StringPatternResultParser, TemisFactRelationshipExtractor, XMLResultProcessor
- public interface IResultParser
- extends IConfigurable
Base interface for a parser that can convert a data String into an
IResult object.
|
Field Summary |
static java.lang.String |
TEMPLATE
|
|
Method Summary |
IResult |
parse(java.lang.String dataString)
Create an IResult object from the formatted data string. |
TEMPLATE
public static final java.lang.String TEMPLATE
- See Also:
- Constant Field Values
parse
public IResult parse(java.lang.String dataString)
- Create an
IResult object from the formatted data string.