ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / ValuesIntersect

ValuesIntersect

class ValuesIntersect : AtomicEnableCondition

Constructors

Name Summary
<init> ValuesIntersect(referenceKey: AnnotationStepKey, comparisonValues: Set<String>)

Properties

Name Summary
comparisonValues val comparisonValues: Set<String>

Functions

Name Summary
applyCondition fun applyCondition(values: Set<String>): Boolean
equals fun equals(other: Any?): Boolean
hashCode fun hashCode(): Int
toString fun toString(): String