Web-based responsive document annotation tool
activeannoservice / project.annotationschema / ValuesEqual
class ValuesEqual : AtomicEnableCondition
| Name | Summary |
|---|---|
| <init> | ValuesEqual(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 |