Uses of Enum Class
ca.phon.ipa.PhoneDimension
Packages that use PhoneDimension
-
Uses of PhoneDimension in ca.phon.ipa
Methods in ca.phon.ipa that return PhoneDimensionModifier and TypeMethodDescriptionstatic PhoneDimension
Returns the enum constant of this class with the specified name.static PhoneDimension[]
PhoneDimension.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa that return types with arguments of type PhoneDimensionMethods in ca.phon.ipa with parameters of type PhoneDimensionModifier and TypeMethodDescriptionPhoneticProfile.get
(PhoneDimension dimension) void
PhoneticProfile.put
(PhoneDimension dimension, FeatureSet value) -
Uses of PhoneDimension in ca.phon.ipa.relations
Methods in ca.phon.ipa.relations that return types with arguments of type PhoneDimensionMethods in ca.phon.ipa.relations with parameters of type PhoneDimensionModifier and TypeMethodDescriptionprotected abstract boolean
AbstractSegmentalRelationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
AssimilationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
HarmonyDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile sharedProfile, PhoneticProfile neutralizedProfile, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
MetathesisDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
MigrationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
ReduplicationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) Method parameters in ca.phon.ipa.relations with type arguments of type PhoneDimensionModifier and TypeMethodDescriptionAbstractSegmentalRelationDetector.detectRelation
(PhoneMap pm, int p1, int p2, List<PhoneDimension> dimensions) -
Uses of PhoneDimension in ca.phon.query.detectors
Methods in ca.phon.query.detectors with parameters of type PhoneDimensionModifier and TypeMethodDescriptionboolean
FlatHarmonyDetector.checkHarmony
(IPAElement ele1, IPAElement ele2, PhoneDimension... dimensions) MetathesisDetectorResult.getType
(PhoneDimension dim) void
MetathesisDetectorResult.setType
(PhoneDimension dim, MetathesisDetectorResult.Type type)