org.apache.commons.codec.language.bm
Class Rule.PhonemeList
- java.lang.Object
-
- org.apache.commons.codec.language.bm.Rule.PhonemeList
-
- All Implemented Interfaces:
- Rule.PhonemeExpr
- Enclosing class:
- Rule
public static final class Rule.PhonemeList extends Object implements Rule.PhonemeExpr
-
-
Constructor Summary
Constructors Constructor and Description PhonemeList(List<Rule.Phoneme> phonemes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description List<Rule.Phoneme>
getPhonemes()
-
-
-
Constructor Detail
-
PhonemeList
public PhonemeList(List<Rule.Phoneme> phonemes)
-
-
Method Detail
-
getPhonemes
public List<Rule.Phoneme> getPhonemes()
- Specified by:
-
getPhonemes
in interfaceRule.PhonemeExpr
-
-
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.