Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.paths.Path
-
-
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Path Modifier and Type Field Description (package private) PathPropertyShape. pathMethods in org.eclipse.rdf4j.sail.shacl.ast that return Path Modifier and Type Method Description PathPropertyShape. getPath()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Path Modifier and Type Method Description java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>SparqlFragment. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements)java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>SparqlFragment.TraceBack. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.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 Path Modifier and Type Field Description private java.util.List<Path>ClosedConstraintComponent. pathsMethod parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Path Modifier and Type Method Description private PlanNodeSimpleAbstractConstraintComponent. getPlanNodeForOverrideTargetNode(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope, boolean negatePlan, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, EffectiveTarget effectiveTarget, java.util.Optional<Path> path)private PlanNodeSparqlConstraintComponent. getPlanNodeForOverrideTargetNode(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, EffectiveTarget effectiveTarget, java.util.Optional<Path> path) -
Uses of Path in org.eclipse.rdf4j.sail.shacl.ast.paths
Subclasses of Path in org.eclipse.rdf4j.sail.shacl.ast.paths Modifier and Type Class Description classAlternativePathclassInversePathclassOneOrMorePathclassSequencePathclassSimplePathclassZeroOrMorePathclassZeroOrOnePathFields in org.eclipse.rdf4j.sail.shacl.ast.paths declared as Path Modifier and Type Field Description private PathInversePath. pathprivate PathOneOrMorePath. pathprivate PathZeroOrMorePath. pathprivate PathZeroOrOnePath. pathFields in org.eclipse.rdf4j.sail.shacl.ast.paths with type parameters of type Path Modifier and Type Field Description private java.util.List<Path>AlternativePath. pathsprivate java.util.List<Path>SequencePath. pathsMethods in org.eclipse.rdf4j.sail.shacl.ast.paths that return Path Modifier and Type Method Description static PathPath. buildPath(ShapeSource shapeSource, Resource id)Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type Path Constructor Description InversePath(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 Path Constructor Description AlternativePath(Resource id, Resource alternativePathId, java.util.List<Path> paths)SequencePath(Resource id, java.util.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 Modifier and Type Method Description java.util.Optional<Path>TargetChain. getPath() -
Uses of Path in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as Path Modifier and Type Field Description private PathValidationResult. pathDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Path Modifier and Type Method Description private PathValidationResult. getPath()Deprecated.
-