ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / Or

Or

data class Or : EnableCondition

Constructors

Name Summary
<init> Or(children: Set<EnableCondition>)

Properties

Name Summary
children val children: Set<EnableCondition>

Functions

Name Summary
execute fun execute(document: Document, annotations: AnnotationMap): Boolean
toString fun toString(): String