textmaven.application.analyzer.extractor
Interface IExclusionList

All Known Implementing Classes:
CompositeExclusionList, ExclusionListFile

public interface IExclusionList

Encapsulates a list of words which should not be considered while analyzing the text.

Version:
1.0
Author:
Thomas Krebs

Method Summary
 boolean containsWord(java.lang.String word)
          Checks whether a given word is contained in the exclusion list.
 java.lang.String getId()
          Gets id of exclusion list
 void setId(java.lang.String id)
          Sets the identification for the list
 

Method Detail

containsWord

public boolean containsWord(java.lang.String word)
Checks whether a given word is contained in the exclusion list.

Parameters:
word -
Returns:
boolean true if word was found, else false.

setId

public void setId(java.lang.String id)
Sets the identification for the list

Parameters:
id -

getId

public java.lang.String getId()
Gets id of exclusion list

Returns:
id


Copyright © 2002-2005 Sourceforge. All Rights Reserved.