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 TypeClassDescriptionclass
class
Transition for matching beginning of tape input.class
class
Transition for matching end of tape input.class
Used to detect syllable boundaries.class
Transition for matching word boundaries.Methods in ca.phon.phonex with parameters of type PhonexTransitionModifier and TypeMethodDescriptionvoid
PhonexFSA.appendTransition
(PhonexTransition trans) Append the given transition to the machine.void
PhonexFSA.appendTransition
(PhonexTransition trans, Quantifier quantifier) void
PhonexFSA.makeBounded
(int xbound, int ybound, PhonexTransition transition) -
Uses of PhonexTransition in ca.phon.syllable.phonex
Subclasses of PhonexTransition in ca.phon.syllable.phonexModifier and TypeClassDescriptionclass
A transition which will match a full syllable unit or the remainder of a syllable.