Uses of Class
org.topbraid.spin.constraints.ConstraintViolation

Packages that use ConstraintViolation
org.topbraid.spin.constraints Support for constraint checking using spin:constraint. 
 

Uses of ConstraintViolation in org.topbraid.spin.constraints
 

Methods in org.topbraid.spin.constraints that return types with arguments of type ConstraintViolation
static java.util.List<ConstraintViolation> SPINConstraints.check(Model model, java.util.List<SPINStatistics> stats, ProgressMonitor monitor)
          Checks all instances in a given Model against all spin:constraints and returns a List of constraint violations.
static java.util.List<ConstraintViolation> SPINConstraints.check(Model model, ProgressMonitor monitor)
          Checks all instances in a given Model against all spin:constraints and returns a List of constraint violations.
static java.util.List<ConstraintViolation> SPINConstraints.check(Resource resource, java.util.List<SPINStatistics> stats, ProgressMonitor monitor)
          Checks all spin:constraints for a given Resource.
static java.util.List<ConstraintViolation> SPINConstraints.check(Resource resource, ProgressMonitor monitor)
          Checks all spin:constraints for a given Resource.
 

Method parameters in org.topbraid.spin.constraints with type arguments of type ConstraintViolation
static void SPINConstraints.addConstraintViolationsRDF(java.util.List<ConstraintViolation> cvs, Model result, boolean createSource)
          Creates an RDF representation (instances of spin:ConstraintViolation) from a collection of ConstraintViolation Java objects.