Uses of Class
com.hp.hpl.jena.sparql.core.TriplePath

Packages that use TriplePath
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.engine.iterator   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.modify.request   
com.hp.hpl.jena.sparql.path   
com.hp.hpl.jena.sparql.sse.builders   
com.hp.hpl.jena.sparql.sse.writers   
com.hp.hpl.jena.sparql.syntax   
com.hp.hpl.jena.sparql.util   
 

Uses of TriplePath in com.hp.hpl.jena.sparql.algebra.op
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return TriplePath
 TriplePath OpPath.getTriplePath()
           
 

Constructors in com.hp.hpl.jena.sparql.algebra.op with parameters of type TriplePath
OpPath(TriplePath triplePath)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.core
 

Methods in com.hp.hpl.jena.sparql.core that return TriplePath
 TriplePath PathBlock.get(int i)
           
static TriplePath Substitute.substitute(TriplePath triplePath, Binding binding)
           
 

Methods in com.hp.hpl.jena.sparql.core that return types with arguments of type TriplePath
 List<TriplePath> PathBlock.getList()
           
 ListIterator<TriplePath> PathBlock.iterator()
           
 

Methods in com.hp.hpl.jena.sparql.core with parameters of type TriplePath
 void PathBlock.add(int i, TriplePath tp)
           
 void PathBlock.add(TriplePath tp)
           
static TriplePath Substitute.substitute(TriplePath triplePath, Binding binding)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.engine.iterator
 

Constructors in com.hp.hpl.jena.sparql.engine.iterator with parameters of type TriplePath
QueryIterPath(TriplePath triplePath, QueryIterator input, ExecutionContext context)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.engine.ref
 

Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type TriplePath
 Table EvaluatorSimple.pathPattern(TriplePath triplePath)
           
 Table Evaluator.pathPattern(TriplePath triplePath)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.modify.request
 

Methods in com.hp.hpl.jena.sparql.modify.request with parameters of type TriplePath
 void QuadAcc.addTriplePath(int index, TriplePath tPath)
           
 void QuadAcc.addTriplePath(TriplePath tPath)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.path
 

Methods in com.hp.hpl.jena.sparql.path with parameters of type TriplePath
static QueryIterator PathLib.execTriplePath(Binding binding, TriplePath triplePath, ExecutionContext execCxt)
           
 PathBlock PathCompiler.reduce(TriplePath triplePath)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.sse.builders
 

Methods in com.hp.hpl.jena.sparql.sse.builders that return TriplePath
static TriplePath BuilderPath.buildTriplePath(ItemList list)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.sse.writers
 

Methods in com.hp.hpl.jena.sparql.sse.writers with parameters of type TriplePath
static void WriterPath.output(IndentedWriter out, TriplePath tp, SerializationContext naming)
           
static void WriterPath.outputPlain(IndentedWriter out, TriplePath tp, SerializationContext naming)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.syntax
 

Methods in com.hp.hpl.jena.sparql.syntax that return types with arguments of type TriplePath
 Iterator<TriplePath> ElementPathBlock.patternElts()
           
 

Methods in com.hp.hpl.jena.sparql.syntax with parameters of type TriplePath
 void ElementPathBlock.addTriple(TriplePath tp)
           
 void TripleCollectorBGP.addTriplePath(int index, TriplePath path)
           
 void ElementTriplesBlock.addTriplePath(int index, TriplePath path)
           
 void TripleCollector.addTriplePath(int index, TriplePath tPath)
           
 void ElementPathBlock.addTriplePath(int index, TriplePath tPath)
           
 void TripleCollectorBGP.addTriplePath(TriplePath path)
           
 void ElementTriplesBlock.addTriplePath(TriplePath path)
           
 void TripleCollector.addTriplePath(TriplePath tPath)
           
 void ElementPathBlock.addTriplePath(TriplePath tPath)
           
 

Uses of TriplePath in com.hp.hpl.jena.sparql.util
 

Methods in com.hp.hpl.jena.sparql.util with parameters of type TriplePath
static void VarUtils.addVarsFromTriplePath(Set<Var> acc, TriplePath tpath)
           
static boolean Utils.triplePathIso(TriplePath tp1, TriplePath tp2, NodeIsomorphismMap isoMap)
           
 



Licenced under the Apache License, Version 2.0