Class Pause
java.lang.Object
ca.phon.ipa.IPAElement
ca.phon.ipa.Pause
- All Implemented Interfaces:
IExtendable,Visitable<IPAElement>
Represents a pause in an IPA transcription between words. These
can be simple pauses, long pauses, very long pauses, or numeric
pauses (in seconds). The syntax for these pauses are:
- simple pause: (.)
- long pause: (..)
- very long pause: (...)
- numeric pause: (x.xx)
-
Method Summary
Modifier and TypeMethodDescriptionprotected FeatureSetPrivate method to return the feature set for theIPAElement.floatgetText()Get the text for this phonegetType()text()Methods inherited from class ca.phon.ipa.IPAElement
accept, constituentType, featureSet, getExtension, getExtensions, isDiphthong, overrideFeatureSet, putExtension, removeExtension, segregated, sonority, sonorityDistance, stress, syllableIndex, syllableInfo, tone, toString
-
Method Details
-
getLength
public float getLength() -
getType
-
text
-
_getFeatureSet
Description copied from class:IPAElementPrivate method to return the feature set for theIPAElement.- Specified by:
_getFeatureSetin classIPAElement- Returns:
- the feature set for the implementing type.
-
getText
Description copied from class:IPAElementGet the text for this phone- Specified by:
getTextin classIPAElement- Returns:
- the phone string
-