|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reifier.Style | |
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. |
Uses of Reifier.Style in com.hp.hpl.jena.graph |
Fields in com.hp.hpl.jena.graph declared as Reifier.Style | |
static Reifier.Style |
Reifier.Standard
|
static Reifier.Style |
Reifier.Convenient
|
static Reifier.Style |
Reifier.Minimal
|
Uses of Reifier.Style in com.hp.hpl.jena.rdf.model |
Methods in com.hp.hpl.jena.rdf.model with parameters of type Reifier.Style | |
static ModelMaker |
ModelFactory.createFileModelMaker(java.lang.String root,
Reifier.Style style)
Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory. |
static ModelMaker |
ModelFactory.createMemModelMaker(Reifier.Style style)
Answer a ModelMaker that constructs memory-based Models that do not persist past JVM termination, with the given reification style. |
static ModelMaker |
ModelFactory.createModelRDBMaker(IDBConnection c,
Reifier.Style style)
Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the given reification style. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |