|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Map1 | |
|---|---|
| com.hp.hpl.jena.graph | This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. |
| com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
| com.hp.hpl.jena.reasoner.dig | |
| com.hp.hpl.jena.util.iterator | A package for defining useful iterators and iterator operations,
including concatenation, mapping, filtering, empty and singleton
iterators, iterator wrappers, and the ExtendedIterator
class used in many places in Jena. |
| Uses of Map1 in com.hp.hpl.jena.graph |
|---|
| Fields in com.hp.hpl.jena.graph declared as Map1 | |
|---|---|
static Map1 |
Triple.getObject
|
static Map1 |
Triple.getPredicate
|
static Map1 |
Triple.getSubject
|
| Uses of Map1 in com.hp.hpl.jena.rdf.model |
|---|
| Fields in com.hp.hpl.jena.rdf.model declared as Map1 | |
|---|---|
static Map1 |
Statement.Util.getObject
|
static Map1 |
Statement.Util.getPredicate
|
static Map1 |
Statement.Util.getSubject
|
| Methods in com.hp.hpl.jena.rdf.model with parameters of type Map1 | |
|---|---|
ExtendedIterator |
RDFList.mapWith(Map1 fn)
Answer an iterator of the elements of this list, to each of which the given map function has been applied. |
| Uses of Map1 in com.hp.hpl.jena.reasoner.dig |
|---|
| Classes in com.hp.hpl.jena.reasoner.dig that implement Map1 | |
|---|---|
class |
DIGValueToNodeMapper
Mapper to map DIG identifier names and concrete value elements to Jena graph nodes. |
class |
TripleObjectFiller
Mapper to create triples from a given predicate and subject |
class |
TripleSubjectFiller
Mapper to create triples from a given predicate and object |
| Uses of Map1 in com.hp.hpl.jena.util.iterator |
|---|
| Methods in com.hp.hpl.jena.util.iterator with parameters of type Map1 | |
|---|---|
ExtendedIterator |
NiceIterator.mapWith(Map1 map1)
make a new iterator which is the elementwise _map1_ of the base iterator. |
ExtendedIterator |
LazyIterator.mapWith(Map1 map1)
|
ExtendedIterator |
ExtendedIterator.mapWith(Map1 map1)
return a new iterator where each element is the result of applying _map1_ to the corresponding element of _this_. |
| Constructors in com.hp.hpl.jena.util.iterator with parameters of type Map1 | |
|---|---|
Map1Iterator(Map1 m,
java.util.Iterator it)
Construct a list of the converted. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||