|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Violation
Interface representing a single constraint violation. The graphs returned encapsulating the different sets of violating statements are a superset of
the actual violation. For example, there could be several statements that are in the result of getExpectedStatements() but it could be the
case that only one of them is required to resolve the validation issue. An example is if your IC states that instances of some type C must be
subclasses of either A or B, rdf:type statements for both A & B will be included in the expected statements, but in practice, you only need one of
them to resolve the violation.
| Method Summary | |
|---|---|
Graph |
getExpectedStatements()
Return the explanation of the violation, e.g. |
Graph |
getViolatingStatements()
Return the set of statements which make up the violation. |
| Methods inherited from interface com.clarkparsia.common.base.Copyable |
|---|
copy |
| Method Detail |
|---|
Graph getViolatingStatements()
Graph getExpectedStatements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||