Uses of Class
org.apache.jena.sparql.core.TriplePath
-
-
Uses of TriplePath in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return TriplePath Modifier and Type Method Description TriplePathOpPath. getTriplePath()Constructors in org.apache.jena.sparql.algebra.op with parameters of type TriplePath Constructor Description OpPath(TriplePath triplePath) -
Uses of TriplePath in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return TriplePath Modifier and Type Method Description TriplePathPathBlock. get(int i)static TriplePathSubstitute. substitute(TriplePath triplePath, Binding binding)Methods in org.apache.jena.sparql.core that return types with arguments of type TriplePath Modifier and Type Method Description java.util.List<TriplePath>PathBlock. getList()java.util.ListIterator<TriplePath>PathBlock. iterator()Methods in org.apache.jena.sparql.core with parameters of type TriplePath Modifier and Type Method Description voidPathBlock. 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 TriplePath Constructor Description QueryIterPath(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 TriplePath Modifier and Type Method Description TableEvaluator. pathPattern(TriplePath triplePath)TableEvaluatorSimple. 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 TriplePath Modifier and Type Method Description voidQuadAccSink. 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 TriplePath Modifier and Type Method Description static QueryIteratorPathLib. execTriplePath(Binding binding, TriplePath triplePath, ExecutionContext execCxt)PathBlockPathCompiler. reduce(TriplePath triplePath) -
Uses of TriplePath in org.apache.jena.sparql.sse.builders
Methods in org.apache.jena.sparql.sse.builders that return TriplePath Modifier and Type Method Description static TriplePathBuilderPath. buildTriplePath(ItemList list) -
Uses of TriplePath in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type TriplePath Modifier and Type Method Description static 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 TriplePath Modifier and Type Method Description java.util.Iterator<TriplePath>ElementPathBlock. patternElts()Methods in org.apache.jena.sparql.syntax with parameters of type TriplePath Modifier and Type Method Description voidElementPathBlock. addTriple(TriplePath tp)voidElementPathBlock. addTriplePath(int index, TriplePath tPath)voidElementPathBlock. addTriplePath(TriplePath tPath)voidElementTriplesBlock. addTriplePath(int index, TriplePath path)voidElementTriplesBlock. addTriplePath(TriplePath path)voidTripleCollector. addTriplePath(TriplePath tPath)voidTripleCollectorBGP. addTriplePath(int index, TriplePath path)voidTripleCollectorBGP. addTriplePath(TriplePath path)voidTripleCollectorMark. 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 TriplePath Modifier and Type Method Description static voidVarUtils. addVarsFromTriplePath(java.util.Collection<Var> acc, TriplePath tpath)static booleanIso. triplePathIso(TriplePath tp1, TriplePath tp2, NodeIsomorphismMap isoMap)
-