Uses of Class
org.apache.jena.sparql.core.TriplePath
Packages that use TriplePath
Package
Description
-
Uses of TriplePath in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return TriplePathConstructors in org.apache.jena.sparql.algebra.op with parameters of type TriplePath -
Uses of TriplePath in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return TriplePathModifier and TypeMethodDescriptionPathBlock.get
(int i) static TriplePath
Substitute.substitute
(TriplePath triplePath, Binding binding) Methods in org.apache.jena.sparql.core that return types with arguments of type TriplePathMethods in org.apache.jena.sparql.core with parameters of type TriplePathModifier and TypeMethodDescriptionvoid
PathBlock.add
(int i, TriplePath tp) void
PathBlock.add
(TriplePath tp) static TriplePath
Substitute.substitute
(TriplePath triplePath, Binding binding) -
Uses of TriplePath in org.apache.jena.sparql.engine.iterator
Constructors in org.apache.jena.sparql.engine.iterator with parameters of type TriplePathModifierConstructorDescriptionQueryIterPath
(TriplePath triplePath, QueryIterator input, ExecutionContext context) -
Uses of TriplePath in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type TriplePathModifier and TypeMethodDescriptionEvaluator.pathPattern
(TriplePath triplePath) EvaluatorSimple.pathPattern
(TriplePath triplePath) -
Uses of TriplePath in org.apache.jena.sparql.modify.request
Methods in org.apache.jena.sparql.modify.request with parameters of type TriplePathModifier and TypeMethodDescriptionvoid
QuadAccSink.addTriplePath
(TriplePath tPath) void
QuadDataAcc.addTriplePath
(int index, TriplePath tPath) -
Uses of TriplePath in org.apache.jena.sparql.path
Methods in org.apache.jena.sparql.path with parameters of type TriplePathModifier and TypeMethodDescriptionstatic QueryIterator
PathLib.execTriplePath
(Binding binding, TriplePath triplePath, ExecutionContext execCxt) PathCompiler.reduce
(TriplePath triplePath) Algebra-based transformation. -
Uses of TriplePath in org.apache.jena.sparql.sse.builders
Methods in org.apache.jena.sparql.sse.builders that return TriplePath -
Uses of TriplePath in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type TriplePathModifier and TypeMethodDescriptionstatic void
WriterPath.output
(org.apache.jena.atlas.io.IndentedWriter out, TriplePath tp, SerializationContext naming) static void
WriterPath.outputPlain
(org.apache.jena.atlas.io.IndentedWriter out, TriplePath tp, SerializationContext naming) -
Uses of TriplePath in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax that return types with arguments of type TriplePathMethods in org.apache.jena.sparql.syntax with parameters of type TriplePathModifier and TypeMethodDescriptionvoid
ElementPathBlock.addTriple
(TriplePath tp) void
ElementPathBlock.addTriplePath
(int index, TriplePath tPath) void
ElementPathBlock.addTriplePath
(TriplePath tPath) void
ElementTriplesBlock.addTriplePath
(int index, TriplePath path) void
ElementTriplesBlock.addTriplePath
(TriplePath path) void
TripleCollector.addTriplePath
(TriplePath tPath) void
TripleCollectorBGP.addTriplePath
(int index, TriplePath path) void
TripleCollectorBGP.addTriplePath
(TriplePath path) void
TripleCollectorMark.addTriplePath
(int index, TriplePath tPath) -
Uses of TriplePath in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type TriplePathModifier and TypeMethodDescriptionstatic void
VarUtils.addVarsFromTriplePath
(Collection<Var> acc, TriplePath tpath) static boolean
Iso.triplePathIso
(TriplePath tp1, TriplePath tp2, NodeIsomorphismMap isoMap)