public interface ICodingAnnotationStudy extends IAnnotationStudy
IAnnotationItem
interface. Note that
this interface allows reusing existing data representations by implementing
the required methods. Use CodingAnnotationStudy
as a default
implementation if no existing data representation exists. The default
implementation facilitates adding the individual units.CodingAnnotationStudy
,
ICodingAnnotationItem
Modifier and Type | Method and Description |
---|---|
ICodingAnnotationItem |
getItem(int index)
Returns the annotation item with the given index.
|
int |
getItemCount()
Returns the number of annotation items defined by the study.
|
Iterable<ICodingAnnotationItem> |
getItems()
Allows iterating all annotation items of this study.
|
int |
getUnitCount()
Returns the number of annotation units defined by the study.
|
boolean |
hasMissingValues()
Returns true if, and only if, the annotation study contains at least
one item with a missing value (i.e., an annotation item containing
an annotation unit with category null).
|
getCategories, getCategoryCount, getRaterCount, isDichotomous
boolean hasMissingValues()
ICodingAnnotationItem getItem(int index)
Iterable<ICodingAnnotationItem> getItems()
int getItemCount()
int getUnitCount()
getUnitCount
in interface IAnnotationStudy
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.