#include <Forest.h>

Public Member Functions | |
| Vertex (const PVertex &v) | |
| ~Vertex () | |
Public Attributes | |
| PVertex | pvertex |
| std::vector< Hyperedge * > | incoming |
Definition at line 25 of file Forest.h.
| Moses::Syntax::F2S::Forest::Vertex::Vertex | ( | const PVertex & | v | ) | [inline] |
| Moses::Syntax::F2S::Forest::Vertex::~Vertex | ( | ) |
| std::vector<Hyperedge *> Moses::Syntax::F2S::Forest::Vertex::incoming |
Definition at line 29 of file Forest.h.
Referenced by Moses::Syntax::F2S::Manager< RuleMatcher >::Decode(), and ~Vertex().
Definition at line 28 of file Forest.h.
Referenced by Moses::Syntax::F2S::Manager< RuleMatcher >::Decode(), Moses::Syntax::F2S::RuleMatcherHyperTree< Callback >::EnumerateHyperedges(), and Moses::Syntax::F2S::Manager< RuleMatcher >::GetBestSHyperedge().
1.5.9