Interface CasValidationCheck

All Superinterfaces:
ValidationCheck
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CasValidationCheck extends ValidationCheck
CAS validation check.

Note: Implementations of this class are typically singletons which are obtained through the Java Service Locator mechanism. This means that the implementations must be stateless to ensure that they can be used by multiple threads concurrently.

  • Method Summary

    Modifier and Type
    Method
    Description
    validate(org.apache.uima.cas.CAS cas)
    Apply this check to the given CAS.

    Methods inherited from interface org.apache.uima.fit.validation.ValidationCheck

    fail, skip