Uses of Class
ca.phon.fsa.FSATransition
Packages that use FSATransition
Package
Description
Classes implementing the phonex language.
-
Uses of FSATransition in ca.phon.cvseq.fsa
Subclasses of FSATransition in ca.phon.cvseq.fsa -
Uses of FSATransition in ca.phon.fsa
Subclasses of FSATransition in ca.phon.fsaModifier and TypeClassDescriptionclass
Always returnstrue
, this special transition gets lowest priority (if it exists) when then FSA runs so that other transitions may match first.Fields in ca.phon.fsa with type parameters of type FSATransitionMethods in ca.phon.fsa that return FSATransitionModifier 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 followedMethods in ca.phon.fsa that return types with arguments of type FSATransitionModifier 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 stateMethods in ca.phon.fsa with parameters of type FSATransitionModifier 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
Subclasses of FSATransition in ca.phon.phonexModifier 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
Subclasses of FSATransition in ca.phon.stresspattern.fsa -
Uses of FSATransition in ca.phon.syllable.phonex
Subclasses of FSATransition in ca.phon.syllable.phonexModifier and TypeClassDescriptionclass
A transition which will match a full syllable unit or the remainder of a syllable.