Inheritance diagram for IFrequencies:
Collaboration diagram for IFrequencies:Public Methods | |
| Iterator< Long > | getAllTypes () |
| Map< Long, Integer > | getAllTypesAndOccurrences () |
| int | getNumberOfAnnotations () |
| int | getNumberOfAnnotationTypes () |
| int | getNumberOfOccurrencesOfType (long typeId) |
| void | setId (long id) |
Package Functions | |
| long | getId () |
| Iterator<Long> getAllTypes | ( | ) |
Implemented in Frequencies.
| Map<Long, Integer> getAllTypesAndOccurrences | ( | ) |
Implemented in Frequencies.
| 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.
| int getNumberOfAnnotations | ( | ) |
Implemented in Frequencies.
| int getNumberOfAnnotationTypes | ( | ) |
Implemented in Frequencies.
| int getNumberOfOccurrencesOfType | ( | long | typeId | ) |
Implemented in Frequencies.
| 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.