|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.hp.hpl.jena.rdf.model | |
|---|---|
| com.hp.hpl.jena.db | A general database backend for persistent storage of Jena models. |
| com.hp.hpl.jena.enhanced | This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph. |
| 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.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
| com.hp.hpl.jena.ontology.daml | A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. |
| com.hp.hpl.jena.ontology.tidy | Implements an OWL Syntax Checker. |
| com.hp.hpl.jena.rdf.arp | A parser for RDF/XML. |
| com.hp.hpl.jena.rdf.listeners | A package defining some useful implementations of
ModelChangedListener, for listening to
(a) all triples added or removed, exploding composite objects,
(b) all objects added or removed, as themselves,
(c) notification of additions/removals, but no details,
and (d) accepting but ignoring all changes, as a base-class to
be extended. |
| 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. |
| com.hp.hpl.jena.rdql | RDQL - A query language for Jena. |
| com.hp.hpl.jena.reasoner | The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. |
| com.hp.hpl.jena.reasoner.dig | |
| com.hp.hpl.jena.reasoner.rulesys | Provides a selection of simple rule engines for Jena inference models. |
| com.hp.hpl.jena.reasoner.transitiveReasoner | This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. |
| 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.util | Miscellaneous collection of utility classes. |
| com.hp.hpl.jena.vocabulary | A package containing constant classes with predefined constant objects for classes and properties defined in well known vocabularies. |
| com.hp.hpl.jena.xmloutput | Writing RDF/XML. |
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.db | |
|---|---|
| Model
An RDF Model. |
|
| ModelCon
Convenience methods which extend the Model interface. |
|
| ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
| ModelLock
|
|
| RDFReaderF
An RDFReader factory inferface. |
|
| RDFWriterF
An RDFReader factory inferface. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.enhanced | |
|---|---|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.graph | |
|---|---|
| AnonId
Create a new id for an anonymous node. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.ontology | |
|---|---|
| InfModel
An extension to the normal Model interface that supports access to any underlying inference capability. |
|
| Literal
An RDF Literal. |
|
| Model
An RDF Model. |
|
| ModelCon
Convenience methods which extend the Model interface. |
|
| ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
| ModelLock
|
|
| 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. |
|
| ModelSource
Interface for "create a model and here's a name as a hint". |
|
| ModelSpec
A ModelSpec allows Models to be created. |
|
| NodeIterator
An iterator which returns RDF nodes. |
|
| Property
An RDF Property. |
|
| RDFList
Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure. |
|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| RDFReaderF
An RDFReader factory inferface. |
|
| RDFWriterF
An RDFReader factory inferface. |
|
| Resource
An RDF Resource. |
|
| Statement
An RDF Statement. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.ontology.daml | |
|---|---|
| InfModel
An extension to the normal Model interface that supports access to any underlying inference capability. |
|
| Literal
An RDF Literal. |
|
| Model
An RDF Model. |
|
| ModelCon
Convenience methods which extend the Model interface. |
|
| ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
| ModelLock
|
|
| NodeIterator
An iterator which returns RDF nodes. |
|
| Property
An RDF Property. |
|
| RDFList
Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure. |
|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| RDFReaderF
An RDFReader factory inferface. |
|
| RDFWriterF
An RDFReader factory inferface. |
|
| Resource
An RDF Resource. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.ontology.tidy | |
|---|---|
| Model
An RDF Model. |
|
| RDFWriter
RDFWriter is an interface to RDF serializers. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.rdf.arp | |
|---|---|
| Literal
An RDF Literal. |
|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| RDFErrorHandler
A generic error handler. |
|
| RDFReader
An RDFReader reads a serialized represenation of RDF,
e.g. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.rdf.listeners | |
|---|---|
| Model
An RDF Model. |
|
| ModelChangedListener
The interface for classes that listen for model-changed events. |
|
| Statement
An RDF Statement. |
|
| StmtIterator
An iterator which returns RDF Statements. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.rdf.model | |
|---|---|
| Alt
An RDF Alternative container. |
|
| AnonId
Create a new id for an anonymous node. |
|
| Bag
An RDF Bag container. |
|
| Container
An RDF Container. |
|
| InfModel
An extension to the normal Model interface that supports access to any underlying inference capability. |
|
| Literal
An RDF Literal. |
|
| Model
An RDF Model. |
|
| ModelChangedListener
The interface for classes that listen for model-changed events. |
|
| ModelCon
Convenience methods which extend the Model interface. |
|
| ModelFactoryBase
Helper functions for ModelFactory - in here to keep from obtruding on the end-users. |
|
| ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
| ModelLock
|
|
| 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. |
|
| ModelMakerCreator
A ModelMakerCreator creates ModelMakers from their RDF descriptions in the JMS vocabulary. |
|
| ModelSource
Interface for "create a model and here's a name as a hint". |
|
| ModelSpec
A ModelSpec allows Models to be created. |
|
| ModelSpecCreator
ModelSpecCreator defines the interface for the creation of ModelSpecs from descriptions. |
|
| NodeIterator
An iterator which returns RDF nodes. |
|
| NsIterator
An iterator which returns namespace URI's. |
|
| ObjectF
A factory for creating objects from RDF Literal strings. |
|
| Property
An RDF Property. |
|
| RDFErrorHandler
A generic error handler. |
|
| RDFException
LEGACY Generic RDF Exception class. |
|
| RDFList
Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure. |
|
| RDFList.ApplyFn
Interface that encapsulates a function to apply to every element in a list. |
|
| RDFList.ReduceFn
Interface that encapsulates a function to apply to each element of a list in turn, and passing the result to an accumulator. |
|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| RDFReader
An RDFReader reads a serialized represenation of RDF,
e.g. |
|
| RDFReaderF
An RDFReader factory inferface. |
|
| RDFVisitor
|
|
| RDFWriter
RDFWriter is an interface to RDF serializers. |
|
| RDFWriterF
An RDFReader factory inferface. |
|
| ReifiedStatement
A ReifiedStatement represents a Statement as a Resource. |
|
| ResIterator
An iterator which returns RDF Resources. |
|
| Resource
An RDF Resource. |
|
| ResourceF
Create an application specific resource instance. |
|
| ResourceFactory.Interface
the interface to resource factory objects. |
|
| RSIterator
An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type. |
|
| Selector
A Statement selector. |
|
| Seq
RDF Sequence container. |
|
| Statement
An RDF Statement. |
|
| StatementBoundary
An interface for expressing search boundaries in terms of bounding statements. |
|
| StmtIterator
An iterator which returns RDF Statements. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.rdf.model.impl | |
|---|---|
| Model
An RDF Model. |
|
| ModelCon
Convenience methods which extend the Model interface. |
|
| ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
| ModelLock
|
|
| ModelSource
Interface for "create a model and here's a name as a hint". |
|
| ModelSpec
A ModelSpec allows Models to be created. |
|
| RDFReaderF
An RDFReader factory inferface. |
|
| RDFWriterF
An RDFReader factory inferface. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.rdql | |
|---|---|
| Literal
An RDF Literal. |
|
| Model
An RDF Model. |
|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| Resource
An RDF Resource. |
|
| Statement
An RDF Statement. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.reasoner | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| Resource
An RDF Resource. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.reasoner.dig | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| Resource
An RDF Resource. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.reasoner.rulesys | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| Resource
An RDF Resource. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.reasoner.transitiveReasoner | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| Resource
An RDF Resource. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.shared | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| RDFException
LEGACY Generic RDF Exception class. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.util | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| Resource
An RDF Resource. |
|
| Statement
An RDF Statement. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.vocabulary | |
|---|---|
| Model
An RDF Model. |
|
| Property
An RDF Property. |
|
| RDFNode
An RDF Resource or an RDF Literal. |
|
| Resource
An RDF Resource. |
|
| Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.xmloutput | |
|---|---|
| RDFWriter
RDFWriter is an interface to RDF serializers. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||