dochelper.MatchOrderProcessor Class Reference

Inheritance diagram for dochelper.MatchOrderProcessor:

Inheritance graph
[legend]
Collaboration diagram for dochelper.MatchOrderProcessor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

ResultNode operate (ResultNode doc)
 Sorts the tree of ResultNode doc alphabetically.
void checkParams () throws InvalidValueException, MissingArgumentException, ResourceUnavailableException
void init () throws InitializationException, ResourceUnavailableException
void setParam (String paramName, Object value) throws IllegalParamterTypeException

Protected Attributes

HashMap< String, Object > params = new HashMap<String, Object>()

Static Protected Attributes

static final String DIRECTION = "direction"

Private Member Functions

void orderTree (ResultNode doc)

Classes

class  ResultNodeComparator


Detailed Description

Author:
samuelfm

Definition at line 26 of file MatchOrderProcessor.java.


Member Function Documentation

ResultNode dochelper.MatchOrderProcessor.operate ( ResultNode  doc  ) 

Sorts the tree of ResultNode doc alphabetically.

The param direction of params indicates the direction the tree is sorted.

Parameters:
doc The node that represent the root of the tree to process.
Exceptions:
Exception 

Implements dochelper.Processor.

Definition at line 49 of file MatchOrderProcessor.java.

Here is the call graph for this function:

void dochelper.MatchOrderProcessor.orderTree ( ResultNode  doc  )  [private]

Definition at line 58 of file MatchOrderProcessor.java.

Here is the call graph for this function:

Here is the caller graph for this function:

void dochelper.MatchOrderProcessor.checkParams (  )  throws InvalidValueException, MissingArgumentException, ResourceUnavailableException

void dochelper.MatchOrderProcessor.init (  )  throws InitializationException, ResourceUnavailableException

See also:
dochelper.Configurable.init()

Implements dochelper.Configurable.

Definition at line 105 of file MatchOrderProcessor.java.

void dochelper.MatchOrderProcessor.setParam ( String  paramName,
Object  value 
) throws IllegalParamterTypeException

See also:
dochelper.Configurable.setParam(java.lang.String, java.lang.Object)

Implements dochelper.Configurable.

Definition at line 115 of file MatchOrderProcessor.java.


Member Data Documentation

final String dochelper.MatchOrderProcessor.DIRECTION = "direction" [static, protected]

Definition at line 31 of file MatchOrderProcessor.java.

HashMap<String, Object> dochelper.MatchOrderProcessor.params = new HashMap<String, Object>() [protected]

Definition at line 37 of file MatchOrderProcessor.java.


The documentation for this class was generated from the following file:

Generated on Wed Jun 17 14:22:10 2009 for DocHelper by  doxygen 1.5.6