#include <AlignmentConstraint.h>
Public Member Functions | |
| AlignmentConstraint () | |
| AlignmentConstraint (int min, int max) | |
| void | Update (int point) |
| bool | IsSet () const |
| int | GetMin () const |
| int | GetMax () const |
Definition at line 9 of file AlignmentConstraint.h.
| Moses::AlignmentConstraint::AlignmentConstraint | ( | ) | [inline] |
Definition at line 12 of file AlignmentConstraint.h.
| Moses::AlignmentConstraint::AlignmentConstraint | ( | int | min, | |
| int | max | |||
| ) | [inline] |
Definition at line 14 of file AlignmentConstraint.h.
| int Moses::AlignmentConstraint::GetMax | ( | ) | const [inline] |
Definition at line 32 of file AlignmentConstraint.h.
| int Moses::AlignmentConstraint::GetMin | ( | ) | const [inline] |
Definition at line 28 of file AlignmentConstraint.h.
| bool Moses::AlignmentConstraint::IsSet | ( | ) | const [inline] |
Definition at line 24 of file AlignmentConstraint.h.
| void Moses::AlignmentConstraint::Update | ( | int | point | ) | [inline] |
We are aligned to point => our min cannot be larger, our max cannot be smaller.
Definition at line 19 of file AlignmentConstraint.h.
1.5.9