Uses of Enum Class
ca.phon.ipa.features.FeatureFamily
Packages that use FeatureFamily
-
Uses of FeatureFamily in ca.phon.ipa.features
Subclasses with type arguments of type FeatureFamily in ca.phon.ipa.featuresMethods in ca.phon.ipa.features that return FeatureFamilyModifier and TypeMethodDescriptionstatic FeatureFamilyFeature.primaryFamily()Returns the value of theprimaryFamilyrecord component.Feature.secondaryFamily()Returns the value of thesecondaryFamilyrecord component.static FeatureFamilyReturns the enum constant of this class with the specified name.static FeatureFamily[]FeatureFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.phon.ipa.features with parameters of type FeatureFamilyModifierConstructorDescriptionFeature(String name, String[] synonyms, FeatureFamily primaryFamily, FeatureFamily secondaryFamily, FeatureSet featureSet) Creates an instance of aFeaturerecord class.