|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.ephyra.querygeneration.generators.QueryGenerator
public abstract class QueryGenerator
A QueryGenerator creates one or more Query
objects from an analyzed question.
This class is abstract.
| Constructor Summary | |
|---|---|
QueryGenerator()
|
|
| Method Summary | |
|---|---|
abstract Query[] |
generateQueries(AnalyzedQuestion aq)
Generates one or more Query objects from an analyzed
question. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryGenerator()
| Method Detail |
|---|
public abstract Query[] generateQueries(AnalyzedQuestion aq)
Query objects from an analyzed
question.
aq - analyzed question
Query objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||