Uses of Enum Class
ca.phon.ipa.relations.SegmentalRelation.Relation
Packages that use SegmentalRelation.Relation
-
Uses of SegmentalRelation.Relation in ca.phon.ipa.relations
Methods in ca.phon.ipa.relations that return SegmentalRelation.RelationModifier and TypeMethodDescriptionAbstractSegmentalRelationDetector.getRelation()
SegmentalRelation.getRelation()
static SegmentalRelation.Relation
Returns the enum constant of this class with the specified name.static SegmentalRelation.Relation[]
SegmentalRelation.Relation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa.relations with parameters of type SegmentalRelation.RelationModifier and TypeMethodDescriptionvoid
SegmentalRelation.setRelation
(SegmentalRelation.Relation relation) Constructors in ca.phon.ipa.relations with parameters of type SegmentalRelation.RelationModifierConstructorDescriptionAbstractSegmentalRelationDetector
(SegmentalRelation.Relation relation, boolean reversible, boolean localAllowed, boolean nonlocalAllowed) AbstractSegmentalRelationDetector
(SegmentalRelation.Relation relation, boolean includePlace, boolean includeManner, boolean includeVoicing, boolean includeHeight, boolean includeBackness, boolean includeTenseness, boolean includeRounding) SegmentalRelation
(SegmentalRelation.Relation relation, PhoneMap pm, int p1, int p2, PhoneticProfile profile1, PhoneticProfile profile2)