com.raritantechnologies.concept.keywordAnalyzer
Class WordAnalyzerOutputProcessor
java.lang.Object
com.raritantechnologies.concept.keywordAnalyzer.WordAnalyzerOutputProcessor
- All Implemented Interfaces:
- IGatewayOutputProcessor
- public class WordAnalyzerOutputProcessor
- extends java.lang.Object
- implements IGatewayOutputProcessor
|
Method Summary |
void |
analyzeFiles(java.lang.String fileListName,
double lowRange,
double highRange)
|
void |
dataComplete()
Data feed is complete. |
void |
initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
Initialize the GatewayOutputProcessor from XML Element. |
static void |
main(java.lang.String[] args)
|
java.lang.String |
processData(IResultSet data)
returns name of XML File created/appended. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WordAnalyzerOutputProcessor
public WordAnalyzerOutputProcessor()
processData
public java.lang.String processData(IResultSet data)
- Description copied from interface:
IGatewayOutputProcessor
- returns name of XML File created/appended.
- Specified by:
processData in interface IGatewayOutputProcessor
initialize
public void initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)
- Initialize the GatewayOutputProcessor from XML Element.
- Specified by:
initialize in interface IGatewayOutputProcessor
analyzeFiles
public void analyzeFiles(java.lang.String fileListName,
double lowRange,
double highRange)
dataComplete
public void dataComplete()
- Data feed is complete.
- Specified by:
dataComplete in interface IGatewayOutputProcessor
main
public static void main(java.lang.String[] args)