Uses of Class
org.apache.jena.sparql.core.PathBlock
-
Packages that use PathBlock Package Description org.apache.jena.sparql.core org.apache.jena.sparql.path org.apache.jena.sparql.syntax -
-
Uses of PathBlock in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core with parameters of type PathBlock Modifier and Type Method Description voidPathBlock. addAll(PathBlock other)booleanPathBlock. equiv(PathBlock other, NodeIsomorphismMap isoMap)Constructors in org.apache.jena.sparql.core with parameters of type PathBlock Constructor Description PathBlock(PathBlock other) -
Uses of PathBlock in org.apache.jena.sparql.path
Methods in org.apache.jena.sparql.path that return PathBlock Modifier and Type Method Description PathBlockPathCompiler. reduce(Node start, Path path, Node finish)PathBlockPathCompiler. reduce(PathBlock pathBlock)Simplify : turns constructs in simple triples and simpler TriplePaths where possiblePathBlockPathCompiler. reduce(TriplePath triplePath)Methods in org.apache.jena.sparql.path with parameters of type PathBlock Modifier and Type Method Description static OpPathLib. pathToTriples(PathBlock pattern)Convert any paths of exactly one predicate to a triple patternPathBlockPathCompiler. reduce(PathBlock pathBlock)Simplify : turns constructs in simple triples and simpler TriplePaths where possible -
Uses of PathBlock in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax that return PathBlock Modifier and Type Method Description PathBlockElementPathBlock. getPattern()Constructors in org.apache.jena.sparql.syntax with parameters of type PathBlock Constructor Description ElementPathBlock(PathBlock pattern)
-