Uses of Enum
org.eclipse.rdf4j.sail.shacl.ast.Severity
Packages that use Severity
-
Uses of Severity in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as SeverityModifier and TypeFieldDescription(package private) Severity
Shape.severity
private Severity
ValidationQuery.severity
Methods in org.eclipse.rdf4j.sail.shacl.ast that return SeverityModifier and TypeMethodDescriptionstatic Severity
Shape.getSeverity()
static Severity
static Severity
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 SeverityModifier and TypeMethodDescriptionstatic Severity
ValidationQuery.Deactivated.withSeverity
(Severity severity) ValidationQuery.withSeverity
(Severity severity) Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type SeverityModifierConstructorDescriptionValidationQuery
(Collection<Namespace> namespaces, String query, 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 SeverityMethods in org.eclipse.rdf4j.sail.shacl.results that return SeverityConstructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type SeverityModifierConstructorDescriptionValidationResult
(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated.