Web-based responsive document annotation tool
activeannoservice / project.annotationschema / Or
data class Or : EnableCondition
| Name | Summary |
|---|---|
| <init> | Or(children: Set<EnableCondition>) |
| Name | Summary |
|---|---|
| children | val children: Set<EnableCondition> |
| Name | Summary |
|---|---|
| execute | fun execute(document: Document, annotations: AnnotationMap): Boolean |
| toString | fun toString(): String |