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

indri::infnet::FieldWildcardNode Class Reference

#include <FieldWildcardNode.hpp>

Inheritance diagram for indri::infnet::FieldWildcardNode:

indri::infnet::ListIteratorNode indri::infnet::InferenceNetworkNode List of all members.

Public Member Functions

 FieldWildcardNode (const std::string &name)
 ~FieldWildcardNode ()
void prepare (lemur::api::DOCID_T documentID)
 sets up as much as we can with just the document ID

const indri::utility::greedy_vector<
indri::index::Extent > & 
extents ()
 returns a list of intervals describing positions of children

lemur::api::DOCID_T nextCandidateDocument ()
const std::string & getName () const
void annotate (class Annotator &annotator, lemur::api::DOCID_T documentID, indri::index::Extent &extent)
 annotate any results from this node from position begin to position end

void indexChanged (indri::index::Index &index)

Private Attributes

indri::utility::greedy_vector<
indri::index::Extent
_extents
std::string _name
indri::index::Index_index
lemur::api::DOCID_T _nextDocument
indri::index::TermListFileIterator_docIter
int _docIterID

Constructor & Destructor Documentation

indri::infnet::FieldWildcardNode::FieldWildcardNode const std::string &  name  ) 
 

indri::infnet::FieldWildcardNode::~FieldWildcardNode  ) 
 


Member Function Documentation

void indri::infnet::FieldWildcardNode::annotate class Annotator annotator,
lemur::api::DOCID_T  documentID,
indri::index::Extent extent
[virtual]
 

annotate any results from this node from position begin to position end

Implements indri::infnet::ListIteratorNode.

const indri::utility::greedy_vector< indri::index::Extent > & indri::infnet::FieldWildcardNode::extents  )  [virtual]
 

returns a list of intervals describing positions of children

Implements indri::infnet::ListIteratorNode.

const std::string & indri::infnet::FieldWildcardNode::getName  )  const [virtual]
 

Implements indri::infnet::InferenceNetworkNode.

void indri::infnet::FieldWildcardNode::indexChanged indri::index::Index index  )  [virtual]
 

Implements indri::infnet::InferenceNetworkNode.

lemur::api::DOCID_T indri::infnet::FieldWildcardNode::nextCandidateDocument  )  [virtual]
 

Implements indri::infnet::InferenceNetworkNode.

void indri::infnet::FieldWildcardNode::prepare lemur::api::DOCID_T  documentID  )  [virtual]
 

sets up as much as we can with just the document ID

Implements indri::infnet::ListIteratorNode.


Member Data Documentation

indri::index::TermListFileIterator* indri::infnet::FieldWildcardNode::_docIter [private]
 

int indri::infnet::FieldWildcardNode::_docIterID [private]
 

indri::utility::greedy_vector<indri::index::Extent> indri::infnet::FieldWildcardNode::_extents [private]
 

indri::index::Index* indri::infnet::FieldWildcardNode::_index [private]
 

std::string indri::infnet::FieldWildcardNode::_name [private]
 

lemur::api::DOCID_T indri::infnet::FieldWildcardNode::_nextDocument [private]
 


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