|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Iter.map(Iterable<? extends T> stream,
Transform<T,R> converter)
|
|
static
|
Iter.map(Iterator<? extends T> stream,
Transform<T,R> converter)
|
|
static
|
Iter.map(List<? extends T> list,
Transform<T,R> converter)
|
|
|
Iter.map(Transform<T,R> converter)
|
|
static
|
Iter.mapMany(Iterable<? extends T> stream,
Transform<T,Iterator<R>> converter)
|
|
static
|
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
|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||