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) SeverityShape. severityprivate SeverityValidationQuery. severityMethods in org.eclipse.rdf4j.sail.shacl.ast that return Severity Modifier and Type Method Description static SeveritySeverity. fromIri(IRI iri)SeverityShape. getSeverity()static SeveritySeverity. orDefault(Severity severity)static SeveritySeverity. 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 SeveritySeverity. orDefault(Severity severity)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(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 SeverityValidationResult. severityDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Severity Modifier and Type Method Description protected SeverityValidationResult. 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.
-