Package ca.phon.stresspattern.fsa
Class StressMatcherTransition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
follow
(FSAState<StressMatcherType> currentState) Determines if the fsa will follow the transition given the current running state.getImage()
void
setMatchType
(StressMatcherType matchType) Methods inherited from class ca.phon.fsa.FSATransition
copyTransitionInfo, getFirstState, getInitGroups, getMatcherGroups, getMatchLength, getOffsetType, getToState, getType, setFirstState, setImage, setOffsetType, setToState, setType, setupTransition
-
Constructor Details
-
StressMatcherTransition
-
-
Method Details
-
getMatchType
-
setMatchType
-
follow
Description copied from class:FSATransition
Determines if the fsa will follow the transition given the current running state.- Specified by:
follow
in classFSATransition<StressMatcherType>
- Parameters:
currentState
- the current machine state- Returns:
true
if this transition can be followed given the current state,false
otherwise
-
getImage
- Overrides:
getImage
in classFSATransition<StressMatcherType>
-