com.aliasi.corpus
Interface StringArrayHandler

All Superinterfaces:
Handler, ObjectHandler<String>

public interface StringArrayHandler
extends ObjectHandler<String>

The StringArrayHandler interface supplies a single method taking an array of strings as an argument.

Since:
LingPipe2.2
Version:
3.3
Author:
Bob Carpenter

Method Summary
 void handle(String[] xs)
          Handle the specified array of strings.
 
Methods inherited from interface com.aliasi.corpus.ObjectHandler
handle
 

Method Detail

handle

void handle(String[] xs)
Handle the specified array of strings.

Parameters:
xs - Array of strings to handle.