#include <Rule.h>
Public Member Functions | |
| Symbol (const std::string &v, SymbolType t) | |
| const std::string & | GetValue () const |
| SymbolType | GetType () const |
Definition at line 21 of file Rule.h.
| MosesTraining::Syntax::GHKM::Symbol::Symbol | ( | const std::string & | v, | |
| SymbolType | t | |||
| ) | [inline] |
| SymbolType MosesTraining::Syntax::GHKM::Symbol::GetType | ( | ) | const [inline] |
Definition at line 29 of file Rule.h.
Referenced by MosesTraining::Syntax::GHKM::StsgRuleWriter::Write().

| const std::string& MosesTraining::Syntax::GHKM::Symbol::GetValue | ( | ) | const [inline] |
Definition at line 26 of file Rule.h.
Referenced by MosesTraining::Syntax::GHKM::StsgRuleWriter::Write().

1.5.9