com.xenonsoft.bridgetown.examples.categoriser
Interface IProcessor

All Known Implementing Classes:
DefaultProcessorImpl

public interface IProcessor

An example of categorisation processor

Version:
$Id: IProcessor.java,v 1.2 2005/02/23 01:29:20 peter_pilgrim Exp $
Author:
Peter Pilgrim, Jul 26, 2004 2:10:45 PM

Method Summary
 java.util.List process(java.lang.Object refValue)
          Attempt to categoriser the exception (reference value) object.
 void setMatcher(IMatcher matcher)
          Sets the categorisation algorithm to use
 

Method Detail

setMatcher

public void setMatcher(IMatcher matcher)
Sets the categorisation algorithm to use

Parameters:
matcher - the matcher algorithm

process

public java.util.List process(java.lang.Object refValue)
Attempt to categoriser the exception (reference value) object. The processor with retrieve its own query template instances

Parameters:
refValue - an object that contained reference values
Returns:
a list collection of possible matches


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.