|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstraintViolation<T>
Interface to represent the violation of an integrity constraint. Specifies which IC was violated and provides an iteration over an 'explanation' of the violation.
| Method Summary | |
|---|---|
Collection<URI> |
getActiveGraph()
The contexts where the constraint was violated |
Constraint |
getConstraint()
The constraint which was violated |
Iteration<T,StardogException> |
getViolations()
The set of violations of the constraint |
| Method Detail |
|---|
Collection<URI> getActiveGraph()
Constraint getConstraint()
Iteration<T,StardogException> getViolations()
throws StardogException
StardogException - thrown if the violations could not be calculated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||