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 TriplePathSubstitute.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 TypeMethodDescriptionvoidPathBlock.add(int i, TriplePath tp) voidPathBlock.add(TriplePath tp) static TriplePathSubstitute.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 TypeMethodDescriptionvoidQuadAccSink.addTriplePath(TriplePath tPath) voidQuadDataAcc.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 QueryIteratorPathLib.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 voidWriterPath.output(org.apache.jena.atlas.io.IndentedWriter out, TriplePath tp, SerializationContext naming) static voidWriterPath.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 TypeMethodDescriptionvoidElementPathBlock.addTriple(TriplePath tp) voidElementPathBlock.addTriplePath(int index, TriplePath tPath) voidElementPathBlock.addTriplePath(TriplePath tPath) voidElementTriplesBlock.addTriplePath(int index, TriplePath path) voidElementTriplesBlock.addTriplePath(TriplePath path) default voidTripleCollector.addTriplePath(int index, TriplePath tPath) voidTripleCollector.addTriplePath(TriplePath tPath) voidTripleCollectorBGP.addTriplePath(int index, TriplePath path) voidTripleCollectorBGP.addTriplePath(TriplePath path) -
Uses of TriplePath in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type TriplePathModifier and TypeMethodDescriptionstatic voidVarUtils.addVarsFromTriplePath(Collection<Var> acc, TriplePath tpath) static booleanIso.triplePathIso(TriplePath tp1, TriplePath tp2, NodeIsomorphismMap isoMap) Are two triple paths isomorphic?