#include <Factory.h>
Public Member Functions | |
| PhrasePropertyFactory () | |
| ~PhrasePropertyFactory () | |
| boost::shared_ptr< PhraseProperty > | ProduceProperty (const std::string &key, const std::string &value) const |
| void | PrintPP () const |
Definition at line 14 of file Factory.h.
| Moses::PhrasePropertyFactory::PhrasePropertyFactory | ( | ) |
| Moses::PhrasePropertyFactory::~PhrasePropertyFactory | ( | ) |
Definition at line 72 of file Factory.cpp.
| void Moses::PhrasePropertyFactory::PrintPP | ( | ) | const |
Definition at line 94 of file Factory.cpp.
| boost::shared_ptr< PhraseProperty > Moses::PhrasePropertyFactory::ProduceProperty | ( | const std::string & | key, | |
| const std::string & | value | |||
| ) | const |
Definition at line 87 of file Factory.cpp.
References UTIL_THROW_IF.
Referenced by Moses::TargetPhrase::SetProperty().

1.5.9