Interface ConstraintViolation<T>


  • public interface ConstraintViolation<T>
    Interface to represent the violation of an integrity constraint. Specifies which IC was violated and provides an iterator over the violation.
    Since:
    0.7
    Version:
    6.0
    Author:
    Michael Grove
    • Method Detail

      • getActiveGraph

        java.util.Collection<IRI> getActiveGraph()
        The contexts where the constraint was violated
        Returns:
        the contexts
      • getConstraint

        Constraint getConstraint()
        The constraint which was violated
        Returns:
        the constraint