Uses of Interface
com.hp.hpl.jena.rdf.model.ModelSpec

Packages that use ModelSpec
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.rdf.model.impl This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on. 
 

Uses of ModelSpec in com.hp.hpl.jena.ontology
 

Classes in com.hp.hpl.jena.ontology that implement ModelSpec
 class OntModelSpec
           Encapsulates a description of the components of an ontology model, including the storage scheme, reasoner and language profile.
 

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

Subinterfaces of ModelSpec in com.hp.hpl.jena.rdf.model
 interface ModelMaker
          A ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-named models, removing models, and accessing a single "default" Model for this Maker.
 

Methods in com.hp.hpl.jena.rdf.model that return ModelSpec
 ModelSpec ModelSpecCreator.create(Resource root, Model desc)
          create [or find] a ModelSpec that is appropriate for the description rooted at the given root resource, which must have rdf:type JenaModelSpec:ModelSpec.
static ModelSpec ModelFactory.createSpec(Model desc)
          Answer a ModelSpec which can create models to the specifications in the RDF description.
static ModelSpec ModelFactory.createSpec(Resource root, Model desc)
          Answer a ModelSpec which can create models to the specifcations in the RDF description rooted at the given root.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type ModelSpec
static Model ModelFactory.createModel(ModelSpec desc)
          Answer a fresh Model created according to the ModelSpec argument.
static Model ModelFactory.createModelOver(ModelSpec desc, java.lang.String name)
          Answer a fresh Model created according to the given specification and based on any underlying model with the given name.
 

Uses of ModelSpec in com.hp.hpl.jena.rdf.model.impl
 

Classes in com.hp.hpl.jena.rdf.model.impl that implement ModelSpec
 class com.hp.hpl.jena.rdf.model.impl.ModelSpecImpl
          An abstract base class for implementations of ModelSpec.
 



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