Uses of Enum Class
ca.phon.syllable.SyllableStress
Packages that use SyllableStress
-
Uses of SyllableStress in ca.phon.ipa
Methods in ca.phon.ipa that return SyllableStressModifier and TypeMethodDescriptionPhone.getStress()
Get this Phone's stress (applied when calling the syllables() function in IPATranscript after syllabification) -
Uses of SyllableStress in ca.phon.syllable
Subclasses with type arguments of type SyllableStress in ca.phon.syllableMethods in ca.phon.syllable that return SyllableStressModifier and TypeMethodDescriptionstatic SyllableStress
SyllableStress.fromString
(String text) SyllabificationInfo.getStress()
Stress of the parent syllable.static SyllableStress
Returns the enum constant of this class with the specified name.static SyllableStress[]
SyllableStress.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.syllable with parameters of type SyllableStressModifier and TypeMethodDescriptionvoid
SyllabificationInfo.setStress
(SyllableStress stress) Set the stress of the parent syllable -
Uses of SyllableStress in ca.phon.syllable.phonex
Methods in ca.phon.syllable.phonex with parameters of type SyllableStressModifier and TypeMethodDescriptionvoid
StressMatcher.addType
(SyllableStress type) Add the given stress type to the list of allowed types.