Package eu.clarin.weblicht.wlfxb.tc.xb
Class PronunciationStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.PronunciationStored
-
- All Implemented Interfaces:
ExtraAttributes,Pronunciation
public class PronunciationStored extends Object implements Pronunciation
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected List<PronunciationStored>childrenprotected Stringcpprotected LinkedHashMap<QName,String>extraAttributesprotected Floatoffsetprotected Floatonsetprotected Stringrpprotected PronunciationTypetypestatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description PronunciationStored()
-
Method Summary
Modifier and Type Method Description StringgetCanonical()Pronunciation[]getChildren()LinkedHashMap<String,String>getExtraAttributes()FloatgetOffsetInSeconds()FloatgetOnsetInSeconds()StringgetRealized()PronunciationTypegetType()booleanhasChildren()booleanhasOnOffsets()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
retrieveAttributes
-
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
type
protected PronunciationType type
-
onset
protected Float onset
-
offset
protected Float offset
-
cp
protected String cp
-
rp
protected String rp
-
children
protected List<PronunciationStored> children
-
extraAttributes
protected LinkedHashMap<QName,String> extraAttributes
-
-
Method Detail
-
getType
public PronunciationType getType()
- Specified by:
getTypein interfacePronunciation
-
getCanonical
public String getCanonical()
- Specified by:
getCanonicalin interfacePronunciation
-
getRealized
public String getRealized()
- Specified by:
getRealizedin interfacePronunciation
-
getOnsetInSeconds
public Float getOnsetInSeconds()
- Specified by:
getOnsetInSecondsin interfacePronunciation
-
getOffsetInSeconds
public Float getOffsetInSeconds()
- Specified by:
getOffsetInSecondsin interfacePronunciation
-
hasChildren
public boolean hasChildren()
- Specified by:
hasChildrenin interfacePronunciation
-
hasOnOffsets
public boolean hasOnOffsets()
- Specified by:
hasOnOffsetsin interfacePronunciation
-
getChildren
public Pronunciation[] getChildren()
- Specified by:
getChildrenin interfacePronunciation
-
getExtraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
- Specified by:
getExtraAttributesin interfaceExtraAttributes
-
-