Uses of Class
ca.phon.fsa.FSAState
Package
Description
Classes implementing the phonex language.
-
Uses of FSAState in ca.phon.cvseq.fsa
-
Uses of FSAState in ca.phon.fsa
Modifier 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 tapeModifier 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.boolean
abstract boolean
Determines 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
Modifier and TypeMethodDescriptionboolean
BackReferenceTransition.follow
(FSAState<IPAElement> currentState) boolean
BeginningOfInputTransition.follow
(FSAState<IPAElement> currentState) boolean
EmptyTransition.follow
(FSAState<IPAElement> currentState) boolean
EndOfInputTransition.follow
(FSAState<IPAElement> currentState) boolean
PhonexTransition.follow
(FSAState<IPAElement> currentState) boolean
SyllableBoundaryTransition.follow
(FSAState<IPAElement> currentState) boolean
WordBoundaryTransition.follow
(FSAState<IPAElement> currentState) -
Uses of FSAState in ca.phon.stresspattern.fsa
Modifier and TypeMethodDescriptionboolean
StressMatcherTransition.follow
(FSAState<StressMatcherType> currentState) -
Uses of FSAState in ca.phon.syllable.phonex
Modifier and TypeMethodDescriptionboolean
SyllableTransition.follow
(FSAState<IPAElement> currentState)