Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Severity
-
Packages that use Severity Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.results -
-
Uses of Severity in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that return Severity Modifier and Type Method Description SeverityShape. getSeverity()static SeveritySeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Severity Modifier and Type Method Description ValidationQueryValidationQuery.Deactivated. withSeverity(Severity severity)ValidationQueryValidationQuery. withSeverity(Severity severity)Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Severity Constructor Description ValidationQuery(String query, List<StatementMatcher.Variable> targets, StatementMatcher.Variable value, ConstraintComponent.Scope scope, SourceConstraintComponent constraintComponent, Severity severity, Shape shape) -
Uses of Severity in org.eclipse.rdf4j.sail.shacl.results
Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Severity Constructor Description ValidationResult(org.eclipse.rdf4j.model.Value focusNode, org.eclipse.rdf4j.model.Value value, Shape shape, SourceConstraintComponent sourceConstraintComponent, Severity severity, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraphs, org.eclipse.rdf4j.model.Resource[] shapesGraphs)Deprecated.
-