Uses of Enum Class
ca.phon.fsa.OffsetType
Packages that use OffsetType
-
Uses of OffsetType in ca.phon.fsa
Subclasses with type arguments of type OffsetType in ca.phon.fsaMethods in ca.phon.fsa that return OffsetTypeModifier and TypeMethodDescriptionFSATransition.getOffsetType()static OffsetTypeReturns 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 TypeMethodDescriptionvoidFSATransition.setOffsetType(OffsetType offsetType) static voidFSATransition.setupTransition(FSATransition<?> transition, String firstState, String toState, String image, TransitionType type, OffsetType offsetType, Collection<Integer> startGroups, Collection<Integer> matcherGroups) Setup transition with given information