public class PronunciationStored extends Object implements Pronunciation
| Modifier and Type | Field and Description |
|---|---|
protected List<PronunciationStored> |
children |
protected String |
cp |
protected Float |
offset |
protected Float |
onset |
protected String |
rp |
protected PronunciationType |
type |
static String |
XML_NAME |
| Constructor and Description |
|---|
PronunciationStored() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonical() |
Pronunciation[] |
getChildren() |
Float |
getOffsetInSeconds() |
Float |
getOnsetInSeconds() |
String |
getRealized() |
PronunciationType |
getType() |
boolean |
hasChildren() |
boolean |
hasOnOffsets() |
String |
toString() |
public static final String XML_NAME
protected PronunciationType type
protected Float onset
protected Float offset
protected String cp
protected String rp
protected List<PronunciationStored> children
public PronunciationType getType()
getType in interface Pronunciationpublic String getCanonical()
getCanonical in interface Pronunciationpublic String getRealized()
getRealized in interface Pronunciationpublic Float getOnsetInSeconds()
getOnsetInSeconds in interface Pronunciationpublic Float getOffsetInSeconds()
getOffsetInSeconds in interface Pronunciationpublic boolean hasChildren()
hasChildren in interface Pronunciationpublic boolean hasOnOffsets()
hasOnOffsets in interface Pronunciationpublic Pronunciation[] getChildren()
getChildren in interface PronunciationCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.