Inheritance diagram for IsIndoEuCaseAware:
Collaboration diagram for IsIndoEuCaseAware:Public Methods | |
| boolean | matchesIndoEuCase (IsIndoEuCaseAware other) |
| boolean | isCaseNominative () |
| boolean | isCaseGenitive () |
| boolean | isCaseAccusative () |
| boolean | isCaseDative () |
| boolean | isCaseAblative () |
| boolean | isCaseVocative () |
| boolean | isCaseLocative () |
| boolean | isCaseInstrumental () |
| String | getCase () |
| boolean | matchesCase (IsCaseAware other) |
| String getCase | ( | ) | [inherited] |
Get a string representation of the case for this object
Implemented in Attributive, Adposition, Determiner, Noun, Demonstrative, Interrogative, Personal, Possessive, Reflexive, Relative, IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseAblative | ( | ) |
Determine if the object has ablative case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseAccusative | ( | ) |
Determine if the object has accusative case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseDative | ( | ) |
Determine if the object has dative case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseGenitive | ( | ) |
Determine if the object has genitive case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseInstrumental | ( | ) |
Determine if the object has instrumental case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseLocative | ( | ) |
Determine if the object has locative case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseNominative | ( | ) |
Determine if the object has nominative case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean isCaseVocative | ( | ) |
Determine if the object has vocative case.
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.
| boolean matchesCase | ( | IsCaseAware | other | ) | [inherited] |
Checks two objects that either have a case or assign a case for equality in respect to their case property.
| other |
Implemented in Attributive, Adposition, Determiner, Noun, Demonstrative, Interrogative, Personal, Possessive, Reflexive, Relative, and IndoEuCaseBase.
| boolean matchesIndoEuCase | ( | IsIndoEuCaseAware | other | ) |
Checks two objects that either have a case or assign a case for equality in respect to their case property.
| other |
Implemented in IndoEuPredicative, IndoEuCaseBase, and IndoEuPronominalAdverb.