Uses of Class
ca.phon.fsa.FSATransition
Package
Description
Classes implementing the phonex language.
-
Uses of FSATransition in ca.phon.cvseq.fsa
-
Uses of FSATransition in ca.phon.fsa
Modifier and TypeClassDescriptionclass
Always returnstrue
, this special transition gets lowest priority (if it exists) when then FSA runs so that other transitions may match first.Modifier and TypeMethodDescriptionprotected FSATransition<T>
This method is called when the machine fails before end of input during delta.This method chooses which state the machine should move to given a machine state.SimpleFSADebugContext.step()
Step and return the transition followedModifier and TypeMethodDescriptionSimpleFSADebugContext.getCachedTransitions()
SimpleFSA.getTransitions()
SimpleFSADebugContext.getTransitions()
SimpleFSA.getTransitionsForState
(String state) Get the transitions for a paticular stateSimpleFSA.getTransitionsToState
(String state) Get the transitions for a paticular stateModifier and TypeMethodDescriptionvoid
SimpleFSA.addTransition
(FSATransition<T> transition) Add a new transitionstatic void
FSATransition.copyTransitionInfo
(FSATransition<?> src, FSATransition<?> dest) Copy information from only transition into anothervoid
SimpleFSA.removeTransition
(FSATransition<T> transition) Remove a transitionstatic void
FSATransition.setupTransition
(FSATransition<?> transition, String firstState, String toState, String image, TransitionType type, OffsetType offsetType, Collection<Integer> startGroups, Collection<Integer> matcherGroups) Setup transition with given information -
Uses of FSATransition in ca.phon.phonex
Modifier and TypeClassDescriptionclass
class
Transition for matching beginning of tape input.class
class
Transition for matching end of tape input.class
Transitions usingPhoneMatcher
s.class
Used to detect syllable boundaries.class
Transition for matching word boundaries. -
Uses of FSATransition in ca.phon.stresspattern.fsa
-
Uses of FSATransition in ca.phon.syllable.phonex
Modifier and TypeClassDescriptionclass
A transition which will match a full syllable unit or the remainder of a syllable.