Class CompoundPhone
java.lang.Object
ca.phon.ipa.IPAElement
ca.phon.ipa.Phone
ca.phon.ipa.CompoundPhone
- All Implemented Interfaces:
IExtendable
,CombiningDiacritics
,PrefixDiacritics
,SuffixDiacritics
,Visitable<IPAElement>
A compound Phone consists of two phones connected
by a ligature.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FeatureSet
Private method to return the feature set for theIPAElement
.getBase()
Get the base for the compound phoneGet the first phone in this compoundGet the ligature usedGet second phonegetText()
Get the text for this phoneMethods inherited from class ca.phon.ipa.Phone
getBaseFeatures, getBasePhone, getCombining, getCombiningDiacritics, getCombiningFeatures, getLengthDiacritics, getPrefix, getPrefixDiacritics, getPrefixFeatures, getSuffix, getSuffixDiacritics, getSuffixFeatures
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
-
Constructor Details
-
CompoundPhone
public CompoundPhone()
-
-
Method Details
-
getBase
-
getFirstPhone
-
getSecondPhone
-
_getFeatureSet
Description copied from class:IPAElement
Private method to return the feature set for theIPAElement
.- Overrides:
_getFeatureSet
in classPhone
- Returns:
- the feature set for the implementing type.
-
getText
Description copied from class:IPAElement
Get the text for this phone -
getLigature
-