ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / AnnotationStepKey

AnnotationStepKey

sealed class AnnotationStepKey

Base class for subclasses that define how some data from a Document or GeneratedAnnotationData is extracted and used for EnableCondition or annotation generation.

Functions

Name Summary
getValue abstract fun getValue(document: Document, annotations: AnnotationMap): Any?

Inheritors

Name Summary
AnnotationsKey Get some data from some annotationsdata class AnnotationsKey : AnnotationStepKey
OriginalDocumentKey Get some data from the originalDocument of a Documentdata class OriginalDocumentKey : AnnotationStepKey