Inheritance diagram for IndoEuPredicative:
Collaboration diagram for IndoEuPredicative:Public Types | |
| enum | Degree { POSITIVE, COMPARATIVE, SUPERLATIVE, ELATIVE } |
Public Methods | |
| String | getCase () |
| void | setCaseAblative () |
| void | setCaseAccusative () |
| void | setCaseDative () |
| void | setCaseGenitive () |
| void | setCaseInstrumental () |
| void | setCaseLocative () |
| void | setCaseNominative () |
| void | setCaseVocative () |
| boolean | isCaseAblative () |
| boolean | isCaseAccusative () |
| boolean | isCaseDative () |
| boolean | isCaseGenitive () |
| boolean | isCaseInstrumental () |
| boolean | isCaseLocative () |
| boolean | isCaseNominative () |
| boolean | isCaseVocative () |
| boolean | matchesIndoEuCase (IsIndoEuCaseAware other) |
| boolean | matchesIndoEuGender (HasIndoEuGender other) |
| boolean | matchesIndoEuNumber (HasIndoEuNumber other) |
| String | getGender () |
| String | getNumber () |
| boolean | isGenderFeminine () |
| boolean | isGenderMasculine () |
| boolean | isGenderNeuter () |
| boolean | isNumberDual () |
| boolean | isNumberPlural () |
| boolean | isNumberSingular () |
| void | setGenderFeminine () |
| void | setGenderMasculine () |
| void | setGenderNeuter () |
| void | setNumberDual () |
| void | setNumberPlural () |
| void | setNumberSingular () |
| Degree | getDegree () |
| void | setDegree (Degree d) |
| void | setDegree (HasComparison.Degree degree) |
| boolean | matchesComparison (HasComparison other) |
| boolean | matchesIndoEuComparison (HasIndoEuComparison other) |
| boolean | matchesGender (HasGender other) |
| boolean | matchesNumber (HasNumber other) |
| boolean | matchesCase (IsCaseAware other) |
| HierarchicalPartOfSpeech | cloneCategory () |
| boolean | hasFeature (String name, String value) |
| Map< String, String > | getFeatures () |
| void | setBaseForm (String baseForm) |
| void | setAdditionalInformation (String additionalInformation) |
| String | toString () |
| void | setOriginalTag (String posTag) |
| long | calcTypeId () |
| String | getPartOfSpeechTag () |
| String | getAdditionalInformation () |
| Set< String > | getSubCategories () |
| void | addCategory (String subCategory) |
| String | getCategory () |
| void | setCategory (String category) |
| String | getLabel () |
| void | setLabel (String label) |
| long | getId () |
| void | setId (long id) |
Protected Methods | |
| void | addFeature (String name, String value) |
| boolean | hasFeature (String name) |
| String | getFeature (String name) |
Protected Attributes | |
| Set< String > | subCategories |
Static Protected Attributes | |
| static final String | DEGREE = "degree" |
| static final String | GENDER = "gender" |
| static final String | GENDER_MASC = "masculine" |
| static final String | GENDER_FEM = "feminine" |
| static final String | GENDER_NEU = "neuter" |
| static final String | NUMBER = "number" |
| static final String | NUMBER_SING = "singular" |
| static final String | NUMBER_DUAL = "dual" |
| static final String | NUMBER_PLUR = "plural" |
| static final String | CASE = "case" |
| static final String | CASE_NOM = "nominative" |
| static final String | CASE_GEN = "genitive" |
| static final String | CASE_DAT = "dative" |
| static final String | CASE_ACC = "accusative" |
| static final String | CASE_ABL = "ablative" |
| static final String | CASE_INST = "instrumental" |
| static final String | CASE_LOC = "locative" |
| static final String | CASE_VOC = "vocative" |
| static final String | BASE_FORM = "BASE_FORM" |
| static final String | ORIGINAL_TAG = "ORIGINAL_TAG" |
| static final String | ADDITIONAL_INFORMATION = "ADDITIONAL_INFORMATION" |
enum Degree [inherited] |
| void addCategory | ( | String | subCategory | ) | [inherited] |
| void addFeature | ( | String | name, |
| String | value | ||
| ) | [protected, inherited] |
| long calcTypeId | ( | ) | [inherited] |
Reimplemented from HierarchicalCategory.
| HierarchicalPartOfSpeech cloneCategory | ( | ) | [inherited] |
| String getAdditionalInformation | ( | ) | [inherited] |
Implements IPartOfSpeech.
| String getCase | ( | ) |
Get a string representation of the case for this object
Reimplemented from IndoEuCaseBase.
| String getCategory | ( | ) | [inherited] |
Returns the category-string of this category. Note that this value is not further restricted, and different implementations might return different strings.
Implements ISingleValueCategory.
| Degree getDegree | ( | ) | [inherited] |
Get the comparison degree of this object.
Implements HasComparison.
| String getFeature | ( | String | name | ) | [protected, inherited] |
| Map<String, String> getFeatures | ( | ) | [inherited] |
| String getGender | ( | ) |
Reimplemented from IndoEuNounBase.
| long getId | ( | ) | [inherited] |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implements DataObject.
| String getLabel | ( | ) | [inherited] |
Returns the label of this token, which can be any kind of string (except null), mainly used for display-reasons only. Note: Components MUST NOT assume that any kind of label (like 'word' or else) is returned by this method.
Implements ILabeledElement.
Reimplemented in TEIDramaSpeaker, TEIDramaSpeechAct, TEIDramaStage, JodaDateTime, JodaInterval, JodaPeriod, and Timex.
| String getNumber | ( | ) |
Reimplemented from IndoEuNounBase.
| String getPartOfSpeechTag | ( | ) | [inherited] |
Implements IPartOfSpeech.
| Set<String> getSubCategories | ( | ) | [inherited] |
Returns the sub-category strings of this category. Note that these values are not further restricted, and different implementations might return different strings.
Implements IHierarchicalCategory.
| boolean hasFeature | ( | String | name | ) | [protected, inherited] |
| boolean hasFeature | ( | String | name, |
| String | value | ||
| ) | [inherited] |
| boolean isCaseAblative | ( | ) |
Determine if the object has ablative case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseAccusative | ( | ) |
Determine if the object has accusative case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseDative | ( | ) |
Determine if the object has dative case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseGenitive | ( | ) |
Determine if the object has genitive case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseInstrumental | ( | ) |
Determine if the object has instrumental case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseLocative | ( | ) |
Determine if the object has locative case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseNominative | ( | ) |
Determine if the object has nominative case.
Reimplemented from IndoEuCaseBase.
| boolean isCaseVocative | ( | ) |
Determine if the object has vocative case.
Reimplemented from IndoEuCaseBase.
| boolean isGenderFeminine | ( | ) |
Reimplemented from IndoEuNounBase.
| boolean isGenderMasculine | ( | ) |
Reimplemented from IndoEuNounBase.
| boolean isGenderNeuter | ( | ) |
Reimplemented from IndoEuNounBase.
| boolean isNumberDual | ( | ) |
Determine if the number of the object is dual.
Reimplemented from IndoEuNounBase.
| boolean isNumberPlural | ( | ) |
Determine if the number of the object is plural.
Reimplemented from IndoEuNounBase.
| boolean isNumberSingular | ( | ) |
Determine if the number of the object is singular.
Reimplemented from IndoEuNounBase.
| 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 |
Implements IsCaseAware.
| boolean matchesComparison | ( | HasComparison | other | ) | [inherited] |
Checks two objects that can have a comparison degree for equality in respect to this property.
| other |
Implements HasComparison.
| boolean matchesGender | ( | HasGender | other | ) | [inherited] |
Checks two objects for equality in gender.
| other |
Implements HasGender.
| 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 |
Reimplemented from IndoEuCaseBase.
| boolean matchesIndoEuComparison | ( | HasIndoEuComparison | other | ) | [inherited] |
Checks two objects that can have a comparison degree for equality in respect to this property.
| other |
Implements HasIndoEuComparison.
| boolean matchesIndoEuGender | ( | HasIndoEuGender | other | ) |
Checks two objects for equality in gender.
| other |
Reimplemented from IndoEuNounBase.
| boolean matchesIndoEuNumber | ( | HasIndoEuNumber | other | ) |
Checks two objects for equality in number.
| other |
Reimplemented from IndoEuNounBase.
| boolean matchesNumber | ( | HasNumber | other | ) | [inherited] |
Checks two objects for equality in number.
| other |
Implements HasNumber.
| void setAdditionalInformation | ( | String | additionalInformation | ) | [inherited] |
| void setBaseForm | ( | String | baseForm | ) | [inherited] |
| void setCaseAblative | ( | ) |
This methods sets the case of the object to ablative.
Reimplemented from IndoEuCaseBase.
| void setCaseAccusative | ( | ) |
This methods sets the case of the object to accusative.
Reimplemented from IndoEuCaseBase.
| void setCaseDative | ( | ) |
This methods sets the case of the object to dative.
Reimplemented from IndoEuCaseBase.
| void setCaseGenitive | ( | ) |
This methods sets the case of the object to genitive.
Reimplemented from IndoEuCaseBase.
| void setCaseInstrumental | ( | ) |
This methods sets the case of the object to instrumental case.
Reimplemented from IndoEuCaseBase.
| void setCaseLocative | ( | ) |
This methods sets the case of the object to locative.
Reimplemented from IndoEuCaseBase.
| void setCaseNominative | ( | ) |
This methods sets the case of the object to nominative.
Reimplemented from IndoEuCaseBase.
| void setCaseVocative | ( | ) |
This methods sets the case of the object to vocative.
Reimplemented from IndoEuCaseBase.
| void setCategory | ( | String | category | ) | [inherited] |
| void setDegree | ( | HasComparison.Degree | degree | ) | [inherited] |
Sets the the degree of the object.
| degree |
| void setDegree | ( | Degree | d | ) | [inherited] |
| void setGenderFeminine | ( | ) |
Sets the gender of the object to feminine.
Reimplemented from IndoEuNounBase.
| void setGenderMasculine | ( | ) |
Sets the gender of the object to masculine.
Reimplemented from IndoEuNounBase.
| void setGenderNeuter | ( | ) |
Sets the gender of the object to neuter.
Reimplemented from IndoEuNounBase.
| void setId | ( | long | id | ) | [inherited] |
| void setLabel | ( | String | label | ) | [inherited] |
| void setNumberDual | ( | ) |
Reimplemented from IndoEuNounBase.
| void setNumberPlural | ( | ) |
Sets the number of the object to plural.
Reimplemented from IndoEuNounBase.
| void setNumberSingular | ( | ) |
Sets the number of the object to singular.
Reimplemented from IndoEuNounBase.
| void setOriginalTag | ( | String | posTag | ) | [inherited] |
| String toString | ( | ) | [inherited] |
Reimplemented from HierarchicalCategory.
final String ADDITIONAL_INFORMATION = "ADDITIONAL_INFORMATION" [static, protected, inherited] |
final String BASE_FORM = "BASE_FORM" [static, protected, inherited] |
final String CASE = "case" [static, protected, inherited] |
final String CASE_ABL = "ablative" [static, protected, inherited] |
final String CASE_ACC = "accusative" [static, protected, inherited] |
final String CASE_DAT = "dative" [static, protected, inherited] |
final String CASE_GEN = "genitive" [static, protected, inherited] |
final String CASE_INST = "instrumental" [static, protected, inherited] |
final String CASE_LOC = "locative" [static, protected, inherited] |
final String CASE_NOM = "nominative" [static, protected, inherited] |
final String CASE_VOC = "vocative" [static, protected, inherited] |
final String DEGREE = "degree" [static, protected, inherited] |
final String GENDER = "gender" [static, protected, inherited] |
final String GENDER_FEM = "feminine" [static, protected, inherited] |
final String GENDER_MASC = "masculine" [static, protected, inherited] |
final String GENDER_NEU = "neuter" [static, protected, inherited] |
final String NUMBER = "number" [static, protected, inherited] |
final String NUMBER_DUAL = "dual" [static, protected, inherited] |
final String NUMBER_PLUR = "plural" [static, protected, inherited] |
final String NUMBER_SING = "singular" [static, protected, inherited] |
final String ORIGINAL_TAG = "ORIGINAL_TAG" [static, protected, inherited] |
Set<String> subCategories [protected, inherited] |