Class Rule.PhonemeList
java.lang.Object
org.apache.commons.codec.language.bm.Rule.PhonemeList
- All Implemented Interfaces:
Rule.PhonemeExpr
- Enclosing class:
- Rule
A list of phonemes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets an iteration of phonemes.int
size()
Gets the expression size in phonemes.
-
Constructor Details
-
PhonemeList
Constructs a new instance.- Parameters:
phonemes
- the phoneme list.
-
-
Method Details
-
getPhonemes
Description copied from interface:Rule.PhonemeExpr
Gets an iteration of phonemes.- Specified by:
getPhonemes
in interfaceRule.PhonemeExpr
- Returns:
- an iteration of phonemes.
-
size
Description copied from interface:Rule.PhonemeExpr
Gets the expression size in phonemes.- Specified by:
size
in interfaceRule.PhonemeExpr
- Returns:
- the expression size in phonemes.
-