eu.clarin.weblicht.wlfxb.tc.xb
Class PronunciationStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.PronunciationStored
All Implemented Interfaces:
Pronunciation

public class PronunciationStored
extends Object
implements Pronunciation

Author:
Yana Panchenko

Field Summary
protected  List<PronunciationStored> children
           
protected  String cp
           
protected  Float offset
           
protected  Float onset
           
protected  String rp
           
protected  PronunciationType type
           
static String XML_NAME
           
 
Constructor Summary
PronunciationStored()
           
 
Method Summary
 String getCanonical()
           
 Pronunciation[] getChildren()
           
 Float getOffsetInSeconds()
           
 Float getOnsetInSeconds()
           
 String getRealized()
           
 PronunciationType getType()
           
 boolean hasChildren()
           
 boolean hasOnOffsets()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

PronunciationStored

public PronunciationStored()
Method Detail

getType

public PronunciationType getType()
Specified by:
getType in interface Pronunciation

getCanonical

public String getCanonical()
Specified by:
getCanonical in interface Pronunciation

getRealized

public String getRealized()
Specified by:
getRealized in interface Pronunciation

getOnsetInSeconds

public Float getOnsetInSeconds()
Specified by:
getOnsetInSeconds in interface Pronunciation

getOffsetInSeconds

public Float getOffsetInSeconds()
Specified by:
getOffsetInSeconds in interface Pronunciation

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface Pronunciation

hasOnOffsets

public boolean hasOnOffsets()
Specified by:
hasOnOffsets in interface Pronunciation

getChildren

public Pronunciation[] getChildren()
Specified by:
getChildren in interface Pronunciation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.