Uses of Enum Class
ca.phon.fsa.TransitionType
-
Uses of TransitionType in ca.phon.fsa
Modifier and TypeMethodDescriptionFSATransition.getType()
Get typestatic TransitionType
Returns the enum constant of this class with the specified name.static TransitionType[]
TransitionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FSATransition.setType
(TransitionType type) Set transition type.static void
FSATransition.setupTransition
(FSATransition<?> transition, String firstState, String toState, String image, TransitionType type, OffsetType offsetType, Collection<Integer> startGroups, Collection<Integer> matcherGroups) Setup transition with given information -
Uses of TransitionType in ca.phon.phonex
Modifier and TypeMethodDescriptionvoid
Quantifier.setTransitionType
(TransitionType transitionType)