FreeLing
4.0
|
Auxiliary class to store frame arguments. More...
#include <semgraph.h>
Public Member Functions | |
SG_argument () | |
SG_argument (const std::wstring &r, const std::wstring &e) | |
~SG_argument () | |
std::wstring | get_role () const |
std::wstring | get_entity () const |
Private Attributes | |
std::wstring | role |
std::wstring | entity |
Auxiliary class to store frame arguments.
freeling::semgraph::SG_argument::SG_argument | ( | const std::wstring & | r, |
const std::wstring & | e | ||
) |
std::wstring freeling::semgraph::SG_argument::get_entity | ( | ) | const |
std::wstring freeling::semgraph::SG_argument::get_role | ( | ) | const |
std::wstring freeling::semgraph::SG_argument::entity [private] |
std::wstring freeling::semgraph::SG_argument::role [private] |