Uses of Class
com.atomgraph.spinrdf.constraints.ConstraintViolation
Packages that use ConstraintViolation
-
Uses of ConstraintViolation in com.atomgraph.spinrdf.constraints
Methods in com.atomgraph.spinrdf.constraints that return types with arguments of type ConstraintViolationModifier and TypeMethodDescriptionstatic List<ConstraintViolation>SPINConstraints.check(org.apache.jena.rdf.model.Model 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.rdf.model.Model model, org.apache.jena.rdf.model.Model constraintModel) static List<ConstraintViolation>SPINConstraints.check(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Property predicate) Checks all instances in a given Model and returns a List of constraint violations.static List<ConstraintViolation>SPINConstraints.check(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Property predicate, org.apache.jena.rdf.model.Model constraintModel) 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 ConstraintViolationModifier and TypeMethodDescriptionstatic 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.