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

Packages that use ModelSource
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 ModelSource in com.hp.hpl.jena.ontology
 

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

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

Subinterfaces of ModelSource 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.
 interface ModelSpec
          A ModelSpec allows Models to be created.
 

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

Classes in com.hp.hpl.jena.rdf.model.impl that implement ModelSource
 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