A C D E G I K L M O P R S T U W

A

add(Model, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Add all the statements from another model to this model and associate them with a source.
add(Model, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Add all the statements in another model to this model and associate with a source.
add(RDFNode, Statement) - Method in class org.daml.rdf.jena.mem.StoreMem.NodeMap
 
add(SourceModel) - Method in interface org.daml.rdf.jena.model.SourceModel
Add all the statements from a SourceModel to this model.
add(SourceModel) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Add all the statements in a SourceModel to this model.
add(Source, Statement) - Method in class org.daml.rdf.jena.mem.SourceStoreMem.SourceMap
 
add(Statement) - Method in class org.daml.rdf.jena.mem.StoreMem
 
add(Statement) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
 
add(Statement, Source) - Method in interface org.daml.rdf.jena.common.SourceStore
Add a statement associated with a source.
add(Statement, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Add a statement to this model and associate it with a source.
add(Statement, Source) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Add a statement associated with a source.
add(Statement, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Add a statement to this model and associate with a source.
add(StmtIterator, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Add all the statements in an interator to this model and associate them with a source.
add(StmtIterator, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Add all the statements in an interator to this model and associate with a source.

C

contains(Resource, Property) - Method in class org.daml.rdf.jena.mem.StoreMem
 
contains(Statement) - Method in class org.daml.rdf.jena.mem.StoreMem
 
createProperty(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
 
createProperty(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
createProperty(String, String, Model) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
 
createProperty(String, String, Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
createResource(Model) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
 
createResource(Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
createResource(String) - Method in class org.daml.rdf.jena.mem.SourceModelMem
 
createResource(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
 
createResource(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
createSource(String) - Method in interface org.daml.rdf.jena.common.SourceStore
Create a new source.
createSource(String) - Method in interface org.daml.rdf.jena.model.SourceModel
Create a new source object from a URI.
createSource(String) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Create a new source.
createSource(String) - Method in class org.daml.rdf.jena.mem.SourceModelMem
 

D

DEBUG - Static variable in class org.daml.rdf.jena.common.DynamicResourceImpl
 
DEBUG - Static variable in class org.daml.rdf.jena.common.DynamicPropertyImpl
 
dynamic - Static variable in class org.daml.rdf.jena.mem.DynamicSourceModelMem
should we dynamically load URIs (not thread safe)
dynamicLoad() - Method in interface org.daml.rdf.jena.common.DynamicStore
Returns true if dynamic loading is enabled.
dynamicLoad() - Method in interface org.daml.rdf.jena.model.DynamicModel
Returns true if dynamic loading is enabled.
dynamicLoad() - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
Returns true if dynamic loading is enabled.
dynamicLoad() - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
Returns true if dynamic loading is enabled.
dynamicLoad() - Method in class org.daml.rdf.jena.mem.DynamicSourceModelMem
Returns true if dynamic loading is enabled.
dynamicLoadp - Variable in class org.daml.rdf.jena.mem.DynamicStoreMem
Flag that indicates if dynamic loading is enabled.
dynamicLoadp - Variable in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
Flag that indicates if dynamic loading is enabled.
DynamicModel - interface org.daml.rdf.jena.model.DynamicModel.
An RDF Model that provides a mechanism to dynamically load referenced namespaces on an as needed basis.
DynamicPropertyImpl - class org.daml.rdf.jena.common.DynamicPropertyImpl.
 
DynamicPropertyImpl(String, Model) - Constructor for class org.daml.rdf.jena.common.DynamicPropertyImpl
 
DynamicPropertyImpl(String, String, Model) - Constructor for class org.daml.rdf.jena.common.DynamicPropertyImpl
 
DynamicResourceImpl - class org.daml.rdf.jena.common.DynamicResourceImpl.
 
DynamicResourceImpl() - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(AnonId) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(AnonId, Model) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(Model) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(Resource, Model) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(String) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(String, Model) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(String, String) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicResourceImpl(String, String, Model) - Constructor for class org.daml.rdf.jena.common.DynamicResourceImpl
 
DynamicSourceModelMem - class org.daml.rdf.jena.mem.DynamicSourceModelMem.
 
DynamicSourceModelMem() - Constructor for class org.daml.rdf.jena.mem.DynamicSourceModelMem
 
DynamicSourceModelMem(Source) - Constructor for class org.daml.rdf.jena.mem.DynamicSourceModelMem
 
DynamicSourceStoreMem - class org.daml.rdf.jena.mem.DynamicSourceStoreMem.
Implementation of a DynamicStore, as an extension of SourceStoreMem.
DynamicSourceStoreMem() - Constructor for class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
DynamicSourceStoreMem(DynamicModel) - Constructor for class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
DynamicSourceStoreMem(Source) - Constructor for class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
DynamicSourceStoreMem(Source, DynamicModel) - Constructor for class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
DynamicStore - interface org.daml.rdf.jena.common.DynamicStore.
Interface to a triple store that dynamically loads resources as needed.
DynamicStoreMem - class org.daml.rdf.jena.mem.DynamicStoreMem.
Implementation of a DynamicStore.
DynamicStoreMem() - Constructor for class org.daml.rdf.jena.mem.DynamicStoreMem
 
DynamicStoreMem(DynamicModel) - Constructor for class org.daml.rdf.jena.mem.DynamicStoreMem
 

E

equals(Object) - Method in class org.daml.rdf.jena.common.SourceImpl
 
equals(Object) - Method in interface org.daml.rdf.jena.model.Source
Returns true if the objects are equal.

G

getDefaultSource() - Method in interface org.daml.rdf.jena.common.SourceStore
Get the default source that is used when adding a statement.
getDefaultSource() - Method in interface org.daml.rdf.jena.model.SourceModel
Get the default source that will be assigned to any new statements added to the model.
getDefaultSource() - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Get the default source that is used when adding a statement.
getDefaultSource() - Method in class org.daml.rdf.jena.mem.SourceModelMem
 
getFirst(RDFNode) - Method in class org.daml.rdf.jena.mem.StoreMem.NodeMap
 
getLoadedURLs() - Method in interface org.daml.rdf.jena.model.DynamicModel
List which URLs have been loaded.
getLoadedURLs() - Method in class org.daml.rdf.jena.mem.DynamicSourceModelMem
List which URLs have been loaded.
getModel() - Method in interface org.daml.rdf.jena.common.DynamicStore
Return the model for this store.
getModel() - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
Return the model for this store.
getModel() - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
Return the model for this store.
getModelForSource(Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Return a new model that contains all the statements associated with a source.
getModelForSource(Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Return a model that contains all the statements associated with a source.
getProperty(Property) - Method in class org.daml.rdf.jena.mem.StoreMem
 
getProperty(Property) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
getProperty(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
 
getProperty(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
getProperty(String, String, Model) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
 
getProperty(String, String, Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
getResource(String, Model) - Method in class org.daml.rdf.jena.mem.StoreMem
 
getResource(String, Model) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
 
getSource(Statement) - Method in interface org.daml.rdf.jena.common.SourceStore
Return the store of a statement.
getSource(Statement) - Method in interface org.daml.rdf.jena.model.SourceModel
Return the source of a statement.
getSource(Statement) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Return the store of a statement.
getSource(Statement) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Get the source for a statement.
getURI() - Method in class org.daml.rdf.jena.common.SourceImpl
 
getURI() - Method in interface org.daml.rdf.jena.model.Source
Returns the URI string of this source.

I

isLoaded(String) - Method in interface org.daml.rdf.jena.model.DynamicModel
Returns true if the given URL has been loaded into the model.
isLoaded(String) - Method in class org.daml.rdf.jena.mem.DynamicSourceModelMem
Returns true if the given URL has been loaded into the model.
iterator(RDFNode) - Method in class org.daml.rdf.jena.mem.StoreMem.NodeMap
 
iterator(Source) - Method in class org.daml.rdf.jena.mem.SourceStoreMem.SourceMap
 

K

keySet() - Method in class org.daml.rdf.jena.mem.SourceStoreMem.SourceMap
 

L

list() - Method in class org.daml.rdf.jena.mem.StoreMem
 
list(Resource, Property, RDFNode) - Method in class org.daml.rdf.jena.mem.StoreMem
 
listByObject(RDFNode) - Method in class org.daml.rdf.jena.mem.StoreMem
 
listByPredicate(Property) - Method in class org.daml.rdf.jena.mem.StoreMem
 
listBySource(Source) - Method in interface org.daml.rdf.jena.common.SourceStore
Return an iterator over all the statements with a given source.
listBySource(Source) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Return an iterator over all the statements with a given source.
listBySubject(Resource) - Method in class org.daml.rdf.jena.mem.StoreMem
 
listFirstStatements() - Method in class org.daml.rdf.jena.mem.StoreMem.NodeMap
 
listNameSpaces() - Method in class org.daml.rdf.jena.mem.StoreMem
 
listProperties() - Method in class org.daml.rdf.jena.common.DynamicResourceImpl
 
listProperties() - Method in class org.daml.rdf.jena.common.DynamicPropertyImpl
 
listProperties(Property) - Method in class org.daml.rdf.jena.common.DynamicResourceImpl
 
listProperties(Property) - Method in class org.daml.rdf.jena.common.DynamicPropertyImpl
 
listSources() - Method in interface org.daml.rdf.jena.common.SourceStore
Return an iterator over all the sources in the store.
listSources() - Method in interface org.daml.rdf.jena.model.SourceModel
List all sources with statements in the model.
listSources() - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Return an iterator over all the sources in the store.
listSources() - Method in class org.daml.rdf.jena.mem.SourceModelMem
List all sources with statements in the model.
listStatementsOfSource(Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Return a statement iterator over all the statements associated with a source.
listStatementsOfSource(Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Return an iterator over all the statements associated with a source.
listSubjects() - Method in class org.daml.rdf.jena.mem.StoreMem
 

M

maybeLoad() - Method in class org.daml.rdf.jena.common.DynamicResourceImpl
load the page containing this URI if it hasn't been loaded already
maybeLoad() - Method in class org.daml.rdf.jena.common.DynamicPropertyImpl
load the page containing this URI if it hasn't been loaded already
model - Variable in class org.daml.rdf.jena.mem.DynamicStoreMem
A DynamicModel used to read in dynamically loaded files
model - Variable in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
A DynamicModel used to read in dynamically loaded files

O

org.daml.rdf.jena.common - package org.daml.rdf.jena.common
 
org.daml.rdf.jena.mem - package org.daml.rdf.jena.mem
 
org.daml.rdf.jena.model - package org.daml.rdf.jena.model
 

P

port(Model) - Method in class org.daml.rdf.jena.common.DynamicResourceImpl
 
port(Model) - Method in class org.daml.rdf.jena.common.DynamicPropertyImpl
 

R

read(Reader, String, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Read a source file into the model and assign the new statments to a source.
read(Reader, String, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Read RDF from a reader into the model.
read(Reader, String, String, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Read a source file into the model and assign the new statments to a source.
read(Reader, String, String, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Read RDF from a reader into the model.
read(String) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Read a URL into the model.
read(String) - Method in class org.daml.rdf.jena.mem.DynamicSourceModelMem
 
read(String, String) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Read a URL into the model.
remove(RDFNode, Statement) - Method in class org.daml.rdf.jena.mem.StoreMem.NodeMap
 
remove(Source, Statement) - Method in class org.daml.rdf.jena.mem.SourceStoreMem.SourceMap
 
remove(Statement) - Method in class org.daml.rdf.jena.mem.StoreMem
 
remove(Statement) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
 

S

setDefaultSource(Source) - Method in interface org.daml.rdf.jena.common.SourceStore
Set the default source that is used when adding a statement.
setDefaultSource(Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Set the default source for any new statements that are added to the model.
setDefaultSource(Source) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Set the default source that is used when adding a statement.
setDefaultSource(Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
 
setDynamicLoad(boolean) - Method in interface org.daml.rdf.jena.common.DynamicStore
Enable or disable dynamic loading.
setDynamicLoad(boolean) - Method in interface org.daml.rdf.jena.model.DynamicModel
Enable or disable dynamic loading.
setDynamicLoad(boolean) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
Enable or disable dynamic loading.
setDynamicLoad(boolean) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
Enable or disable dynamic loading.
setDynamicLoad(boolean) - Method in class org.daml.rdf.jena.mem.DynamicSourceModelMem
Enable or disable dynamic loading.
setModel(DynamicModel) - Method in interface org.daml.rdf.jena.common.DynamicStore
Set the model for this store.
setModel(DynamicModel) - Method in class org.daml.rdf.jena.mem.DynamicStoreMem
Set the model for this store.
setModel(DynamicModel) - Method in class org.daml.rdf.jena.mem.DynamicSourceStoreMem
Set the model for this store.
setSource(Statement, Source) - Method in interface org.daml.rdf.jena.common.SourceStore
Change the source of a statement.
setSource(Statement, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Change the source that is associated with a statement.
setSource(Statement, Source) - Method in class org.daml.rdf.jena.mem.SourceStoreMem
Change the source of a statement.
setSource(Statement, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Change the source associated with a statement.
setSource(StmtIterator, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Change the source associated with each of the statements in the iterator.
setSource(StmtIterator, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Change the source associated with the statements in the iterator.
size() - Method in class org.daml.rdf.jena.mem.StoreMem
 
Source - interface org.daml.rdf.jena.model.Source.
The source of an RDF Statement.
SourceImpl - class org.daml.rdf.jena.common.SourceImpl.
An implementation of a Source class.
SourceImpl(String) - Constructor for class org.daml.rdf.jena.common.SourceImpl
 
SourceModel - interface org.daml.rdf.jena.model.SourceModel.
An RDF Model that keeps statements grouped by source.
SourceModelMem - class org.daml.rdf.jena.mem.SourceModelMem.
An implementation of a RDF Model that keeps statements grouped by source.
SourceModelMem() - Constructor for class org.daml.rdf.jena.mem.SourceModelMem
 
SourceModelMem(Source) - Constructor for class org.daml.rdf.jena.mem.SourceModelMem
 
SourceStore - interface org.daml.rdf.jena.common.SourceStore.
Interface to a triple store that keeps track of the source for each statement.
SourceStoreMem - class org.daml.rdf.jena.mem.SourceStoreMem.
Implementation of a memory based triple store that keeps track of the source for each statement.
SourceStoreMem.SourceMap - class org.daml.rdf.jena.mem.SourceStoreMem.SourceMap.
 
SourceStoreMem.SourceMap() - Constructor for class org.daml.rdf.jena.mem.SourceStoreMem.SourceMap
 
SourceStoreMem() - Constructor for class org.daml.rdf.jena.mem.SourceStoreMem
 
SourceStoreMem(Source) - Constructor for class org.daml.rdf.jena.mem.SourceStoreMem
 
StoreMem - class org.daml.rdf.jena.mem.StoreMem.
This is a direct copy of the StoreMem class from Jena 1.6.1, except the class is now public.
StoreMem.NodeMap - class org.daml.rdf.jena.mem.StoreMem.NodeMap.
 
StoreMem.NodeMap() - Constructor for class org.daml.rdf.jena.mem.StoreMem.NodeMap
 
StoreMem() - Constructor for class org.daml.rdf.jena.mem.StoreMem
Creates new Store

T

toString() - Method in class org.daml.rdf.jena.common.SourceImpl
 

U

uri - Variable in class org.daml.rdf.jena.common.SourceImpl
The URI of the source.
urls - Variable in class org.daml.rdf.jena.mem.DynamicSourceModelMem
URLs that have been read into this model

W

write(Writer, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Write out to a file just the statements associated with a source.
write(Writer, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
Write the model of statements associated with a source to an XML file.
write(Writer, String, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Write out to a file just the statements associated with a source.
write(Writer, String, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
 
write(Writer, String, String, Source) - Method in interface org.daml.rdf.jena.model.SourceModel
Write out to a file just the statements associated with a source.
write(Writer, String, String, Source) - Method in class org.daml.rdf.jena.mem.SourceModelMem
 

A C D E G I K L M O P R S T U W