Web-based responsive document annotation tool
activeannoservice / project.annotationschema / ValuesIntersect
class ValuesIntersect : AtomicEnableCondition
| Name | Summary |
|---|---|
| <init> | ValuesIntersect(referenceKey: AnnotationStepKey, comparisonValues: Set<String>) |
| Name | Summary |
|---|---|
| comparisonValues | val comparisonValues: Set<String> |
| Name | Summary |
|---|---|
| applyCondition | fun applyCondition(values: Set<String>): Boolean |
| equals | fun equals(other: Any?): Boolean |
| hashCode | fun hashCode(): Int |
| toString | fun toString(): String |