ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.selection / DocumentSelection

DocumentSelection

data class DocumentSelection

Given annotators and curators the ability to further specify which documents are shown to them

Constructors

Name Summary
<init> Given annotators and curators the ability to further specify which documents are shown to themDocumentSelection(subFilter: List<SubFilter> = listOf(), dateRangeFilter: DateRangeFilter? = null)

Properties

Name Summary
dateRangeFilter val dateRangeFilter: DateRangeFilter?
subFilter val subFilter: List<SubFilter>