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
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Severity Modifier and Type Field Description (package private) Severity
Shape. severity
private Severity
ValidationQuery. severity
Methods in org.eclipse.rdf4j.sail.shacl.ast that return Severity Modifier and Type Method Description static Severity
Severity. fromIri(IRI iri)
Severity
Shape. getSeverity()
static Severity
Severity. orDefault(Severity severity)
static Severity
Severity. valueOf(java.lang.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 static Severity
Severity. orDefault(Severity severity)
ValidationQuery
ValidationQuery.Deactivated. withSeverity(Severity severity)
ValidationQuery
ValidationQuery. withSeverity(Severity severity)
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Severity Constructor Description ValidationQuery(java.util.Collection<Namespace> namespaces, java.lang.String query, java.util.List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape)
-
Uses of Severity in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as Severity Modifier and Type Field Description private Severity
ValidationResult. severity
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Severity Modifier and Type Method Description protected Severity
ValidationResult. getSeverity()
Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Severity Constructor Description ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs)
Deprecated.
-