Uses of Package
org.topbraid.shacl.validation
-
Packages that use org.topbraid.shacl.validation Package Description org.topbraid.shacl.engine org.topbraid.shacl.validation org.topbraid.shacl.validation.java org.topbraid.shacl.validation.sparql -
Classes in org.topbraid.shacl.validation used by org.topbraid.shacl.engine Class Description ConstraintExecutor Interface for objects that can execute a given constraint. -
Classes in org.topbraid.shacl.validation used by org.topbraid.shacl.validation Class Description ClassesCache An object that is used to cache subclasses of all classes mentioned in sh:class statements, for faster execution of sh:class checking, avoiding repeated traversal of the subClassOf hierarchy.ConstraintExecutor Interface for objects that can execute a given constraint.ConstraintExecutors Singleton managing the available ValidationLanguage instances.DefaultShapesGraphProvider A singleton used by ResourceConstraintValidator (and thus the tosh:hasShape function) to deliver a default shapes graph if none has been provided in the context.ValidationEngine A ValidationEngine uses a given shapes graph (represented via an instance of ShapesGraph) and performs SHACL validation on a given Dataset.ValidationEngineConfiguration Configures the behavior of the validation engine.ValidationEngineFactory A singleton that can be used to produce new ValidationEngines.ValidationLanguage Shared interface for SHACL-SPARQL and SHACL-JS validation, or potential other languages.ValidationProfile Statistical data about execution time collected during validation.ValidationReport ValidationResult A validation result, as produced by the validation engine.ValidationSuggestionGenerator An interface for objects that can produce suggestions for a given results graph.ValidationSuggestionGeneratorFactory A singleton object that can create ValidationSuggestionGenerators. -
Classes in org.topbraid.shacl.validation used by org.topbraid.shacl.validation.java Class Description AbstractNativeConstraintExecutor ConstraintExecutor Interface for objects that can execute a given constraint.ConstraintExecutors Singleton managing the available ValidationLanguage instances.ValidationEngine A ValidationEngine uses a given shapes graph (represented via an instance of ShapesGraph) and performs SHACL validation on a given Dataset. -
Classes in org.topbraid.shacl.validation used by org.topbraid.shacl.validation.sparql Class Description ConstraintExecutor Interface for objects that can execute a given constraint.ValidationEngine A ValidationEngine uses a given shapes graph (represented via an instance of ShapesGraph) and performs SHACL validation on a given Dataset.ValidationLanguage Shared interface for SHACL-SPARQL and SHACL-JS validation, or potential other languages.