Uses of Class
com.atomgraph.spinrdf.constraints.ConstraintViolation
-
Packages that use ConstraintViolation Package Description com.atomgraph.spinrdf.constraints -
-
Uses of ConstraintViolation in com.atomgraph.spinrdf.constraints
Methods in com.atomgraph.spinrdf.constraints that return types with arguments of type ConstraintViolation Modifier and Type Method Description static List<ConstraintViolation>SPINConstraints. check(org.apache.jena.ontology.OntModel model)Checks all instances in a given Model against all spin:constraints and returns a List of constraint violations.static List<ConstraintViolation>SPINConstraints. check(org.apache.jena.ontology.OntModel model, org.apache.jena.rdf.model.Property predicate)Checks all instances in a given Model and returns a List of constraint violations.protected static List<ConstraintViolation>SPINConstraints. runQueryOnClass(SPINConstraints.QueryWrapper wrapper, org.apache.jena.rdf.model.Resource cls, org.apache.jena.rdf.model.Model model)Method parameters in com.atomgraph.spinrdf.constraints with type arguments of type ConstraintViolation Modifier and Type Method Description static voidSPINConstraints. addConstraintViolationsRDF(List<ConstraintViolation> cvs, org.apache.jena.rdf.model.Model result, boolean createSource)Creates an RDF representation (instances of spin:ConstraintViolation) from a collection of ConstraintViolation Java objects.
-