ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / And

And

data class And : EnableCondition

Constructors

Name Summary
<init> And(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