Uses of Class
ca.phon.phonex.PhonexTransition
Packages that use PhonexTransition
Package
Description
Classes implementing the phonex language.
-
Uses of PhonexTransition in ca.phon.phonex
Subclasses of PhonexTransition in ca.phon.phonexModifier and TypeClassDescriptionclassclassTransition for matching beginning of tape input.classclassTransition for matching end of tape input.classTransition for named references in phonex expressions.classUsed to detect syllable boundaries.classTransition for matching word boundaries.Methods in ca.phon.phonex with parameters of type PhonexTransitionModifier and TypeMethodDescriptionvoidPhonexFSA.appendTransition(PhonexTransition trans) Append the given transition to the machine.voidPhonexFSA.appendTransition(PhonexTransition trans, Quantifier quantifier) voidPhonexFSA.makeBounded(int xbound, int ybound, PhonexTransition transition) -
Uses of PhonexTransition in ca.phon.syllable.phonex
Subclasses of PhonexTransition in ca.phon.syllable.phonexModifier and TypeClassDescriptionclassA transition which will match a full syllable unit or the remainder of a syllable.