Cambridge SMT System
|
Full single-threaded Alignment lattices to Sparse lattices. More...
#include <main-run.rules2weights.hpp>
Public Member Functions | |
SingleThreadededRulesToWeightsSparseLatsTask (const ucam::util::RegistryPO &rg) | |
bool | run (Data &d) |
bool | operator() () |
Public Member Functions inherited from ucam::util::TaskInterface< RuleIdsToSparseWeightLatsData<> > | |
TaskInterface () | |
Constructor. More... | |
virtual bool | run (RuleIdsToSparseWeightLatsData<> &d)=0 |
virtual | ~TaskInterface () |
bool | chainrun (RuleIdsToSparseWeightLatsData<> &d) |
Implements chain of responsability. Calls run method and, if there is another task, call its run method too. More... | |
bool | operator() (RuleIdsToSparseWeightLatsData<> &d) |
TaskInterface & | operator() (TaskInterface *t) |
TaskInterface & | appendTask (TaskInterface *t) |
Appends a task class. If there is no task, append here, otherwise delegate in next task. More... | |
TaskInterface * | getTask () |
Return appended task. More... | |
TaskInterface * | next () |
Full single-threaded Alignment lattices to Sparse lattices.
Definition at line 84 of file main-run.rules2weights.hpp.
|
inline |
Definition at line 89 of file main-run.rules2weights.hpp.
|
inline |
Definition at line 155 of file main-run.rules2weights.hpp.
|
inline |