#include <constraint_grammar.h>
Inheritance diagram for ruleCG:
Public Member Functions | |
ruleCG () | |
Constructors of the subclass rule. | |
void | set_head (const string &) |
set rule head. | |
void | set_weight (double) |
set rule compatibility. | |
string | get_head () const |
get rule head. | |
double | get_weight () const |
set rule compatibility. | |
Protected Attributes | |
double | weight |
compatibility value | |
string | head |
Head of the rule. |
|
Constructors of the subclass rule.
|
|
get rule head.
|
|
set rule compatibility.
|
|
set rule head.
|
|
set rule compatibility.
|
|
Head of the rule.
|
|
compatibility value
|