Uses of Enum Class
ca.phon.fsa.TransitionType
Packages that use TransitionType
-
Uses of TransitionType in ca.phon.fsa
Methods in ca.phon.fsa that return TransitionTypeModifier 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.Methods in ca.phon.fsa with parameters of type TransitionTypeModifier 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
Methods in ca.phon.phonex that return TransitionTypeMethods in ca.phon.phonex with parameters of type TransitionTypeModifier and TypeMethodDescriptionvoid
Quantifier.setTransitionType
(TransitionType transitionType)