Uses of Interface
org.openjena.atlas.iterator.Transform

Packages that use Transform
com.hp.hpl.jena.sparql.graph   
com.hp.hpl.jena.sparql.modify   
org.openjena.atlas.iterator   
org.openjena.riot.pipeline.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.openjena.atlas.iterator
 

Methods in org.openjena.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.openjena.riot.pipeline.normalize
 

Classes in org.openjena.riot.pipeline.normalize that implement Transform
 class CanonicalizeLiteral
           
 



Licenced under the Apache License, Version 2.0