Uses of Enum Class
ca.phon.syllable.SyllableStress
Package
Description
Classes implementing the phonex language.
-
Uses of SyllableStress in ca.phon.phonex
-
Uses of SyllableStress in ca.phon.syllable
Modifier 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.Modifier and TypeMethodDescriptionvoid
SyllabificationInfo.setStress
(SyllableStress stress) Set the stress of the parent syllable -
Uses of SyllableStress in ca.phon.syllable.phonex
Modifier and TypeMethodDescriptionvoid
StressMatcher.addType
(SyllableStress type) Add the given stress type to the list of allowed types.