Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
Packages that use Shape
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ShapeModifier and TypeFieldDescriptionprivate final ShapeShaclSailConnection.ValidationContainer.shapeDeprecated, for removal: This API element is subject to removal in a future version.private final ShapeShapeValidationContainer.shapeMethods in org.eclipse.rdf4j.sail.shacl that return ShapeModifier and TypeMethodDescriptionShaclSailConnection.ValidationContainer.getShape()Deprecated, for removal: This API element is subject to removal in a future version.ShapeValidationContainer.getShape()Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type ShapeModifierConstructorDescriptionShapeValidationContainer(Shape shape, 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.astFields in org.eclipse.rdf4j.sail.shacl.ast declared as ShapeModifier and TypeFieldDescriptionprivate final ShapeContextWithShape.shapeprivate final ShapeShaclSparqlConstraintFailureException.shapeprivate ShapeValidationQuery.shapeFields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ShapeMethods in org.eclipse.rdf4j.sail.shacl.ast that return ShapeModifier and TypeMethodDescriptionContextWithShape.getShape()protected ShapePropertyShape.shallowClone()protected abstract ShapeShape.shallowClone()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ShapeMethods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeModifier and TypeMethodDescriptionvoidMethod parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ShapeModifier and TypeMethodDescriptionprivate static voidShape.Factory.calculateIfProducesValidationResult(List<Shape> split) private static voidShape.Factory.calculateTargetChain(List<Shape> parsed) Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeModifierConstructorDescriptionContextWithShape(Resource[] dataGraph, Resource[] shapeGraph, Shape shape) ShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) ValidationQuery(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 Shape in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as ShapeModifier and TypeFieldDescription(package private) ShapeNotConstraintComponent.not(package private) ShapeQualifiedMaxCountConstraintComponent.qualifiedValueShape(package private) ShapeQualifiedMinCountConstraintComponent.qualifiedValueShapeprivate final ShapeSparqlConstraintComponent.shapeFields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type ShapeModifier and TypeFieldDescriptionAndConstraintComponent.andOrConstraintComponent.orXoneConstraintComponent.xoneMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return types with arguments of type ShapeMethod parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type ShapeModifier and TypeMethodDescription(package private) static SparqlFragmentLogicalOperatorConstraintComponent.buildSparqlValidNodes_rsx_targetShape_inner(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, List<Shape> shapes, TargetChain targetChain, Function<List<SparqlFragment>, SparqlFragment> bgpCombiner, Function<List<SparqlFragment>, SparqlFragment> filterCombiner) Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ShapeModifierConstructorDescriptionSparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, String select, String originalSelect, List<Literal> message, Boolean deactivated, 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 ShapeModifier and TypeFieldDescriptionprivate final ShapeSingleCloseablePlanNode.shapeprivate final ShapeSparqlConstraintSelect.shapeMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ShapeConstructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ShapeModifierConstructorDescriptionSingleCloseablePlanNode(PlanNode parent, Shape shape) SparqlConstraintSelect(SailConnection connection, PlanNode targets, 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 -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as ShapeMethods in org.eclipse.rdf4j.sail.shacl.results that return ShapeConstructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ShapeModifierConstructorDescriptionValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated.