net.java.rdf.sommer
Interface Mapper.Init

All Known Implementing Classes:
SesameMapper.SesameInit, SesameMemorySailInit
Enclosing interface:
Mapper

public static interface Mapper.Init

Different RDF stores usually require very different initialisations. The Init interface will be implemented for each of the stores, and extended to give access to objects specific to that store. I have placed this in a seperate class so that people don't have to subclass what will usually be a very large Mapper class. But this might not be the right solution. Feel free to be critical.


Method Summary
 Mapper create(java.lang.String... uris)
          create a mapper instance that ranges over the union of the given contexts
 

Method Detail

create

Mapper create(java.lang.String... uris)
create a mapper instance that ranges over the union of the given contexts

Parameters:
uris - a number of uris naming the graphs. May also be blank nodes if they start with '_:'
Returns:
a subclass of Mapper