hmi.tts
Class PhonologicalPeak

java.lang.Object
  extended by hmi.tts.PhonologicalPeak

@Immutable
public final class PhonologicalPeak
extends Object

Defines the phonological peak of a word

Author:
welberge

Field Summary
private  int offset
           
private  Phoneme phoneme
           
 
Constructor Summary
PhonologicalPeak(Phoneme phoneme, int offset)
           
 
Method Summary
 int getOffset()
           
 Phoneme getPhoneme()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phoneme

private final Phoneme phoneme

offset

private final int offset
Constructor Detail

PhonologicalPeak

public PhonologicalPeak(Phoneme phoneme,
                        int offset)
Method Detail

getPhoneme

public Phoneme getPhoneme()

getOffset

public int getOffset()