Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

UnorderedWindowNode Class Reference

#include <UnorderedWindowNode.hpp>

Inheritance diagram for UnorderedWindowNode:

ListIteratorNode InferenceNetworkNode List of all members.

Public Methods

 UnorderedWindowNode (const std::string &name, std::vector< ListIteratorNode * > &children)
 UnorderedWindowNode (const std::string &name, std::vector< ListIteratorNode * > &children, int windowSize)
int nextCandidateDocument ()
void prepare (int documentID)
 sets up as much as we can with just the document ID

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

const std::string & getName () const
void annotate (Annotator &annotator, int documentID, int begin, int end)
 annotate any results from this node from position begin to position end


Constructor & Destructor Documentation

UnorderedWindowNode::UnorderedWindowNode const std::string &    name,
std::vector< ListIteratorNode * > &    children
 

UnorderedWindowNode::UnorderedWindowNode const std::string &    name,
std::vector< ListIteratorNode * > &    children,
int    windowSize
 


Member Function Documentation

void UnorderedWindowNode::annotate Annotator   annotator,
int    documentID,
int    begin,
int    end
[virtual]
 

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

Implements ListIteratorNode.

const greedy_vector< Extent > & UnorderedWindowNode::extents   [virtual]
 

returns a list of intervals describing positions of children

Implements ListIteratorNode.

const std::string & UnorderedWindowNode::getName   [virtual]
 

Implements InferenceNetworkNode.

int UnorderedWindowNode::nextCandidateDocument   [virtual]
 

Implements InferenceNetworkNode.

void UnorderedWindowNode::prepare int    documentID [virtual]
 

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

Implements ListIteratorNode.


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 13:00:01 2004 for Lemur Toolkit by doxygen1.2.18