- All Superinterfaces:
- java.lang.Iterable<WeightedHyphenationPoint>
- All Known Implementing Classes:
- WeightedHyphenationEntry
public interface WeightedHyphenationRule
extends java.lang.Iterable<WeightedHyphenationPoint>
A weighted hyphenation rule applies for a particular word
and consists of a sequence of weighted hyphenation points.
The sequence is ordered with ascending hyphenation positions.
If the word is of length n, possible hyphenation
positions range from 0 to n. There is at maxium
one hyphenation point given for a hyphenation position.