#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::ODNode:
Public Methods | |
ODNode (int windowSize, std::vector< RawExtentNode * > &children) | |
ODNode () | |
ODNode (Unpacker &unpacker) | |
std::string | typeName () const |
std::string | queryText () const |
const std::vector< RawExtentNode * > & | getChildren () const |
void | setWindowSize (int windowSize) |
void | setWindowSize (const std::string &windowSize) |
int | getWindowSize () const |
void | addChild (RawExtentNode *node) |
bool | operator== (Node &node) |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
Node * | copy (Copier &copier) |
|
|
|
|
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |