Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.paths.Path
Packages that use Path
Package
Description
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as PathMethods in org.eclipse.rdf4j.sail.shacl.ast that return PathMethods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type PathModifier and TypeMethodDescriptionSparqlFragment.getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, List<Statement> currentStatements) SparqlFragment.TraceBack.getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, List<Statement> currentStatements) -
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type PathMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type PathModifier and TypeMethodDescription(package private) static PlanNodeAbstractConstraintComponent.getAllTargetsIncludingThoseAddedByPath(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, ConstraintComponent.Scope scope, EffectiveTarget effectiveTarget, Path path, boolean includeTargetsAffectedByRemoval) Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type PathModifier and TypeMethodDescriptionprivate PlanNodeAbstractSimpleConstraintComponent.getPlanNodeForOverrideTargetNode(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope, boolean negatePlan, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, EffectiveTarget effectiveTarget, Optional<Path> path) private PlanNodeSparqlConstraintComponent.getPlanNodeForOverrideTargetNode(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, EffectiveTarget effectiveTarget, Optional<Path> path) -
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.paths
Subclasses of Path in org.eclipse.rdf4j.sail.shacl.ast.pathsModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in org.eclipse.rdf4j.sail.shacl.ast.paths declared as PathModifier and TypeFieldDescriptionprivate final PathInversePath.pathprivate final PathOneOrMorePath.pathprivate final PathZeroOrMorePath.pathprivate final PathZeroOrOnePath.pathFields in org.eclipse.rdf4j.sail.shacl.ast.paths with type parameters of type PathMethods in org.eclipse.rdf4j.sail.shacl.ast.paths that return PathModifier and TypeMethodDescriptionstatic PathPath.buildPath(ShapeSource shapeSource, Resource id) Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type PathModifierConstructorDescriptionInversePath(Resource id, Path path) OneOrMorePath(Resource id, Path path) ZeroOrMorePath(Resource id, Path path) ZeroOrOnePath(Resource id, Path path) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.paths with type arguments of type PathModifierConstructorDescriptionAlternativePath(Resource id, Resource alternativePathId, List<Path> paths) SequencePath(Resource id, List<Path> paths) -
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type Path -
Uses of Path in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as PathMethods in org.eclipse.rdf4j.sail.shacl.results that return Path