Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
-
Packages that use Shape Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.sail.shacl.ast.targets org.eclipse.rdf4j.sail.shacl.results -
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as Shape Modifier and Type Field Description private ShapeShaclSailConnection.ValidationContainer. shapeDeprecated, for removal: This API element is subject to removal in a future version.private ShapeShapeValidationContainer. shapeMethods in org.eclipse.rdf4j.sail.shacl that return Shape Modifier and Type Method Description ShapeShaclSailConnection.ValidationContainer. getShape()Deprecated, for removal: This API element is subject to removal in a future version.ShapeShapeValidationContainer. getShape()Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type Shape Constructor Description ShapeValidationContainer(Shape shape, java.util.function.Supplier<PlanNode> planNodeSupplier, boolean logValidationExecution, boolean logValidationViolations, long effectiveValidationResultsLimitPerConstraint, boolean performanceLogging, org.slf4j.Logger logger)ValidationContainer(Shape shape, PlanNode planNode)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of Shape in org.eclipse.rdf4j.sail.shacl.ast Modifier and Type Class Description classNodeShapeclassPropertyShapeFields in org.eclipse.rdf4j.sail.shacl.ast declared as Shape Modifier and Type Field Description private ShapeContextWithShape. shapeprivate ShapeShaclSparqlConstraintFailureException. shapeprivate ShapeValidationQuery. shapeFields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Shape Modifier and Type Field Description (package private) java.util.Map<Resource,Shape>Cache. cacheMethods in org.eclipse.rdf4j.sail.shacl.ast that return Shape Modifier and Type Method Description ShapeCache. get(Resource id)ShapeContextWithShape. getShape()protected ShapePropertyShape. shallowClone()protected abstract ShapeShape. shallowClone()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type Shape Modifier and Type Method Description private static java.util.List<Shape>Shape.Factory. split(Shape s)Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Modifier and Type Method Description voidCache. put(Resource id, Shape shape)private static java.util.List<Shape>Shape.Factory. split(Shape s)ValidationQueryValidationQuery.Deactivated. withShape(Shape shape)ValidationQueryValidationQuery. withShape(Shape shape)Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Shape Modifier and Type Method Description private static voidShape.Factory. calculateIfProducesValidationResult(java.util.List<Shape> split)private static voidShape.Factory. calculateTargetChain(java.util.List<Shape> parsed)Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Constructor Description ContextWithShape(Resource[] dataGraph, Resource[] shapeGraph, Shape shape)ShaclSparqlConstraintFailureException(Shape shape, java.lang.String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph)Shape(Shape shape)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 Shape in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as Shape Modifier and Type Field Description (package private) ShapeNotConstraintComponent. not(package private) ShapeQualifiedMaxCountConstraintComponent. qualifiedValueShape(package private) ShapeQualifiedMinCountConstraintComponent. qualifiedValueShapeprivate ShapeSparqlConstraintComponent. shapeFields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type Shape Modifier and Type Field Description (package private) java.util.List<Shape>AndConstraintComponent. and(package private) java.util.List<Shape>OrConstraintComponent. or(package private) java.util.List<Shape>XoneConstraintComponent. xoneMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>OrConstraintComponent. getOr()Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Shape Modifier and Type Method Description (package private) static SparqlFragmentLogicalOperatorConstraintComponent. buildSparqlValidNodes_rsx_targetShape_inner(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, java.util.List<Shape> shapes, TargetChain targetChain, java.util.function.Function<java.util.List<SparqlFragment>,SparqlFragment> bgpCombiner, java.util.function.Function<java.util.List<SparqlFragment>,SparqlFragment> filterCombiner)Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Shape Constructor Description SparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, java.lang.String select, java.lang.String originalSelect, java.util.List<Literal> message, java.lang.Boolean deactivated, java.util.Set<Namespace> namespaces, Model prefixes)SparqlConstraintComponent(Resource id, ShapeSource shapeSource, Shape shape) -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as Shape Modifier and Type Field Description private ShapeSingleCloseablePlanNode. shapeprivate ShapeSparqlConstraintSelect. shapeMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return Shape Modifier and Type Method Description ShapeSingleCloseablePlanNode. getShape()Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Shape Constructor Description SingleCloseablePlanNode(PlanNode parent, Shape shape)SparqlConstraintSelect(SailConnection connection, PlanNode targets, java.lang.String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape) -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Shape Modifier and Type Field Description private ShapeRSXTargetShape. targetShape -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as Shape Modifier and Type Field Description private ShapeValidationResult. shapeDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Shape Modifier and Type Method Description protected ShapeValidationResult. getShape()Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Shape Constructor Description ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs)Deprecated.
-