#include <StructQueryRep.hpp>
Inheritance diagram for StructQueryRep:
Public Methods | |
StructQueryRep (StructQuery &qry, InvFPIndex &dbIndex, double dbelief=0) | |
Parse the text representation into a structured query rep. | |
virtual | ~StructQueryRep () |
virtual QueryNode * | topnode () |
Get the topnode of the query parse tree. | |
virtual void | setTopnode (QueryNode *qn) |
Set the topnode of the query parse tree. |
|
Parse the text representation into a structured query rep.
|
|
|
|
Set the topnode of the query parse tree.
|
|
Get the topnode of the query parse tree.
|