Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

completerRule Class Reference

The class completerRule stores rules used by the completer of parse trees. More...

#include <dep_rules.h>

List of all members.

Public Member Functions

 completerRule ()
 constructors
 completerRule (const string &, const string &)
 Constructor.
 completerRule (const completerRule &)
 Constructor.
completerRuleoperator= (const completerRule &)
 assignment
int operator< (const completerRule &a) const
 Comparison. The more weight the higher priority.

Public Attributes

string chunk
string leftChunk
string newNode
string operation
string dependenceLabel
int weight


Detailed Description

The class completerRule stores rules used by the completer of parse trees.


Constructor & Destructor Documentation

completerRule::completerRule  ) 
 

constructors

completerRule::completerRule const string &  ,
const string & 
 

Constructor.

completerRule::completerRule const completerRule  ) 
 

Constructor.


Member Function Documentation

int completerRule::operator< const completerRule a  )  const
 

Comparison. The more weight the higher priority.

The more weight the higher priority

completerRule & completerRule::operator= const completerRule  ) 
 

assignment


Member Data Documentation

string completerRule::chunk
 

string completerRule::dependenceLabel
 

string completerRule::leftChunk
 

string completerRule::newNode
 

string completerRule::operation
 

int completerRule::weight
 


The documentation for this class was generated from the following files:
Generated on Wed Apr 26 12:57:45 2006 for FreeLing by  doxygen 1.4.4