Uses of Enum Class
ca.phon.fsa.OffsetType
-
Uses of OffsetType in ca.phon.fsa
Modifier 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.Modifier 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