Uses of Enum Class
ca.phon.fsa.OffsetType
Packages that use OffsetType
-
Uses of OffsetType in ca.phon.fsa
Methods in ca.phon.fsa that return OffsetTypeModifier and TypeMethodDescriptionFSATransition.getOffsetType()
static OffsetType
Returns the enum constant of this class with the specified name.static OffsetType[]
OffsetType.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 OffsetTypeModifier and TypeMethodDescriptionvoid
FSATransition.setOffsetType
(OffsetType offsetType) 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