Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
NodeTransform
Convert nodes to nodes - Vars may need to be translated into Vars.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeTransformBNodesToVariables |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
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.projectTripeObject
Transform triple to object
|
static Transform<Triple,Node> |
GLib.projectTripePredicate
Transform triple to predicate
|
static Transform<Triple,Node> |
GLib.projectTripeSubject
Transform triple to subject
|
Modifier and Type | Class and Description |
---|---|
class |
CanonicalizeLiteral |
Licenced under the Apache License, Version 2.0