Uses of Interface
com.languagecomputer.api.query.Answer

Packages that use Answer
com.languagecomputer.api   
com.languagecomputer.api.query   
 

Uses of Answer in com.languagecomputer.api
 

Methods in com.languagecomputer.api that return types with arguments of type Answer
 List<Answer> QAService.answerQuestion(String question)
          Returns an ordered list of Answers to the given natural language question.
 List<Answer> AnswerExtractionServiceWebClient.extractAnswers(Query query, List<QueryResult> queryResults)
          Extracts Answers for the given Query from the given QueryResults.
 List<Answer> AnswerExtractionService.extractAnswers(Query query, List<QueryResult> queryResults)
          Extracts Answers for the given Query from the given QueryResults.
 List<Answer> AnswerFusionServiceWebClient.fuseAnswers(Query query, List<Answer> answers)
          Fuses the given Answers to the given Query into a new list of Answers.
 List<Answer> AnswerFusionService.fuseAnswers(Query query, List<Answer> answers)
          Fuses the given Answers to the given Query into a new list of Answers.
 List<Answer> QuestionAnsweringServiceWebClient.getAnswers(Query query)
          Finds answers to the given Query (optional operation).
 List<Answer> DefaultQuestionAnsweringMetaService.getAnswers(Query query)
          Finds answers to the given Query (optional operation).
 List<Answer> QuestionAnsweringService.getAnswers(Query query)
          Finds answers to the given Query (optional operation).
 List<Answer> QuestionAnsweringServiceWebClient.getAnswers(String question)
          Finds answers to the given question. The QuestionAnsweringWebService does not support this method, so calls are redirected to QuestionAnsweringServiceWebClient.getAnswers(Query).
 List<Answer> DefaultQuestionAnsweringMetaService.getAnswers(String question)
          Finds answers to the given question.
 List<Answer> QuestionAnsweringService.getAnswers(String question)
          Finds answers to the given question.
 

Method parameters in com.languagecomputer.api with type arguments of type Answer
 List<Answer> AnswerFusionServiceWebClient.fuseAnswers(Query query, List<Answer> answers)
          Fuses the given Answers to the given Query into a new list of Answers.
 List<Answer> AnswerFusionService.fuseAnswers(Query query, List<Answer> answers)
          Fuses the given Answers to the given Query into a new list of Answers.
 

Uses of Answer in com.languagecomputer.api.query
 

Classes in com.languagecomputer.api.query that implement Answer
 class DefaultAnswer
          Default implementation of a Answer.
 

Fields in com.languagecomputer.api.query with type parameters of type Answer
static AnnotationType<Answer> Answer.TYPE
           
 

Methods in com.languagecomputer.api.query that return types with arguments of type Answer
 List<Answer> QueryXML.readAnswers(Reader reader)
          Reads the XML into a new List of Answers.
 

Method parameters in com.languagecomputer.api.query with type arguments of type Answer
 void QueryXML.writeAnswers(List<Answer> answers, Writer writer)
          Writes the given Answers to XML in the given Writer.
 



Copyright © 2009. All Rights Reserved.