edu.illinois.ncsa.versus.adapter
Interface HasText

All Superinterfaces:
Adapter

public interface HasText
extends Adapter

Anything that has text.

Author:
Luigi Marini

Method Summary
 java.util.List<java.lang.String> getWords()
          Get the list of words in the document.
 
Methods inherited from interface edu.illinois.ncsa.versus.adapter.Adapter
getName
 

Method Detail

getWords

java.util.List<java.lang.String> getWords()
Get the list of words in the document.

Returns:
array of words