Package | Description |
---|---|
org.apache.jena.assembler | |
org.apache.jena.assembler.assemblers | |
org.apache.jena.assembler.exceptions | |
org.apache.jena.enhanced |
This package defines the enhanced node and graph classes; an enhanced
node is one embedded in a particular enhanced graph.
|
org.apache.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
org.apache.jena.ontology.impl |
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package. |
org.apache.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. |
org.apache.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
org.apache.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.
|
org.apache.jena.rdfxml.xmlinput |
A parser for RDF/XML.
|
org.apache.jena.rdfxml.xmlinput.impl | |
org.apache.jena.rdfxml.xmloutput |
Writing RDF/XML.
|
org.apache.jena.rdfxml.xmloutput.impl | |
org.apache.jena.reasoner |
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
|
org.apache.jena.reasoner.rulesys |
Provides a selection of simple rule engines for Jena inference models.
|
org.apache.jena.reasoner.rulesys.impl |
Internal implementation objects used by the rule system interpreters
and compilers.
|
org.apache.jena.reasoner.transitiveReasoner |
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
|
org.apache.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.
|
org.apache.jena.util |
Miscellaneous collection of utility classes.
|
org.apache.jena.vocabulary |
A package containing constant classes with predefined constant objects
for classes and properties defined in well known vocabularies.
|
Class and Description |
---|
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.
|
Class and Description |
---|
Model
An RDF Model.
|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
RDFNode
Interface covering RDF resources and literals.
|
Class and Description |
---|
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 RDFWriter factory interface.
|
Resource
An RDF Resource.
|
Statement
An RDF Statement.
|
Class and Description |
---|
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.
|
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 RDFWriter factory interface.
|
Resource
An RDF Resource.
|
Statement
An RDF Statement.
|
StmtIterator
An iterator which returns RDF Statements.
|
Class and Description |
---|
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.
|
Class and Description |
---|
Alt
An RDF Alternative container.
|
AnonId
System 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 representation of RDF,
e.g. |
RDFReaderF
An RDFReader factory inferface.
|
RDFVisitor
The interface for visiting (ie type-dispatching) an RDF Node.
|
RDFWriter
RDFWriter is an interface to RDF serializers.
|
RDFWriterF
An RDFWriter factory interface.
|
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.
|
Class and Description |
---|
Alt
An RDF Alternative container.
|
AnonId
System 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. |
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 representation of RDF,
e.g. |
RDFReaderF
An RDFReader factory inferface.
|
RDFVisitor
The interface for visiting (ie type-dispatching) an RDF Node.
|
RDFWriter
RDFWriter is an interface to RDF serializers.
|
RDFWriterF
An RDFWriter factory interface.
|
ReifiedStatement
A ReifiedStatement represents a Statement as a Resource.
|
ResIterator
An iterator which returns RDF Resources.
|
Resource
An RDF Resource.
|
ResourceF
Deprecated.
|
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.
|
SimpleSelector
A general selector class for use when querying models.
|
Statement
An RDF Statement.
|
StmtIterator
An iterator which returns RDF Statements.
|
Class and Description |
---|
Model
An RDF Model.
|
RDFErrorHandler
A generic error handler.
|
RDFReader
An
RDFReader reads a serialized representation of RDF,
e.g. |
Class and Description |
---|
RDFErrorHandler
A generic error handler.
|
Class and Description |
---|
RDFWriter
RDFWriter is an interface to RDF serializers.
|
Class and Description |
---|
Model
An RDF Model.
|
RDFErrorHandler
A generic error handler.
|
RDFWriter
RDFWriter is an interface to RDF serializers.
|
Class and Description |
---|
Model
An RDF Model.
|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
Model
An RDF Model.
|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
Model
An RDF Model.
|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
Model
An RDF Model.
|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
Model
An RDF Model.
|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Class and Description |
---|
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 RDFWriter factory interface.
|
Resource
An RDF Resource.
|
Statement
An RDF Statement.
|
Class and Description |
---|
Property
An RDF Property.
|
Resource
An RDF Resource.
|
Licenced under the Apache License, Version 2.0