Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::lang::ODNode Class Reference

#include <QuerySpec.hpp>

Inheritance diagram for indri::lang::ODNode:

indri::lang::RawExtentNode indri::lang::Node List of all members.

Public Member Functions

 ODNode (int windowSize, std::vector< RawExtentNode * > &children)
 ODNode ()
 ODNode (Unpacker &unpacker)
std::string typeName () const
std::string queryText () const
UINT64 hashCode () 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)
Nodecopy (Copier &copier)

Private Attributes

int _windowSize
std::vector< RawExtentNode * > _children

Constructor & Destructor Documentation

indri::lang::ODNode::ODNode int  windowSize,
std::vector< RawExtentNode * > &  children
[inline]
 

indri::lang::ODNode::ODNode  )  [inline]
 

indri::lang::ODNode::ODNode Unpacker unpacker  )  [inline]
 


Member Function Documentation

void indri::lang::ODNode::addChild RawExtentNode node  )  [inline]
 

Node* indri::lang::ODNode::copy Copier copier  )  [inline, virtual]
 

Implements indri::lang::Node.

const std::vector<RawExtentNode*>& indri::lang::ODNode::getChildren  )  const [inline]
 

int indri::lang::ODNode::getWindowSize  )  const [inline]
 

UINT64 indri::lang::ODNode::hashCode  )  const [inline, virtual]
 

Implements indri::lang::Node.

bool indri::lang::ODNode::operator== Node node  )  [inline, virtual]
 

Reimplemented from indri::lang::Node.

void indri::lang::ODNode::pack Packer packer  )  [inline, virtual]
 

Implements indri::lang::Node.

std::string indri::lang::ODNode::queryText  )  const [inline, virtual]
 

Implements indri::lang::Node.

void indri::lang::ODNode::setWindowSize const std::string &  windowSize  )  [inline]
 

void indri::lang::ODNode::setWindowSize int  windowSize  )  [inline]
 

std::string indri::lang::ODNode::typeName  )  const [inline, virtual]
 

Reimplemented from indri::lang::Node.

void indri::lang::ODNode::walk Walker walker  )  [inline, virtual]
 

Implements indri::lang::Node.


Member Data Documentation

std::vector<RawExtentNode*> indri::lang::ODNode::_children [private]
 

int indri::lang::ODNode::_windowSize [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:02 2010 for Lemur by doxygen 1.3.4