Uses of Interface
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent
Packages that use ConstraintComponent
Package
Description
-
Uses of ConstraintComponent in org.eclipse.rdf4j.sail.shacl.ast
Classes in org.eclipse.rdf4j.sail.shacl.ast that implement ConstraintComponentFields in org.eclipse.rdf4j.sail.shacl.ast declared as ConstraintComponentModifier and TypeFieldDescriptionprivate ConstraintComponent
ValidationQuery.constraintComponent
private ConstraintComponent
ValidationQuery.constraintComponent_validationReport
Fields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ConstraintComponentModifier and TypeFieldDescription(package private) List
<ConstraintComponent> Shape.constraintComponents
Methods in org.eclipse.rdf4j.sail.shacl.ast that return ConstraintComponentMethods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ConstraintComponentModifier and TypeMethodDescription(package private) List
<ConstraintComponent> Shape.getConstraintComponents
(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ConstraintComponentModifier and TypeMethodDescriptionValidationQuery.Deactivated.withConstraintComponent
(ConstraintComponent constraintComponent) ValidationQuery.withConstraintComponent
(ConstraintComponent constraintComponent) Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ConstraintComponentModifierConstructorDescriptionValidationQuery
(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 ConstraintComponent in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Classes in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that implement ConstraintComponentModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ConstraintComponentModifier and TypeMethodDescriptionAndConstraintComponent.deepClone()
ClassConstraintComponent.deepClone()
ClosedConstraintComponent.deepClone()
ConstraintComponent.deepClone()
DashHasValueInConstraintComponent.deepClone()
DatatypeConstraintComponent.deepClone()
DisjointConstraintComponent.deepClone()
EqualsConstraintComponent.deepClone()
HasValueConstraintComponent.deepClone()
InConstraintComponent.deepClone()
LanguageInConstraintComponent.deepClone()
LessThanConstraintComponent.deepClone()
LessThanOrEqualsConstraintComponent.deepClone()
MaxCountConstraintComponent.deepClone()
MaxExclusiveConstraintComponent.deepClone()
MaxInclusiveConstraintComponent.deepClone()
MaxLengthConstraintComponent.deepClone()
MinCountConstraintComponent.deepClone()
MinExclusiveConstraintComponent.deepClone()
MinInclusiveConstraintComponent.deepClone()
MinLengthConstraintComponent.deepClone()
NodeKindConstraintComponent.deepClone()
NotConstraintComponent.deepClone()
OrConstraintComponent.deepClone()
PatternConstraintComponent.deepClone()
QualifiedMaxCountConstraintComponent.deepClone()
QualifiedMinCountConstraintComponent.deepClone()
SparqlConstraintComponent.deepClone()
UniqueLangConstraintComponent.deepClone()
XoneConstraintComponent.deepClone()
-
Uses of ConstraintComponent in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as ConstraintComponentModifier and TypeFieldDescriptionprivate final ConstraintComponent
ValidationResult.sourceConstraint
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return ConstraintComponentModifier and TypeMethodDescriptionprotected ConstraintComponent
ValidationResult.getSourceConstraint()
Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ConstraintComponentModifierConstructorDescriptionValidationResult
(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated.