Uses of Class
ca.phon.fsa.FSATransition
Packages that use FSATransition
Package
Description
Classes implementing the phonex language.
-
Uses of FSATransition in ca.phon.fsa
Subclasses of FSATransition in ca.phon.fsaModifier and TypeClassDescriptionclassAlways 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 TypeMethodDescriptionvoidSimpleFSA.addTransition(FSATransition<T> transition) Add a new transitionstatic voidFSATransition.copyTransitionInfo(FSATransition<?> src, FSATransition<?> dest) Copy information from only transition into anothervoidSimpleFSA.removeTransition(FSATransition<T> transition) Remove a transitionstatic voidFSATransition.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 TypeClassDescriptionclassclassTransition for matching beginning of tape input.classclassTransition for matching end of tape input.classTransition for named references in phonex expressions.classTransitions usingPhoneMatchers.classUsed to detect syllable boundaries.classTransition for matching word boundaries. -
Uses of FSATransition in ca.phon.syllable.phonex
Subclasses of FSATransition in ca.phon.syllable.phonexModifier and TypeClassDescriptionclassA transition which will match a full syllable unit or the remainder of a syllable.