#include <Manager.h>

Public Member Functions | |
| SearchGraphNode (const Hypothesis *theHypo, const Hypothesis *theRecombinationHypo, int theForward, double theFscore) | |
| bool | operator< (const SearchGraphNode &sgn) const |
Public Attributes | |
| const Hypothesis * | hypo |
| const Hypothesis * | recombinationHypo |
| int | forward |
| double | fscore |
Definition at line 48 of file Manager.h.
| Moses::SearchGraphNode::SearchGraphNode | ( | const Hypothesis * | theHypo, | |
| const Hypothesis * | theRecombinationHypo, | |||
| int | theForward, | |||
| double | theFscore | |||
| ) | [inline] |
| bool Moses::SearchGraphNode::operator< | ( | const SearchGraphNode & | sgn | ) | const [inline] |
Definition at line 61 of file Manager.h.
References Moses::Hypothesis::GetId(), and hypo.

Definition at line 49 of file Manager.h.
Referenced by Moses::SGNReverseCompare::operator()(), operator<(), and Moses::OutputSearchNode().
1.5.9