Uses of Class
com.hp.hpl.jena.shared.ReificationStyle

Packages that use ReificationStyle
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
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.shared This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. 
com.hp.hpl.jena.vocabulary A package containing constant classes with predefined constant objects for classes and properties defined in well known vocabularies. 
 

Uses of ReificationStyle in com.hp.hpl.jena.db
 

Methods in com.hp.hpl.jena.db that return ReificationStyle
static ReificationStyle GraphRDB.styleRDB(int behaviour)
          Answer the reification style corresponding to the DB behaviour integer.
 

Methods in com.hp.hpl.jena.db with parameters of type ReificationStyle
static int GraphRDB.styleRDB(ReificationStyle style)
          Answer the integer representing the RDB reifier style given the Reifier style.
 

Uses of ReificationStyle in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return ReificationStyle
 ReificationStyle GraphMaker.getReificationStyle()
          Answer the reification style of all the graphs that this GraphMaker constructs.
 ReificationStyle Reifier.getStyle()
          Answer this reifier's style.
 

Methods in com.hp.hpl.jena.graph with parameters of type ReificationStyle
static Graph Factory.createDefaultGraph(ReificationStyle style)
          Answer a memory-based Graph with the given reification style.
static Graph Factory.createGraphMem(ReificationStyle style)
           
 

Uses of ReificationStyle in com.hp.hpl.jena.rdf.model
 

Fields in com.hp.hpl.jena.rdf.model declared as ReificationStyle
static ReificationStyle ModelFactory.Convenient
          The convenient reification style; quadlets contribute to reified statements, but are invisible to listStatements().
static ReificationStyle ModelFactory.Minimal
          The minimal reification style; quadlets do not contribute to reified statements, and are visible to listStatements().
static ReificationStyle ModelFactory.Standard
          The standard reification style; quadlets contribute to reified statements, and are visible to listStatements().
 

Methods in com.hp.hpl.jena.rdf.model that return ReificationStyle
 ReificationStyle Model.getReificationStyle()
          Answer the reification style of the model.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type ReificationStyle
static Model ModelFactory.createDefaultModel(ReificationStyle style)
          Answer a new memory-based model with the given reification style
static ModelMaker ModelFactory.createFileModelMaker(java.lang.String root, ReificationStyle style)
          Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory.
static ModelMaker ModelFactory.createMemModelMaker(ReificationStyle 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, ReificationStyle 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.
 

Uses of ReificationStyle in com.hp.hpl.jena.shared
 

Fields in com.hp.hpl.jena.shared declared as ReificationStyle
static ReificationStyle ReificationStyle.Convenient
           
static ReificationStyle ReificationStyle.Minimal
           
static ReificationStyle ReificationStyle.Standard
           
 

Uses of ReificationStyle in com.hp.hpl.jena.vocabulary
 

Methods in com.hp.hpl.jena.vocabulary that return ReificationStyle
static ReificationStyle JenaModelSpec.findStyle(Node style)
          Answer the Reifier.ReificationStyle value named by the argument, which should be a JenaModelSpec.rs[something] Node
static ReificationStyle JenaModelSpec.findStyle(RDFNode style)
          Answer the Reifier.ReificationStyle value named by the argument, which should be a JenaModelSpec.rs[something] value
 

Methods in com.hp.hpl.jena.vocabulary with parameters of type ReificationStyle
static Node JenaModelSpec.styleAsJMS(ReificationStyle style)
          Answer the Node which corresponds to the supplied reification style.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP