#include <ChartCell.h>


Public Member Functions | |
| ChartCellBase (size_t startPos, size_t endPos) | |
| virtual | ~ChartCellBase () |
| const ChartCellLabelSet & | GetTargetLabelSet () const |
| ChartCellLabelSet & | MutableTargetLabelSet () |
| const Range & | GetCoverage () const |
Protected Attributes | |
| const Range | m_coverage |
| ChartCellLabelSet | m_targetLabelSet |
Definition at line 48 of file ChartCell.h.
| Moses::ChartCellBase::ChartCellBase | ( | size_t | startPos, | |
| size_t | endPos | |||
| ) |
Definition at line 40 of file ChartCell.cpp.
| Moses::ChartCellBase::~ChartCellBase | ( | ) | [virtual] |
Definition at line 44 of file ChartCell.cpp.
| const Range& Moses::ChartCellBase::GetCoverage | ( | ) | const [inline] |
| const ChartCellLabelSet& Moses::ChartCellBase::GetTargetLabelSet | ( | ) | const [inline] |
Definition at line 55 of file ChartCell.h.
References m_targetLabelSet.
Referenced by Moses::ChartRuleLookupManager::GetTargetLabelSet().

| ChartCellLabelSet& Moses::ChartCellBase::MutableTargetLabelSet | ( | ) | [inline] |
const Range Moses::ChartCellBase::m_coverage [protected] |
Definition at line 69 of file ChartCell.h.
Referenced by GetTargetLabelSet(), MutableTargetLabelSet(), and Moses::ChartCell::SortHypotheses().
1.5.9