Package eu.clarin.weblicht.wlfxb.tc.xb
Class PhoneticsSegmentStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.PhoneticsSegmentStored
-
- All Implemented Interfaces:
ExtraAttributes,PhoneticsSegment
public class PhoneticsSegmentStored extends Object implements PhoneticsSegment
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedHashMap<QName,String>extraAttributesprotected List<PronunciationStored>pronsprotected StringtokRefstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description PhoneticsSegmentStored()
-
Method Summary
Modifier and Type Method Description LinkedHashMap<String,String>getExtraAttributes()Pronunciation[]getPronunciations()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
-
tokRef
protected String tokRef
-
prons
protected List<PronunciationStored> prons
-
extraAttributes
protected LinkedHashMap<QName,String> extraAttributes
-
-
Method Detail
-
getPronunciations
public Pronunciation[] getPronunciations()
- Specified by:
getPronunciationsin interfacePhoneticsSegment
-
getExtraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
- Specified by:
getExtraAttributesin interfaceExtraAttributes
-
-