Uses of Enum Class
org.languagetool.rules.de.AgreementRule.GrammarCategory
Packages that use AgreementRule.GrammarCategory
-
Uses of AgreementRule.GrammarCategory in org.languagetool.rules.de
Methods in org.languagetool.rules.de that return AgreementRule.GrammarCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AgreementRule.GrammarCategory[]AgreementRule.GrammarCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.rules.de with parameters of type AgreementRule.GrammarCategoryModifier and TypeMethodDescriptionprivate booleanAgreementRule.agreementWithCategoryRelaxation(AnalyzedTokenReadings token1, AnalyzedTokenReadings token2, AgreementRule.GrammarCategory categoryToRelax) Method parameters in org.languagetool.rules.de with type arguments of type AgreementRule.GrammarCategoryModifier and TypeMethodDescriptionAgreementTools.getAgreementCategories(AnalyzedTokenReadings aToken, Set<AgreementRule.GrammarCategory> omit, boolean skipSol) Return Kasus, Numerus, Genus of those forms with a determiner.AgreementTools.getAgreementSOLCategories(AnalyzedTokenReadings aToken, Set<AgreementRule.GrammarCategory> omit) private static StringAgreementTools.makeString(GermanToken.Kasus casus, GermanToken.Numerus num, GermanToken.Genus gen, GermanToken.Determination determination, Set<AgreementRule.GrammarCategory> omit)