Uses of Interface
org.apache.jena.atlas.iterator.Transform

Packages that use Transform
com.hp.hpl.jena.sparql.graph   
com.hp.hpl.jena.sparql.modify   
org.apache.jena.atlas.iterator   
org.apache.jena.riot.other   
org.apache.jena.riot.process.normalize   
 

Uses of Transform in com.hp.hpl.jena.sparql.graph
 

Subinterfaces of Transform in com.hp.hpl.jena.sparql.graph
 interface NodeTransform
          Convert nodes to nodes - Vars may need to be translated into Vars.
 

Uses of Transform in com.hp.hpl.jena.sparql.modify
 

Classes in com.hp.hpl.jena.sparql.modify that implement Transform
 class NodeTransformBNodesToVariables
           
 

Uses of Transform in org.apache.jena.atlas.iterator
 

Methods in org.apache.jena.atlas.iterator with parameters of type Transform
static
<T,R> Iterator<R>
Iter.map(Iterable<? extends T> stream, Transform<T,R> converter)
           
static
<T,R> Iterator<R>
Iter.map(Iterator<? extends T> stream, Transform<T,R> converter)
           
static
<T,R> List<R>
Iter.map(List<? extends T> list, Transform<T,R> converter)
           
<R> Iter<R>
Iter.map(Transform<T,R> converter)
           
static
<T,R> Iterator<R>
Iter.mapMany(Iterable<? extends T> stream, Transform<T,Iterator<R>> converter)
           
static
<T,R> Iterator<R>
Iter.mapMany(Iterator<? extends T> stream, Transform<? super T,Iterator<R>> converter)
          Projects each element of a sequence to an Iterator<R> and flattens the resulting sequences into one sequence.
static
<T,R> List<R>
Iter.mapMany(List<? extends T> list, Transform<T,Iterator<R>> converter)
           
 

Uses of Transform in org.apache.jena.riot.other
 

Fields in org.apache.jena.riot.other declared as Transform
static Transform<Quad,Node> GLib.projectQuadGraphName
          Transform quad to graphname
static Transform<Quad,Node> GLib.projectQuadObject
          Transform quad to object
static Transform<Quad,Node> GLib.projectQuadPredicate
          Transform quad to predicate
static Transform<Quad,Node> GLib.projectQuadSubject
          Transform quad to subject
static Transform<Triple,Node> GLib.projectTripleObject
          Transform triple to object
static Transform<Triple,Node> GLib.projectTriplePredicate
          Transform triple to predicate
static Transform<Triple,Node> GLib.projectTripleSubject
          Transform triple to subject
 

Uses of Transform in org.apache.jena.riot.process.normalize
 

Classes in org.apache.jena.riot.process.normalize that implement Transform
 class CanonicalizeLiteral
           
 



Licenced under the Apache License, Version 2.0