Inheritance diagram for IMention:
Collaboration diagram for IMention:Public Methods | |
| Map< String, IMention > | getComplexSlotMention () |
| String | getStringId () |
| String | getRefersTo () |
| String | getInverseOfReferseTo () |
| String | getMentionType () |
| String | getCategory () |
| void | setId (long id) |
| long | calcTypeId () |
| String | getLabel () |
Package Functions | |
| Map< String, String > | getStringSlotMentions () |
| long | getId () |
| long calcTypeId | ( | ) | [inherited] |
| 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.
Implemented in SingleValueCategory, TemporalExpression, SimplePartOfSpeech, NamedEntity, OrganizationName, PersonName, UnspecifiedNamedEntity, GeographicLocation, Location, Mountain, PopulatedPlace, Waters, SequencerReplacement, and SimpleReplacement.
| Map<String, IMention> getComplexSlotMention | ( | ) |
| long getId | ( | ) | [package, inherited] |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implemented in LabeledAnnotation, AttributeValueMap, DublinCoreMetaDataImpl, Frequencies, CoincidenceStatsImpl, CorpusStatsImpl, MultipleTokensStats, VoynichTextLabelsImpl, SyntaxNode< T >, TabularSummary, SimpleComparatorScore, and AccessAdapterTestResultList.
| String getInverseOfReferseTo | ( | ) |
| 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.
Implemented in LabeledAnnotation, TerminalNode< T >, TEIDramaSpeaker, TEIDramaSpeechAct, TEIDramaStage, JodaDateTime, JodaInterval, JodaPeriod, and Timex.
| String getMentionType | ( | ) |
| String getRefersTo | ( | ) |
| String getStringId | ( | ) |
| Map<String, String> getStringSlotMentions | ( | ) | [package] |
| void setId | ( | long | id | ) | [inherited] |
Set the Id of this DataObject.
| id |
Implemented in LabeledAnnotation, AttributeValueMap, DublinCoreMetaDataImpl, Frequencies, CoincidenceStatsImpl, CorpusStatsImpl, MultipleTokensStats, VoynichTextLabelsImpl, SyntaxNode< T >, TabularSummary, SimpleComparatorScore, and AccessAdapterTestResultList.