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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets an iteration of phonemes.intsize()Gets the expression size in phonemes.
- 
Constructor Details- 
PhonemeListConstructs a new instance.- Parameters:
- phonemes- the phoneme list.
 
 
- 
- 
Method Details- 
getPhonemesDescription copied from interface:Rule.PhonemeExprGets an iteration of phonemes.- Specified by:
- getPhonemesin interface- Rule.PhonemeExpr
- Returns:
- an iteration of phonemes.
 
- 
sizeDescription copied from interface:Rule.PhonemeExprGets the expression size in phonemes.- Specified by:
- sizein interface- Rule.PhonemeExpr
- Returns:
- the expression size in phonemes.
 
 
-