|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.hp.hpl.jena.rdf.model | |
---|---|
com.hp.hpl.jena.assembler | |
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.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.reasoner | The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. |
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.assembler | |
---|---|
Literal
An RDF Literal. |
|
Model
An RDF Model. |
|
Property
An RDF Property. |
|
RDFNode
Interface covering RDF resources and literals. |
|
Resource
An RDF Resource. |
|
Statement
An RDF Statement. |
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. |
|
RDFNode
Interface covering RDF resources and literals. |
|
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
Interface covering RDF resources and literals. |
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. |
|
ModelGetter
A ModelGetter object can retrieve a Model given a URL for it. |
|
ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
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. |
|
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
Interface covering RDF resources and literals. |
|
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.rdf.arp | |
---|---|
Model
An RDF Model. |
|
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. |
|
ModelGetter
A ModelGetter object can retrieve a Model given a URL for it. |
|
ModelGraphInterface
ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level. |
|
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. |
|
ModelReader
A component interface used by ModelGetter for reading models. |
|
ModelSource
The revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions. |
|
NodeIterator
An iterator which returns RDF nodes. |
|
NsIterator
An iterator which returns namespace URI's. |
|
Property
An RDF Property. |
|
RDFErrorHandler
A generic error handler. |
|
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
Interface covering RDF resources and literals. |
|
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
Deprecated. |
|
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. |
|
RDFReaderF
An RDFReader factory inferface. |
|
RDFWriterF
An RDFReader factory inferface. |
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.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. |
|
Resource
An RDF Resource. |
Classes in com.hp.hpl.jena.rdf.model used by com.hp.hpl.jena.util | |
---|---|
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. |
|
Property
An RDF Property. |
|
RDFNode
Interface covering RDF resources and literals. |
|
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.vocabulary | |
---|---|
Property
An RDF Property. |
|
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 |