Class Rule.PhonemeList

  • All Implemented Interfaces:
    Rule.PhonemeExpr
    Enclosing class:
    Rule

    public static final class Rule.PhonemeList
    extends java.lang.Object
    implements Rule.PhonemeExpr
    A list of phonemes.
    • Constructor Summary

      Constructors 
      Constructor Description
      PhonemeList​(java.util.List<Rule.Phoneme> phonemes)
      Constructs a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Rule.Phoneme> getPhonemes()
      Gets an iteration of phonemes.
      int size()
      Gets the expression size in phonemes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • phonemeList

        private final java.util.List<Rule.Phoneme> phonemeList
    • Constructor Detail

      • PhonemeList

        public PhonemeList​(java.util.List<Rule.Phoneme> phonemes)
        Constructs a new instance.
        Parameters:
        phonemes - the phoneme list.