Package ca.phon.syllable.phonex
Class SyllableTransition
java.lang.Object
ca.phon.fsa.FSATransition<IPAElement>
ca.phon.phonex.PhonexTransition
ca.phon.syllable.phonex.SyllableTransition
- All Implemented Interfaces:
Cloneable
A transition which will match a full syllable unit
or the remainder of a syllable.
-
Constructor Summary
ConstructorDescriptionSyllableTransition
(PhoneMatcher[] matchers) SyllableTransition
(PhoneMatcher[] matchers, Tuple<SyllableConstituentType, SyllableConstituentType> range) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
follow
(FSAState<IPAElement> currentState) Determines if the fsa will follow the transition given the current running state.getImage()
int
The number of items matched by this transition default is 1.Methods inherited from class ca.phon.phonex.PhonexTransition
addSecondaryMatcher, getMatcher, getSecondaryMatchers, removeSecondaryMatcher
Methods inherited from class ca.phon.fsa.FSATransition
copyTransitionInfo, getFirstState, getInitGroups, getMatcherGroups, getOffsetType, getToState, getType, setFirstState, setImage, setOffsetType, setToState, setType, setupTransition
-
Constructor Details
-
SyllableTransition
public SyllableTransition() -
SyllableTransition
-
SyllableTransition
public SyllableTransition(PhoneMatcher[] matchers, Tuple<SyllableConstituentType, SyllableConstituentType> range)
-
-
Method Details
-
follow
Description copied from class:FSATransition
Determines if the fsa will follow the transition given the current running state.- Overrides:
follow
in classPhonexTransition
- Parameters:
currentState
- the current machine state- Returns:
true
if this transition can be followed given the current state,false
otherwise
-
getImage
- Overrides:
getImage
in classPhonexTransition
-
getMatchLength
public int getMatchLength()Description copied from class:FSATransition
The number of items matched by this transition default is 1.- Overrides:
getMatchLength
in classFSATransition<IPAElement>
- Returns:
- number of items to match on the tape
-
clone
- Overrides:
clone
in classPhonexTransition
-