Uses of Enum Class
ca.phon.ipa.PhoneDimension
Packages that use PhoneDimension
-
Uses of PhoneDimension in ca.phon.ipa
Subclasses with type arguments of type PhoneDimension in ca.phon.ipaModifier and TypeClassDescriptionenumA single dimension in the PhoneticProfile of a Phone.Methods in ca.phon.ipa that return PhoneDimensionModifier and TypeMethodDescriptionstatic PhoneDimensionReturns 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) voidPhoneticProfile.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 booleanAbstractSegmentalRelationDetector.checkRelation(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected booleanAssimilationDetector.checkRelation(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected booleanHarmonyDetector.checkRelation(PhoneDimension dimension, PhoneticProfile sharedProfile, PhoneticProfile neutralizedProfile, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected booleanMetathesisDetector.checkRelation(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected booleanMigrationDetector.checkRelation(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected booleanReduplicationDetector.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 TypeMethodDescriptionbooleanFlatHarmonyDetector.checkHarmony(IPAElement ele1, IPAElement ele2, PhoneDimension... dimensions) MetathesisDetectorResult.getType(PhoneDimension dim) voidMetathesisDetectorResult.setType(PhoneDimension dim, MetathesisDetectorResult.Type type)