org.intermine.webservice.server.core
Interface ResultRowParser


public interface ResultRowParser

Interface of parser that parses row of results to list of strings.


Method Summary
 java.util.List<java.lang.String> parse(ResultsRow resultsRow)
          Parse result row to list of strings.
 

Method Detail

parse

java.util.List<java.lang.String> parse(ResultsRow resultsRow)
Parse result row to list of strings.

Parameters:
resultsRow - result row
Returns:
list of strings