Uses of Enum Class
ca.phon.syllable.SyllableStress
Packages that use SyllableStress
Package
Description
Classes implementing the phonex language.
-
Uses of SyllableStress in ca.phon.phonex
Methods in ca.phon.phonex that return SyllableStress -
Uses of SyllableStress in ca.phon.syllable
Methods 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.