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