Uses of Enum Class
ca.phon.stresspattern.StressMatcherType
-
Uses of StressMatcherType in ca.phon.stresspattern
Modifier and TypeMethodDescriptionstatic StressMatcherType
StressMatcherType.matcherFromImage
(char img, boolean ignoreCase) static StressMatcherType
Returns the enum constant of this class with the specified name.static StressMatcherType[]
StressMatcherType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic List<StressMatcherType>
StressMatcherType.toStressMatcherList
(String stressPattern) Modifier and TypeMethodDescriptionstatic char
StressMatcherType.getImage
(StressMatcherType st) boolean
StressMatcherType.matches
(StressMatcherType stType) Modifier and TypeMethodDescriptionStressPattern.count
(List<StressMatcherType> stTypes) StressPattern.findRanges
(List<StressMatcherType> stTypes) boolean
StressPattern.findWithin
(List<StressMatcherType> stTypes) boolean
StressPattern.matches
(List<StressMatcherType> stTypes) ModifierConstructorDescriptionprotected
StressPattern
(SimpleFSA<StressMatcherType> fsa, String matcherString) Hidden constructor. -
Uses of StressMatcherType in ca.phon.stresspattern.fsa
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
StressMatcherTransition.setMatchType
(StressMatcherType matchType) Modifier and TypeMethodDescriptionboolean
StressMatcherTransition.follow
(FSAState<StressMatcherType> currentState)