Inheritance diagram for IndoEuAdposition:
Collaboration diagram for IndoEuAdposition:Public Methods | |
| IndoEuAdposition () | |
| String | getCase () |
| boolean | matchesCase (IsCaseAware other) |
| boolean | matchesIndoEuCase (IsIndoEuCaseAware other) |
| boolean | isCaseNominative () |
| boolean | isCaseGenitive () |
| boolean | isCaseDative () |
| boolean | isCaseAccusative () |
| boolean | isCaseAblative () |
| boolean | isCaseInstrumental () |
| boolean | isCaseLocative () |
| boolean | isCaseVocative () |
| void | setCaseNominative () |
| void | setCaseGenitive () |
| void | setCaseDative () |
| void | setCaseAccusative () |
| void | setCaseAblative () |
| void | setCaseInstrumental () |
| void | setCaseLocative () |
| void | setCaseVocative () |
| 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 | 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" |
| IndoEuAdposition | ( | ) |
| 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 | ( | ) | [inherited] |
Get a string representation of the case for this object
Implements IsCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| 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.
| String getFeature | ( | String | name | ) | [protected, inherited] |
| Map<String, String> getFeatures | ( | ) | [inherited] |
| 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 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 | ( | ) | [inherited] |
Determine if the object has ablative case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseAccusative | ( | ) | [inherited] |
Determine if the object has accusative case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseDative | ( | ) | [inherited] |
Determine if the object has dative case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseGenitive | ( | ) | [inherited] |
Determine if the object has genitive case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseInstrumental | ( | ) | [inherited] |
Determine if the object has instrumental case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseLocative | ( | ) | [inherited] |
Determine if the object has locative case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseNominative | ( | ) | [inherited] |
Determine if the object has nominative case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| boolean isCaseVocative | ( | ) | [inherited] |
Determine if the object has vocative case.
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, 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 |
Implements IsCaseAware.
| boolean matchesIndoEuCase | ( | IsIndoEuCaseAware | other | ) | [inherited] |
Checks two objects that either have a case or assign a case for equality in respect to their case property.
| other |
Implements IsIndoEuCaseAware.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setAdditionalInformation | ( | String | additionalInformation | ) | [inherited] |
| void setBaseForm | ( | String | baseForm | ) | [inherited] |
| void setCaseAblative | ( | ) | [inherited] |
This methods sets the case of the object to ablative.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseAccusative | ( | ) | [inherited] |
This methods sets the case of the object to accusative.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseDative | ( | ) | [inherited] |
This methods sets the case of the object to dative.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseGenitive | ( | ) | [inherited] |
This methods sets the case of the object to genitive.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseInstrumental | ( | ) | [inherited] |
This methods sets the case of the object to instrumental case.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseLocative | ( | ) | [inherited] |
This methods sets the case of the object to locative.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseNominative | ( | ) | [inherited] |
This methods sets the case of the object to nominative.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCaseVocative | ( | ) | [inherited] |
This methods sets the case of the object to vocative.
Implements SetIndoEuCase.
Reimplemented in IndoEuPredicative, and IndoEuPronominalAdverb.
| void setCategory | ( | String | category | ) | [inherited] |
| void setId | ( | long | id | ) | [inherited] |
| void setLabel | ( | String | label | ) | [inherited] |
| 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 ORIGINAL_TAG = "ORIGINAL_TAG" [static, protected, inherited] |
Set<String> subCategories [protected, inherited] |