Uses of Enum Class
ca.phon.stresspattern.StressMatcherType
Packages that use StressMatcherType
-
Uses of StressMatcherType in ca.phon.stresspattern
Methods in ca.phon.stresspattern that return StressMatcherTypeModifier 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.Methods in ca.phon.stresspattern that return types with arguments of type StressMatcherTypeModifier and TypeMethodDescriptionstatic List<StressMatcherType>
StressMatcherType.toStressMatcherList
(String stressPattern) Methods in ca.phon.stresspattern with parameters of type StressMatcherTypeModifier and TypeMethodDescriptionstatic char
StressMatcherType.getImage
(StressMatcherType st) boolean
StressMatcherType.matches
(StressMatcherType stType) Method parameters in ca.phon.stresspattern with type arguments of type StressMatcherTypeModifier and TypeMethodDescriptionStressPattern.count
(List<StressMatcherType> stTypes) StressPattern.findRanges
(List<StressMatcherType> stTypes) boolean
StressPattern.findWithin
(List<StressMatcherType> stTypes) boolean
StressPattern.matches
(List<StressMatcherType> stTypes) Constructor parameters in ca.phon.stresspattern with type arguments of type StressMatcherTypeModifierConstructorDescriptionprotected
StressPattern
(SimpleFSA<StressMatcherType> fsa, String matcherString) Hidden constructor. -
Uses of StressMatcherType in ca.phon.stresspattern.fsa
Methods in ca.phon.stresspattern.fsa that return StressMatcherTypeMethods in ca.phon.stresspattern.fsa that return types with arguments of type StressMatcherTypeModifier and TypeMethodDescriptionMethods in ca.phon.stresspattern.fsa with parameters of type StressMatcherTypeModifier and TypeMethodDescriptionvoid
StressMatcherTransition.setMatchType
(StressMatcherType matchType) Method parameters in ca.phon.stresspattern.fsa with type arguments of type StressMatcherTypeModifier and TypeMethodDescriptionboolean
StressMatcherTransition.follow
(FSAState<StressMatcherType> currentState) Constructors in ca.phon.stresspattern.fsa with parameters of type StressMatcherType