Public Member Functions | |
| WQuestion (const WQuestion &s) | |
| WQuestion (int fp, wn_oper o, EST_Val a) | |
| void | set_fp (const int &fp) |
| void | set_oper (const wn_oper &o) |
| void | set_operand1 (const EST_Val &a) |
| void | set_yes (const int &y) |
| void | set_no (const int &n) |
| int | get_yes (void) const |
| int | get_no (void) const |
| const int | get_fp (void) const |
| const wn_oper | get_op (void) const |
| const EST_Val | get_operand1 (void) const |
| const EST_IList & | get_operandl (void) const |
| const float | get_score (void) const |
| void | set_score (const float &f) |
| const int | ask (const WVector &w) const |
Friends | |
| ostream & | operator<< (ostream &s, const WQuestion &q) |
Definition at line 106 of file EST_Wagon.h.
|
inline |
Definition at line 116 of file EST_Wagon.h.
Definition at line 117 of file EST_Wagon.h.
|
inline |
Definition at line 121 of file EST_Wagon.h.
|
inline |
Definition at line 122 of file EST_Wagon.h.
Definition at line 124 of file EST_Wagon.h.
Definition at line 125 of file EST_Wagon.h.
Definition at line 126 of file EST_Wagon.h.
Definition at line 127 of file EST_Wagon.h.
Definition at line 128 of file EST_Wagon.h.
|
inline |
Definition at line 129 of file EST_Wagon.h.
|
inline |
Definition at line 130 of file EST_Wagon.h.
Definition at line 131 of file EST_Wagon.h.
Definition at line 132 of file EST_Wagon.h.
Definition at line 133 of file EST_Wagon.h.
Definition at line 134 of file EST_Wagon.h.
Definition at line 135 of file EST_Wagon.h.
Definition at line 136 of file EST_Wagon.h.
Definition at line 261 of file wagon_aux.cc.
Definition at line 303 of file wagon_aux.cc.