Uses of Class
ca.phon.fsa.FSAState
Packages that use FSAState
Package
Description
Classes implementing the phonex language.
-
Uses of FSAState in ca.phon.fsa
Methods in ca.phon.fsa that return FSAStateModifier and TypeMethodDescriptionSimpleFSADebugContext.getCachedState()SimpleFSADebugContext.getMachineState()SimpleFSA.runWithTape(T[] tape) SimpleFSA.runWithTape(T[] tape, FSAState<T> machineState) SimpleFSA.runWithTape(T[] tape, FSAState<T> machineState, boolean forceReluctant) Run the machine with the given tapeMethods in ca.phon.fsa with parameters of type FSAStateModifier 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.booleanabstract booleanDetermines if the fsa will follow the transition given the current running state.SimpleFSA.runWithTape(T[] tape, FSAState<T> machineState) SimpleFSA.runWithTape(T[] tape, FSAState<T> machineState, boolean forceReluctant) Run the machine with the given tape -
Uses of FSAState in ca.phon.phonex
Methods in ca.phon.phonex with parameters of type FSAStateModifier and TypeMethodDescriptionbooleanBackReferenceTransition.follow(FSAState<IPAElement> currentState) booleanBeginningOfInputTransition.follow(FSAState<IPAElement> currentState) booleanEmptyTransition.follow(FSAState<IPAElement> currentState) booleanEndOfInputTransition.follow(FSAState<IPAElement> currentState) booleanNamedReferenceTransition.follow(FSAState<IPAElement> currentState) booleanPhonexTransition.follow(FSAState<IPAElement> currentState) booleanSyllableBoundaryTransition.follow(FSAState<IPAElement> currentState) booleanWordBoundaryTransition.follow(FSAState<IPAElement> currentState) -
Uses of FSAState in ca.phon.syllable.phonex
Methods in ca.phon.syllable.phonex with parameters of type FSAStateModifier and TypeMethodDescriptionbooleanSyllableTransition.follow(FSAState<IPAElement> currentState)