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