Uses of Enum
org.eclipse.rdf4j.sail.shacl.ast.Severity
Packages that use Severity
-
Uses of Severity in org.eclipse.rdf4j.sail.shacl.ast
Subclasses with type arguments of type Severity in org.eclipse.rdf4j.sail.shacl.astFields in org.eclipse.rdf4j.sail.shacl.ast declared as SeverityModifier and TypeFieldDescription(package private) SeverityShape.severityprivate SeverityValidationQuery.severityMethods in org.eclipse.rdf4j.sail.shacl.ast that return SeverityModifier and TypeMethodDescriptionstatic SeverityShape.getSeverity()static Severitystatic SeverityReturns 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 SeverityValidationQuery.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.