Uses of Class
org.eclipse.rdf4j.queryrender.sparql.ir.IrStatementPattern
Packages that use IrStatementPattern
Package
Description
-
Uses of IrStatementPattern in org.eclipse.rdf4j.queryrender.sparql.ir
Methods in org.eclipse.rdf4j.queryrender.sparql.ir with parameters of type IrStatementPatternModifier and TypeMethodDescriptionIrPathTriple.fromStatementPatterns(IrStatementPattern... sps) Create a set of pathVars from one or more IrStatementPattern by collecting any parser bridge variables (subject/object with names starting with _anon_path_ or _anon_path_inverse_) and anonymous predicate vars. -
Uses of IrStatementPattern in org.eclipse.rdf4j.queryrender.sparql.ir.util.transform
Fields in org.eclipse.rdf4j.queryrender.sparql.ir.util.transform declared as IrStatementPatternModifier and TypeFieldDescriptionfinal IrStatementPatternFusePathPlusTailAlternationUnionTransform.BranchTriple.spMethods in org.eclipse.rdf4j.queryrender.sparql.ir.util.transform with parameters of type IrStatementPatternModifier and TypeMethodDescriptionstatic booleanBaseTransform.isConstantIriPredicate(IrStatementPattern sp) Convenience: true iff SP has a constant-IRI predicate.