A B C D E F G H I J L M N O P Q R S T U V W X _

A

ABNode - Class in org.openrdf.repository.augur.model
Wraps a BNode and includes the AugurNode.
ABNode(String, BNode, AugurNode) - Constructor for class org.openrdf.repository.augur.model.ABNode
 
AbstractBehaviourClassFactory - Class in org.openrdf.elmo.impl
 
AbstractBehaviourClassFactory() - Constructor for class org.openrdf.elmo.impl.AbstractBehaviourClassFactory
 
AbstractSmusher - Class in org.openrdf.elmo.smusher
Abstract implementation of the Smusher interface
AbstractSmusher() - Constructor for class org.openrdf.elmo.smusher.AbstractSmusher
 
accept(Statement) - Method in class org.openrdf.repository.augur.helpers.ConsumeStatementIterator
 
add(int, Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
add(int, Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
add(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
add(ContextAwareConnection, Resource, Value) - Method in class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
add(Object) - Method in class org.openrdf.elmo.sesame.InverseSesameProperty
 
add(E) - Method in class org.openrdf.elmo.sesame.SesameProperty
This method always returns true
add(File, String, RDFFormat) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds RDF data from the specified file to a specific contexts in the repository.
add(InputStream, String, RDFFormat) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.
add(Iterable<? extends Statement>) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(Iteration<? extends Statement, RepositoryException>) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(Reader, String, RDFFormat) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.
add(Resource, URI, Value) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.
add(Statement) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds the supplied statement to this repository, optionally to one or more named contexts.
add(URL, String, RDFFormat) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.
add(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(URL, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(File, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(Statement, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
addAll(Collection<? extends Object>) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
addAll(int, Collection<? extends Object>) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
addAll(Collection<? extends E>) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
addChildNode(AugurStatementNode, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.augur.model.AugurNode
 
addConstructor(Class<?>[], String) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
addDataset(URL) - Method in class org.openrdf.elmo.ElmoModule
Marks this dataset to be loaded into the repository under a context of the same URL.
addDataset(URL, String) - Method in class org.openrdf.elmo.ElmoModule
Marks this dataset to be loaded and replace any data in the given context.
addFactory(Class<?>) - Method in class org.openrdf.elmo.ElmoModule
Associates this factory with its default subject type.
addFactory(Class<?>, String) - Method in class org.openrdf.elmo.ElmoModule
Associates this factory with the given subject type.
addFactory(Class<?>) - Method in interface org.openrdf.elmo.RoleMapper
 
addFactory(Class<?>, String) - Method in interface org.openrdf.elmo.RoleMapper
 
addFactory(Class<?>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
addFactory(Class<?>, String) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
addInterface(Class<?>) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
addJar(URL) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Add a jar of classes to include in the class-path.
addJarFileUrl(URL) - Method in class org.openrdf.elmo.ElmoModule
 
addListener(SmusherListener) - Method in class org.openrdf.elmo.smusher.AbstractSmusher
 
addListener(SmusherListener) - Method in interface org.openrdf.elmo.smusher.Smusher
 
addLiteral(Class<?>, String) - Method in class org.openrdf.elmo.ElmoModule
Associates this literal type with the given datatype within this factory.
addOntology(URI, String) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Binds this ontology with the package name.
addOntologyPackage(URI, String) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
addPredicate(URI) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
addPredicate(URI) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openrdf.elmo.sesame.roles.PropertyChangeNotifier
Adds a new listener to be notified of changes to this Bean.
addRdfSource(URL) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Adds an RDF file to the local repository.
addRdfType(URI, URI) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
addRdfType(URI, URI) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
addResources(String) - Method in class org.openrdf.elmo.ElmoModule
Load a dataset or a resource listing dataset - optionally assigned to a context
addRole(Class<?>) - Method in class org.openrdf.elmo.ElmoModule
Associates this role with its default subject type.
addRole(Class<?>, String) - Method in class org.openrdf.elmo.ElmoModule
Associates this role with the given subject type.
addRole(Class<?>) - Method in interface org.openrdf.elmo.RoleMapper
 
addRole(Class<?>, String) - Method in interface org.openrdf.elmo.RoleMapper
 
addRole(Class<?>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
addRole(Class<?>, String) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
addSeeAlsos(Repository) - Method in class org.openrdf.elmo.scutter.SimpleRetriever
Add all rdfs:seeAlso statements to the queue from the specified repository.
addSmusher(Smusher) - Method in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
addSmusher(Smusher) - Method in class org.openrdf.elmo.smusher.IterativeSmusher
 
addStatememt(Repository, Statement) - Static method in class org.openrdf.elmo.smusher.Util
Add a statement to a repository
addURL(URL) - Method in class org.openrdf.elmo.scutter.Scutter
Add a single URL to the queue.
addVisited(URL) - Method in class org.openrdf.elmo.scutter.Scutter
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.flushable.FlushableConnection
 
Agent - Interface in org.openrdf.concepts.foaf
An agent (eg.
aggregate(Repository, String) - Method in class org.openrdf.elmo.scutter.SimpleRetriever
 
aggregateContent() - Method in interface org.openrdf.elmo.scutter.DocumentHandler
 
AllDifferent - Interface in org.openrdf.concepts.owl
 
allowStatement(Resource, URI, Value) - Method in interface org.openrdf.elmo.scutter.StatementFilter
 
Alt<E> - Interface in org.openrdf.concepts.rdf
The class of containers of alternatives.
AND - Interface in org.openrdf.concepts.skos.mapping
This class is a shorthand for an intersection construct.
AND - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
AnnotationProperty - Interface in org.openrdf.concepts.owl
 
appendInvocation(Object, Method) - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
ArchRepository - Interface in org.openrdf.concepts.doap
GNU Arch source code repository.
ArchRepositoryOrBKRepositoryOrCVSRepository - Interface in org.openrdf.concepts.doap
 
AResource - Class in org.openrdf.repository.augur.model
Base class for ABNode and AURI.
AResource(String, Resource, AugurNode) - Constructor for class org.openrdf.repository.augur.model.AResource
 
ARG - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ARGS - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ASC - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ASolutionIterator<X extends Exception> - Class in org.openrdf.repository.augur.helpers
Tags a solution iterator resources with an AugurNode.
ASolutionIterator(Iteration<? extends BindingSet, X>, AugurNode) - Constructor for class org.openrdf.repository.augur.helpers.ASolutionIterator
 
asQName(Resource) - Method in class org.openrdf.elmo.sesame.SesameManager
 
assign(String) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
assignStaticField(Class<?>, String) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
AStatementIterator<X extends Exception> - Class in org.openrdf.repository.augur.helpers
Tags every Resource with a AugurNode by wrapping it in a AResource.
AStatementIterator(Iteration<? extends Statement, X>, AugurStatementNode) - Constructor for class org.openrdf.repository.augur.helpers.AStatementIterator
 
AStatementIterator(Iteration<? extends Statement, X>, AugurNode, String, String) - Constructor for class org.openrdf.repository.augur.helpers.AStatementIterator
 
Atom - Interface in org.openrdf.concepts.swrl
common superclass
AtomList - Interface in org.openrdf.concepts.swrl
 
AugurNode - Class in org.openrdf.repository.augur.model
Base class for AugurNodes.
AugurNode() - Constructor for class org.openrdf.repository.augur.model.AugurNode
 
AugurNodeFactory - Class in org.openrdf.repository.augur.helpers
Retrives or creates AugurNodes for a statement parttern.
AugurNodeFactory(RepositoryConnection) - Constructor for class org.openrdf.repository.augur.helpers.AugurNodeFactory
 
AugurObjectNode - Class in org.openrdf.repository.augur.model
AugurNode that have been created from a statement pattern, carring over an object resource.
AugurObjectNode() - Constructor for class org.openrdf.repository.augur.model.AugurObjectNode
 
AugurRepository - Class in org.openrdf.repository.augur
Wraps a Repository reducing traffic to the underlying repository for some requests.
AugurRepository() - Constructor for class org.openrdf.repository.augur.AugurRepository
 
AugurRepository(Repository) - Constructor for class org.openrdf.repository.augur.AugurRepository
 
AugurRepositoryFactory - Class in org.openrdf.repository.augur
 
AugurRepositoryFactory() - Constructor for class org.openrdf.repository.augur.AugurRepositoryFactory
 
AugurStatementNode - Class in org.openrdf.repository.augur.model
AugurNode that was created with a statement pattern.
AugurStatementNode() - Constructor for class org.openrdf.repository.augur.model.AugurStatementNode
 
AugurSubjectNode - Class in org.openrdf.repository.augur.model
AugurNode that was created with by a statement pattern and a carried over subject resource.
AugurSubjectNode() - Constructor for class org.openrdf.repository.augur.model.AugurSubjectNode
 
AURI - Class in org.openrdf.repository.augur.model
Wraps a URI to include the AugurNode.
AURI(String, URI, AugurNode) - Constructor for class org.openrdf.repository.augur.model.AURI
 

B

Bag<E> - Interface in org.openrdf.concepts.rdf
The class of unordered containers.
begin() - Method in class org.openrdf.elmo.sesame.SesameTransaction
 
BigDecimalMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
BigDecimalMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
 
BigIntegerMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
BigIntegerMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.BigIntegerMarshall
 
BKRepository - Interface in org.openrdf.concepts.doap
BitKeeper source code repository.
BNODEGENERATOR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
BooleanMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
BooleanMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.BooleanMarshall
 
Box - Interface in org.openrdf.concepts.dc.terms
The DCMI Box identifies a region of space using its geographic limits.
buildDynaClass(SesameManager, Collection<URI>) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfoFactory
 
Builtin - Interface in org.openrdf.concepts.swrl
 
BuiltinAtom - Interface in org.openrdf.concepts.swrl
consists of a builtin and a List of arguments
ByteMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
ByteMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.ByteMarshall
 

C

CachableAugurNode - Class in org.openrdf.repository.augur.model
Extends the AugurStatementNode to allow caching of results.
CachableAugurNode() - Constructor for class org.openrdf.repository.augur.model.CachableAugurNode
 
cacheStatement(Statement) - Method in class org.openrdf.repository.augur.model.CachableAugurNode
 
CASESENSITIVE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
castObject(String, Class<?>) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
Channel - Interface in org.openrdf.concepts.rss
Channel.
CHANNEL - Static variable in class org.openrdf.model.vocabulary.RSS
 
CharacterMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
CharacterMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.CharacterMarshall
 
Class - Interface in org.openrdf.concepts.owl
 
Class - Interface in org.openrdf.concepts.rdfs
The class of classes.
Class - Interface in org.openrdf.concepts.skos.core
 
CLASS_PREFIX - Static variable in class org.openrdf.elmo.impl.AbstractBehaviourClassFactory
 
ClassAtom - Interface in org.openrdf.concepts.swrl
consists of a classPredicate and argument1
ClassFactory - Class in org.openrdf.elmo.dynacode
 
ClassFactory() - Constructor for class org.openrdf.elmo.dynacode.ClassFactory
Creates a new Class Factory using the current context class loader.
ClassFactory(ClassLoader) - Constructor for class org.openrdf.elmo.dynacode.ClassFactory
Create a given Class Factory with the given class loader.
ClassMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
ClassMarshall(ValueFactory, ClassLoader) - Constructor for class org.openrdf.elmo.sesame.converters.impl.ClassMarshall
 
ClassTemplate - Class in org.openrdf.elmo.dynacode
 
ClassTemplate(CtClass, ClassFactory) - Constructor for class org.openrdf.elmo.dynacode.ClassTemplate
 
clear() - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
clear() - Method in class org.openrdf.elmo.scutter.Scutter
Clear the queue and visited lists.
clear() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
clear() - Method in class org.openrdf.elmo.sesame.InverseSesameProperty
 
clear() - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
clear() - Method in class org.openrdf.elmo.sesame.SesameManager
 
clear() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
clear() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Removes all statements from a specific contexts in the repository.
clear(Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
clear() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
clearLoadedContexts() - Method in class org.openrdf.repository.loader.LoaderRepository
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
close() - Method in interface org.openrdf.elmo.ElmoManager
Closes any transactions or connections in the manager.
close(Iterator<?>) - Method in interface org.openrdf.elmo.ElmoManager
Close an Iterator created by iterate() immediately, instead of waiting until the iteration is complete or connection is closed.
close() - Method in interface org.openrdf.elmo.ElmoManagerFactory
Closes the factory preventing any more ElmoManagers from being created.
close() - Method in interface org.openrdf.elmo.ElmoQuery
Closes any open results from this query.
close() - Method in class org.openrdf.elmo.sesame.iterators.ConvertingIterator
 
close(Iterator<?>) - Static method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
close() - Method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
close() - Method in class org.openrdf.elmo.sesame.SesameManager
 
close(Iterator<?>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
close() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
close() - Method in class org.openrdf.elmo.sesame.SesameQuery
 
close() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
close(RepositoryConnection) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
close() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryConnection
 
close() - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
code(String) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
CodeBuilder - Class in org.openrdf.elmo.dynacode
 
CodeBuilder(ClassTemplate, ClassFactory) - Constructor for class org.openrdf.elmo.dynacode.CodeBuilder
 
CodeGenerator - Class in org.openrdf.elmo.codegen
Converts OWL ontologies into JavaBeans.
CodeGenerator() - Constructor for class org.openrdf.elmo.codegen.CodeGenerator
 
codeInstanceof(String, Class<?>) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
codeObject(String, Class<?>) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
CollectableProperty - Interface in org.openrdf.concepts.skos.core
The following rule applies for this property: [(?x ?p ?c) (?c skos:member ?y) (?p rdf:type skos:CollectableProperty) implies (?x ?p ?y)]
Collection - Interface in org.openrdf.concepts.dc.type
A collection is an aggregation of items.
Collection - Interface in org.openrdf.concepts.skos.core
Labelled collections can be used with collectable semantic relation properties e.g.
CollectorListener - Class in org.openrdf.elmo.smusher.listener
This listener collects all matches reported, ignoring duplicates and symmetric matches.
CollectorListener() - Constructor for class org.openrdf.elmo.smusher.listener.CollectorListener
 
CollectorListener.Pair - Class in org.openrdf.elmo.smusher.listener
 
CollectorListener.Pair(Resource, Resource) - Constructor for class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
commit() - Method in class org.openrdf.elmo.sesame.SesameTransaction
 
commit() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener
 
commit() - Method in class org.openrdf.elmo.smusher.listener.CounterListener
 
commit() - Method in class org.openrdf.elmo.smusher.listener.LogListener
 
commit() - Method in class org.openrdf.elmo.smusher.listener.SameAsListener
 
commit() - Method in interface org.openrdf.elmo.smusher.listener.SmusherListener
 
commit() - Method in class org.openrdf.repository.delegate.VersioningConnection
 
commit() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
ComparatorSmusher<T extends Resource> - Class in org.openrdf.elmo.smusher
This smusher finds matching instances in a repository by compairing all instances of a given type using a given comparator.
ComparatorSmusher(ResourceComparator<T>, Class) - Constructor for class org.openrdf.elmo.smusher.ComparatorSmusher
 
compare(T, T) - Method in interface org.openrdf.elmo.smusher.ResourceComparator
 
compare(String, String, int) - Static method in class org.openrdf.elmo.smusher.Util
 
COMPARE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
COMPAREALL - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
COMPAREANY - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
compile(File, List<String>, URLClassLoader) - Method in class org.openrdf.elmo.codegen.JavaCompiler
 
complementOf - Annotation Type in org.openrdf.elmo.annotations
Placed on roles that should be used on any Bean that does not implement the value concept.
ComplexMapper<URI> - Class in org.openrdf.elmo.rolemapper
Tracks recorded roles and maps them to their subject type.
ComplexMapper(HierarchicalRoleMapper<URI>) - Constructor for class org.openrdf.elmo.rolemapper.ComplexMapper
 
Concept - Interface in org.openrdf.concepts.skos.core
 
ConceptScheme - Interface in org.openrdf.concepts.skos.core
Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes.
CONDITION - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
construct(Class<?>, Object...) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
ConsumeStatementIterator<X extends Exception> - Class in org.openrdf.repository.augur.helpers
Passed all the results to the AugurNode for caching.
ConsumeStatementIterator(Iteration<Statement, X>, AResource, CachableAugurNode, int) - Constructor for class org.openrdf.repository.augur.helpers.ConsumeStatementIterator
 
Container<E> - Interface in org.openrdf.concepts.rdfs
The class of RDF containers.
ContainerMembershipProperty - Interface in org.openrdf.concepts.rdfs
The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
contains(String, String) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
contains(Object) - Method in interface org.openrdf.elmo.ElmoManager
Check if the instance belongs to the current persistence context.
contains(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
contains(Object) - Method in class org.openrdf.elmo.sesame.InverseSesameProperty
 
contains(Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
contains(Object) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
containsAll(Collection<?>) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
containsAll(Collection<?>) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
CONTEXT_PASSWORD_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
CONTEXT_PASSWORD_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
CONTEXT_REPOSITORY_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
CONTEXT_REPOSITORY_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
CONTEXT_SERVER_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
CONTEXT_SERVER_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
CONTEXT_USERNAME_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
CONTEXT_USERNAME_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
ContextAwareConnection - Class in org.openrdf.repository.contextaware
Allows contexts to be specified at the connection level or the method level.
ContextAwareConnection(Repository) - Constructor for class org.openrdf.repository.contextaware.ContextAwareConnection
 
ContextAwareConnection(Repository, RepositoryConnection) - Constructor for class org.openrdf.repository.contextaware.ContextAwareConnection
 
ContextQueryRewriter - Class in org.openrdf.repository.contextaware
Rewrites the query it the query laungage SERQO replacing all statement patterns with no context to use the assign context.
ContextQueryRewriter() - Constructor for class org.openrdf.repository.contextaware.ContextQueryRewriter
 
CONTEXTVAR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
CONTRIBUTOR - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/contributor
convert(BindingSet) - Method in class org.openrdf.elmo.sesame.ElmoSingleQueryResult
 
convert(BindingSet) - Method in class org.openrdf.elmo.sesame.ElmoTupleQueryResult
 
convert(S) - Method in class org.openrdf.elmo.sesame.iterators.ConvertingIterator
 
convert(S) - Method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
convert(BindingSet) - Method in class org.openrdf.repository.augur.helpers.ASolutionIterator
 
convert(Statement) - Method in class org.openrdf.repository.augur.helpers.AStatementIterator
 
convert(Exception) - Method in class org.openrdf.repository.augur.helpers.RepositoryCloseableIteration
 
ConvertingIterator<S,E> - Class in org.openrdf.elmo.sesame.iterators
Converts the delegate iterator into the result type.
ConvertingIterator(Iterator<S>) - Constructor for class org.openrdf.elmo.sesame.iterators.ConvertingIterator
 
convertObject(Value) - Method in class org.openrdf.repository.augur.helpers.AStatementIterator
 
convertSubject(Resource) - Method in class org.openrdf.repository.augur.helpers.AStatementIterator
 
copyRepositoryContent(Repository, Repository) - Static method in class org.openrdf.elmo.scutter.Util
 
COUNT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
CounterListener - Class in org.openrdf.elmo.smusher.listener
A listener that counts the matches reported.
CounterListener() - Constructor for class org.openrdf.elmo.smusher.listener.CounterListener
 
COVERAGE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/coverage
createAugurNode(ParsedQuery, boolean) - Method in class org.openrdf.repository.augur.helpers.AugurNodeFactory
 
createAugurStatementNode(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.repository.augur.helpers.AugurNodeFactory
 
createClass(ClassTemplate) - Method in class org.openrdf.elmo.dynacode.ClassFactory
Create the new Java Class from this template.
createClasses(File) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Generate Elmo concept Java classes from the ontology in the local repository.
createClassTemplate(String) - Method in class org.openrdf.elmo.dynacode.ClassFactory
Create a new Class template, which can later be used to create a Java class.
createClassTemplate(String, Class<?>) - Method in class org.openrdf.elmo.dynacode.ClassFactory
Create a new Class template, which can later be used to create a Java class.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.openrdf.elmo.sesame.SesamePersistenceProvider
 
createElmoManager() - Method in interface org.openrdf.elmo.ElmoManagerFactory
Creates a new ElmoManager with the default Locale.
createElmoManager(Locale) - Method in interface org.openrdf.elmo.ElmoManagerFactory
Creates a new ElmoManager with the given Locale.
createElmoManager() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
createElmoManager(Locale) - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
createElmoProperty(Object) - Method in interface org.openrdf.elmo.ElmoPropertyFactory
Create a new instance of ElmoProperty for this bean.
createElmoProperty(Object) - Method in class org.openrdf.elmo.sesame.SesamePropertyFactory
 
createEntityManager() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
createEntityManager(Map) - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
createEntityManagerFactory(String, Map) - Method in class org.openrdf.elmo.sesame.SesamePersistenceProvider
 
createField(Class<?>, String) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
createMemento() - Method in interface org.openrdf.elmo.ElmoManager
Creates a new Memento Object that represents the current state of the Bean pool.
createMemento() - Method in class org.openrdf.elmo.sesame.SesameManager
 
createMethod(Class<?>, String, Class<?>...) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
createNamedQuery(String) - Method in class org.openrdf.elmo.sesame.SesameManager
 
createNativeQuery(String) - Method in class org.openrdf.elmo.sesame.SesameManager
 
createNativeQuery(String, Class) - Method in class org.openrdf.elmo.sesame.SesameManager
 
createNativeQuery(String, String) - Method in class org.openrdf.elmo.sesame.SesameManager
 
createOntology(File) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Generate an OWL ontology from the JavaBeans in the included jars.
createQName(Resource) - Method in interface org.openrdf.elmo.ResourceManager
Reverses createResource.
createQName(Resource) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
createQuery(String) - Method in interface org.openrdf.elmo.ElmoManager
Creates an ElmoQuery to evaluate the query string.
createQuery(String) - Method in class org.openrdf.elmo.sesame.SesameManager
 
createRdfType(String) - Method in interface org.openrdf.elmo.RdfTypeFactory
 
createRdfType(String) - Method in class org.openrdf.elmo.sesame.SesameTypeFactory
 
createRepository() - Method in class org.openrdf.elmo.codegen.OntologyConverter
 
createRepository(String) - Method in class org.openrdf.repository.loader.LoaderRepositoryFactory
 
createResource(QName) - Method in interface org.openrdf.elmo.ResourceManager
Creates a new resource by URI, localeName, or encoded blankNode.
createResource(QName) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
createRoleMapper() - Method in class org.openrdf.elmo.base.RoleMapperFactoryBase
 
createRoleMapper() - Method in interface org.openrdf.elmo.RoleMapperFactory
 
createRoleQuery(Class<?>) - Method in interface org.openrdf.elmo.ResourceManager
Creates a query that will return all resource that implement this concept.
createRoleQuery(Class<?>) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
createSHA1(String) - Static method in class org.openrdf.elmo.smusher.Util
Generate a SHA1 digest of the string passed in and encode using hex encoding.
createSha1Sum(String) - Static method in class org.openrdf.elmo.smusher.Util
Generate a SHA1 summary of an email address String (e.g.
createSha1Sum(URI) - Static method in class org.openrdf.elmo.smusher.Util
Generate a SHA1 summary of an email address URI (e.g.
createTransientMethod(Class<?>, String, Class<?>...) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
createTuplePattern(Var, Var, Var, String, Resource...) - Method in class org.openrdf.repository.augur.model.AugurObjectNode
 
createTuplePattern(Var, Var, Var, String, Resource...) - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
createTuplePattern(Var, Var, Var, String, Resource...) - Method in class org.openrdf.repository.augur.model.AugurSubjectNode
 
CREATOR - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/creator
CVSRepository - Interface in org.openrdf.concepts.doap
CVS source code repository.

D

DataRange - Interface in org.openrdf.concepts.owl
 
DataRangeAtom - Interface in org.openrdf.concepts.swrl
consists of a dataRange and argument1
Dataset - Interface in org.openrdf.concepts.dc.type
A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing.
Datatype - Interface in org.openrdf.concepts.rdfs
The class of RDF datatypes.
DATATYPE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
DatatypeProperty - Interface in org.openrdf.concepts.owl
 
DatavaluedPropertyAtom - Interface in org.openrdf.concepts.swrl
consists of a propertyPredicate (owl:DatatypeProperty), argument1 (owl:Thing), and argument2 (rdfs:Literal)
DATE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/date
DateMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
DateMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.DateMarshall
 
DateScheme - Interface in org.openrdf.concepts.dc.terms
A set of date encoding schemes and/or formats
DC - Class in org.openrdf.model.vocabulary
Dublin Core vocabulary.
DC() - Constructor for class org.openrdf.model.vocabulary.DC
 
DCMIType - Interface in org.openrdf.concepts.dc.terms
A list of types used to categorize the nature or genre of the content of the resource.
DcResource - Interface in org.openrdf.concepts.dc
 
DctermsResource - Interface in org.openrdf.concepts.dc.terms
 
DDC - Interface in org.openrdf.concepts.dc.terms
Dewey Decimal Classification
declareObject(Class<?>, String) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
DEFAULT_MAXTHREADS - Static variable in class org.openrdf.elmo.scutter.Scutter
 
DEFAULT_SIZE_LIMIT - Static variable in class org.openrdf.elmo.scutter.Scutter
Size limit (in KB) for files to be parsed.
Deprecated - Interface in org.openrdf.concepts.voc
Should no longer be used for new resource descriptions or applications.
DeprecatedClass - Interface in org.openrdf.concepts.owl
 
DeprecatedProperty - Interface in org.openrdf.concepts.owl
 
DESCRIPTION - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/description
DESCRIPTION - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/description
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.BigIntegerMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.BooleanMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.ByteMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.CharacterMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.ClassMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.DateMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.DoubleMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.DurationMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.FloatMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.GregorianCalendarMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.IntegerMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.LocaleMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.LongMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectConstructorMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectSerializationMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.PatternMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.QNameMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.ShortMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlDateMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimeMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimestampMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.ValueOfMarshall
 
deserialize(Literal) - Method in class org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
 
deserialize(Literal) - Method in interface org.openrdf.elmo.sesame.converters.Marshall
 
designate(Class<T>) - Method in interface org.openrdf.elmo.ElmoManager
Assigns type to a new anonymous entity.
designate(Class<T>, QName) - Method in interface org.openrdf.elmo.ElmoManager
Assigns type to the named entity subject.
designate(Class<T>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
designate(Class<T>, QName) - Method in class org.openrdf.elmo.sesame.SesameManager
 
designate(Resource, Class<T>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
designateEntity(Class<T>, Object) - Method in interface org.openrdf.elmo.ElmoManager
 
designateEntity(Class<T>, Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
DIFFERENCE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
DifferentIndividualsAtom - Interface in org.openrdf.concepts.swrl
consists of argument1 (owl:Thing) and argument2 (owl:Thing)
DirectMapper<URI> - Class in org.openrdf.elmo.rolemapper
Tracks recorded roles and maps them to their subject type.
DirectMapper() - Constructor for class org.openrdf.elmo.rolemapper.DirectMapper
 
disjointWith - Annotation Type in org.openrdf.elmo.annotations
Indicates that this concept should not be used with Beans already with given subject type.
DISTINCT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
DoapResource - Interface in org.openrdf.concepts.doap
 
Document - Interface in org.openrdf.concepts.foaf
A document.
DocumentHandler - Interface in org.openrdf.elmo.scutter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.elmo.scutter.servlet.ScutterServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.elmo.smusher.servlet.SmusherServlet
 
DoubleMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
DoubleMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.DoubleMarshall
 
DurationMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
DurationMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.DurationMarshall
 
DynaBeanPropertyAccessor - Class in org.openrdf.elmo.tapestry
By registering this class with Ognl DynaBeans properties can be accessed like regular Java Beans.
DynaBeanPropertyAccessor() - Constructor for class org.openrdf.elmo.tapestry.DynaBeanPropertyAccessor
 
DynaBeanSupport - Class in org.openrdf.elmo.dynabean
DynaBean interface for Elmo JavaBeans.
DynaBeanSupport(Entity) - Constructor for class org.openrdf.elmo.dynabean.DynaBeanSupport
 
DynaClassInfo - Class in org.openrdf.elmo.dynabean.helpers
Backing class for a SesameDynaBean to store common properties shared between beans.
DynaClassInfo(Collection<URI>) - Constructor for class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
DynaClassInfoFactory - Class in org.openrdf.elmo.dynabean.helpers
creates SesameDynaClasses for the calling SesameDynaBean.
DynaClassInfoFactory() - Constructor for class org.openrdf.elmo.dynabean.helpers.DynaClassInfoFactory
 
DynaClassSupport - Class in org.openrdf.elmo.dynabean
DynaClass interface for Elmo JavaBeans.
DynaClassSupport(Entity) - Constructor for class org.openrdf.elmo.dynabean.DynaClassSupport
 

E

ELEMENT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ELEMENTS - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ElmoCompositionException - Exception in org.openrdf.elmo.exceptions
A Bean Class failed to be created due to incompatable roles.
ElmoCompositionException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoCompositionException
 
ElmoCompositionException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoCompositionException
 
ElmoCompositionException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoCompositionException
 
ElmoCompositionException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoCompositionException
 
ElmoConversionException - Exception in org.openrdf.elmo.exceptions
Thrown when an exception occurred during literal conversion.
ElmoConversionException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoConversionException
 
ElmoConversionException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoConversionException
 
ElmoConversionException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoConversionException
 
ElmoConversionException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoConversionException
 
ElmoEntityCompositor - Class in org.openrdf.elmo.impl
This class takes a collection of roles (interfaces or classes) and uses composition to combine this into a single class.
ElmoEntityCompositor() - Constructor for class org.openrdf.elmo.impl.ElmoEntityCompositor
 
ElmoEntityResolver - Interface in org.openrdf.elmo
Resolves the collection of roles into an Elmo JavaBean class.
ElmoException - Exception in org.openrdf.elmo.exceptions
An unexpected general exception occurred durring an operation on a Bean or manager.
ElmoException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoException
 
ElmoException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoException
 
ElmoException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoException
 
ElmoException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoException
 
ElmoInitializationException - Exception in org.openrdf.elmo.exceptions
Used when the factory faild to initialize its configuration.
ElmoInitializationException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoInitializationException
 
ElmoInitializationException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoInitializationException
 
ElmoInitializationException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoInitializationException
 
ElmoInitializationException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoInitializationException
 
ElmoIOException - Exception in org.openrdf.elmo.exceptions
A Bean property or type could not be read.
ElmoIOException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoIOException
 
ElmoIOException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoIOException
 
ElmoIOException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoIOException
 
ElmoIOException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoIOException
 
ElmoIteration<S,E> - Class in org.openrdf.elmo.sesame.iterators
A general purpose iteration wrapping Sesame's iterations.
ElmoIteration(CloseableIteration<? extends S, ?>) - Constructor for class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
ElmoManager - Interface in org.openrdf.elmo
Manages the basic operations of Elmo JavaBeans.
ElmoManagerFactory - Interface in org.openrdf.elmo
Factory interface to create ElmoManagers.
ElmoMapperClassFactory - Class in org.openrdf.elmo.impl
Properties that have the rdf or localname annotation are replaced with getters and setters that access the Sesame Repository directly.
ElmoMapperClassFactory() - Constructor for class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
ElmoMementoException - Exception in org.openrdf.elmo.exceptions
An unexpected exception ocurred while undoing repository changes.
ElmoMementoException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoMementoException
 
ElmoMementoException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoMementoException
 
ElmoMementoException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoMementoException
 
ElmoMementoException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoMementoException
 
ElmoModule - Class in org.openrdf.elmo
Defines the Scope of an ElmoManager and its factory.
ElmoModule() - Constructor for class org.openrdf.elmo.ElmoModule
 
ElmoModule(ClassLoader) - Constructor for class org.openrdf.elmo.ElmoModule
 
ElmoModule.Association - Class in org.openrdf.elmo
 
ElmoPersistException - Exception in org.openrdf.elmo.exceptions
A Bean property faild to be saved.
ElmoPersistException() - Constructor for exception org.openrdf.elmo.exceptions.ElmoPersistException
 
ElmoPersistException(String, Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoPersistException
 
ElmoPersistException(String) - Constructor for exception org.openrdf.elmo.exceptions.ElmoPersistException
 
ElmoPersistException(Throwable) - Constructor for exception org.openrdf.elmo.exceptions.ElmoPersistException
 
ElmoProperty<E> - Interface in org.openrdf.elmo
Internal interface for mapping roles.
ElmoPropertyFactory<E> - Interface in org.openrdf.elmo
Internal interface to create ElmoProperty objects.
ElmoQuery - Interface in org.openrdf.elmo
Interface used to bind and evaluate a query
ElmoSingleQueryResult - Class in org.openrdf.elmo.sesame
Converts the repository result into a single Bean.
ElmoSingleQueryResult(SesameManager, TupleQueryResult, int) - Constructor for class org.openrdf.elmo.sesame.ElmoSingleQueryResult
 
ElmoTupleQueryResult - Class in org.openrdf.elmo.sesame
Converts the repository result into an array of Objects.
ElmoTupleQueryResult(SesameManager, TupleQueryResult, int) - Constructor for class org.openrdf.elmo.sesame.ElmoTupleQueryResult
 
EmailSmusher - Class in org.openrdf.elmo.smusher
 
EmailSmusher() - Constructor for class org.openrdf.elmo.smusher.EmailSmusher
 
EMPTYSET - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
enableCache() - Method in class org.openrdf.repository.augur.model.CachableAugurNode
 
end() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
end() - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
end() - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
endRDF() - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
endRDF() - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
Entity - Interface in org.openrdf.elmo
Role implemented by all Beans created from the ElmoManager.
EntitySupport - Interface in org.openrdf.elmo
 
equals(Object) - Method in class org.openrdf.concepts.rdfs.Literal
 
equals(Object) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
equals(Object) - Method in class org.openrdf.elmo.ElmoModule
 
equals(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
equals(Object) - Method in class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
equals(Object) - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
equals(Object) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
equals(Object) - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
equals(Object) - Method in class org.openrdf.repository.augur.model.AResource
 
evaluate() - Method in interface org.openrdf.elmo.ElmoQuery
Evaluates the query and returns an iterator over the result.
evaluate() - Method in class org.openrdf.elmo.sesame.SesameQuery
 
Event - Interface in org.openrdf.concepts.dc.type
An event is a non-persistent, time-based occurrence.
executeUpdate() - Method in class org.openrdf.elmo.sesame.SesameQuery
 
EXISTS - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
export(RDFHandler) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Exports all explicit statements in the specified contexts to the supplied RDFHandler.
exportOntology(List<Class<?>>, RDFHandler) - Method in class org.openrdf.elmo.codegen.OwlGenerator
 
exportSourceCode(SourceCodeHandler) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
exportStatements(Resource, URI, Value, RDFHandler) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.
EXTENSION - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
EXTENSIONELEM - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ExtensionsConcept - Interface in org.openrdf.concepts.skos.extensions
 
ExtensionsResource - Interface in org.openrdf.concepts.skos.extensions
 

F

factory - Annotation Type in org.openrdf.elmo.annotations
Declares this to be a factory class or factory method.
FastIterativeSmusher - Class in org.openrdf.elmo.smusher
A version of the IterativeSmusher for smushers that are independent, i.e.
FastIterativeSmusher() - Constructor for class org.openrdf.elmo.smusher.FastIterativeSmusher
 
FileSourceCodeHandler - Class in org.openrdf.elmo.codegen
Saves the generated source code from CodeGenerator to disk.
FileSourceCodeHandler() - Constructor for class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
FileSourceCodeHandler(File) - Constructor for class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
FILTER - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
find(QName) - Method in interface org.openrdf.elmo.ElmoManager
Retrives the rdf:type, creates a Java Bean class and instantiates it.
find(QName) - Method in class org.openrdf.elmo.sesame.SesameManager
 
find(Resource) - Method in class org.openrdf.elmo.sesame.SesameManager
 
find(Class<T>, Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
findAll(Class<T>) - Method in interface org.openrdf.elmo.ElmoManager
Creates an iteration of entities that implement this role.
findAll(Class<T>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
findBaseRoles() - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findBaseRoles() - Method in interface org.openrdf.elmo.RoleMapper
Roles that should be included by any bean.
findBaseRoles() - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
findBaseRoles() - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findBaseRoles() - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
findClass(String) - Method in class org.openrdf.elmo.dynacode.ClassFactory
 
findDyanClass(SesameManager, Resource) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfoFactory
 
findImplementations(Collection<Class<?>>) - Method in class org.openrdf.elmo.impl.AbstractBehaviourClassFactory
 
findImplementations(Collection<Class<?>>) - Method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
findImplementations(Collection<Class<?>>) - Method in interface org.openrdf.elmo.ImplementationResolver
Resolves mapper classes that will map any annotated property in the interfaces.
findIndividualRoles(URI, Collection<Class<?>>) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findIndividualRoles(URI, Collection<Class<?>>) - Method in interface org.openrdf.elmo.RoleMapper
Adds roles to the collection that are specific to this instance.
findIndividualRoles(URI, Collection<Class<?>>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findRoles(URI) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findRoles(Collection<URI>, Collection<Class<?>>) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findRoles(URI) - Method in interface org.openrdf.elmo.RoleMapper
Finds the Java Class for this rdf:Class.
findRoles(Collection<URI>, Collection<Class<?>>) - Method in interface org.openrdf.elmo.RoleMapper
Finds all the roles that should be implemented by these types.
findRoles(URI) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
findRoles(Collection<URI>, Collection<Class<?>>) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
findRoles(URI) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findRoles(Collection<URI>, Collection<Class<?>>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findRoles(URI) - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
findRoles(Collection<URI>, Collection<Class<?>>) - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
findSubTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findSubTypes(Class<?>, Collection<URI>) - Method in interface org.openrdf.elmo.RoleMapper
Finds the rdf:types for concept and any sub-concept(s).
findSubTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
findSubTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findType(Class<?>) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findType(Class<?>) - Method in interface org.openrdf.elmo.RoleMapper
Finds the rdf:Class for this Java Class.
findType(Class<?>) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
Finds the rdf:Class for this Java Class.
findType(Class<?>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findType(Class<?>) - Method in class org.openrdf.elmo.rolemapper.TypeMapper
Finds the rdf:Class for this Java Class.
findTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
findTypes(Class<?>, Collection<URI>) - Method in interface org.openrdf.elmo.RoleMapper
Finds the rdf:types that this interface or class represents.
findTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
findTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
findTypes(Class<?>, Collection<URI>) - Method in class org.openrdf.elmo.rolemapper.TypeMapper
 
finish() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener
 
finish() - Method in class org.openrdf.elmo.smusher.listener.CounterListener
 
finish() - Method in class org.openrdf.elmo.smusher.listener.LogListener
 
finish() - Method in class org.openrdf.elmo.smusher.listener.SameAsListener
 
finish() - Method in interface org.openrdf.elmo.smusher.listener.SmusherListener
 
FixedQuerySmusher - Class in org.openrdf.elmo.smusher
 
FixedQuerySmusher(String) - Constructor for class org.openrdf.elmo.smusher.FixedQuerySmusher
 
FLAGS - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
FloatMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
FloatMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.FloatMarshall
 
flush() - Method in class org.openrdf.elmo.sesame.SesameManager
 
flush() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
FlushableConnection - Class in org.openrdf.repository.flushable
When not in autoFlush mode, each statement added and removed is tracked.
FlushableConnection(Repository) - Constructor for class org.openrdf.repository.flushable.FlushableConnection
 
FlushableConnection(Repository, RepositoryConnection) - Constructor for class org.openrdf.repository.flushable.FlushableConnection
 
FlushableRepository - Class in org.openrdf.repository.flushable
 
FlushableRepository() - Constructor for class org.openrdf.repository.flushable.FlushableRepository
 
FlushableRepository(Repository) - Constructor for class org.openrdf.repository.flushable.FlushableRepository
 
FlushableRepository(Repository, boolean) - Constructor for class org.openrdf.repository.flushable.FlushableRepository
 
FlushableRepositoryFactory - Class in org.openrdf.repository.flushable
 
FlushableRepositoryFactory() - Constructor for class org.openrdf.repository.flushable.FlushableRepositoryFactory
 
FOAF - Class in org.openrdf.model.vocabulary
FOAF vocabulary.
FOAF() - Constructor for class org.openrdf.model.vocabulary.FOAF
 
FoafResource - Interface in org.openrdf.concepts.foaf
 
FoafRetriever - Class in org.openrdf.elmo.scutter
This retriever is specific to crawling for FOAF data.
FoafRetriever(URL, Repository, Scutter) - Constructor for class org.openrdf.elmo.scutter.FoafRetriever
 
followLinks() - Method in interface org.openrdf.elmo.scutter.DocumentHandler
 
FORMAT - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/format
formatGraphQuery(ParsedGraphQuery) - Method in class org.openrdf.query.parser.serqo.SeRQOFormatter
 
formatQuery(ParsedQuery) - Method in class org.openrdf.query.parser.serqo.SeRQOFormatter
 
FormatScheme - Interface in org.openrdf.concepts.dc.terms
A set of format encoding schemes.
formatTupleQuery(ParsedTupleQuery) - Method in class org.openrdf.query.parser.serqo.SeRQOFormatter
 
FunctionalProperty - Interface in org.openrdf.concepts.owl
 
FUNCTIONCALL - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 

G

get(String) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
get(String, int) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
get(String, String) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
get(int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
get(int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
getAddContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The contexts to add the statements to.
getAll() - Method in interface org.openrdf.elmo.ElmoProperty
Get all values for property.
getAll() - Method in class org.openrdf.elmo.impl.UnmodifiableElmoProperty
 
getAll() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
getAllInstances(ElmoManager, Class<T>) - Static method in class org.openrdf.elmo.scutter.Util
Get all instances of type T from a given repository
getAllInstances(ElmoManager, Class<T>) - Static method in class org.openrdf.elmo.smusher.Util
Get all instances of type T from a given repository
getAnnotatedClasses() - Method in class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
getArchiveContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Before Statements are removed, they are first copied to these contexts.
getAugurNode() - Method in class org.openrdf.repository.augur.model.AResource
 
getAutoBlackList() - Method in class org.openrdf.elmo.scutter.Scutter
Determine whether automatic blacklisting is enabled.
getBaseClasses() - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
getBaseClasses() - Method in class org.openrdf.elmo.codegen.OntologyConverter
Array of Java Class names that all concepts will extend.
getBaseDir() - Method in class org.openrdf.repository.loader.LoaderRepositoryFactory
 
getBaseType() - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
getBehaviourClass() - Method in class org.openrdf.elmo.impl.MethodFactory
 
getBlacklistFile() - Method in class org.openrdf.elmo.scutter.Scutter
 
getCalled(InvocationContext) - Method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
getCarriedOverResource(Resource, Value) - Method in class org.openrdf.repository.augur.model.AugurObjectNode
 
getCarriedOverResource(Resource, Value) - Method in class org.openrdf.repository.augur.model.AugurSubjectNode
 
getCarriedOverResource(Resource, Value) - Method in class org.openrdf.repository.augur.model.CachableAugurNode
 
getChildNode(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.augur.model.AugurNode
 
getClass(URI) - Method in interface org.openrdf.elmo.LiteralManager
 
getClass(URI) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
getClasses() - Method in class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
getClassLoader() - Method in class org.openrdf.elmo.ElmoModule
 
getClassType(Method) - Static method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
getCodeBuilder() - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
getCollectedStatements() - Method in interface org.openrdf.elmo.scutter.DocumentHandler
 
getConcreteClasses() - Method in class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
getConfig() - Method in class org.openrdf.repository.augur.AugurRepositoryFactory
 
getConfig() - Method in class org.openrdf.repository.flushable.FlushableRepositoryFactory
 
getConfig() - Method in class org.openrdf.repository.readahead.ReadAheadRepositoryFactory
 
getConfig() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryFactory
 
getConnection() - Method in class org.openrdf.elmo.sesame.SesameManager
 
getConnection() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
getConnection() - Method in class org.openrdf.repository.augur.AugurRepository
 
getConnection() - Method in class org.openrdf.repository.augur.model.AugurNode
 
getConnection() - Method in class org.openrdf.repository.flushable.FlushableRepository
 
getConnection() - Method in class org.openrdf.repository.loader.LoaderRepository
 
getConnection() - Method in class org.openrdf.repository.readahead.ReadAheadRepository
 
getConnection() - Method in class org.openrdf.repository.sparql.SPARQLRepository
 
getConnection() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepository
 
getContentClassType(Method) - Static method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
getContentLength(String) - Static method in class org.openrdf.elmo.scutter.Util
Determine the value for the Content-Length header using a HEAD call
getContentTypeArguments(Method) - Static method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
getContext() - Method in class org.openrdf.elmo.ElmoModule
 
getContext() - Method in class org.openrdf.elmo.scutter.Scutter
 
getContextData() - Method in interface javax.interceptor.InvocationContext
 
getContextData() - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
getContextName() - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
getContexts() - Method in class org.openrdf.elmo.ElmoModule
 
getContexts() - Method in class org.openrdf.repository.contextaware.ContextQueryRewriter
 
getCount() - Method in class org.openrdf.elmo.smusher.listener.CounterListener
 
getCtClass() - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
getDataDir() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
getDatasets() - Method in class org.openrdf.elmo.ElmoModule
 
getDatatype(Class<?>) - Method in interface org.openrdf.elmo.LiteralManager
Looks up the datatype that should be used for the given Java class,
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.BigIntegerMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.BooleanMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.ByteMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.CharacterMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.ClassMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.DateMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.DoubleMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.DurationMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.FloatMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.GregorianCalendarMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.IntegerMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.LocaleMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.LongMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectConstructorMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectSerializationMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.PatternMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.QNameMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.ShortMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.SqlDateMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimeMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimestampMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.ValueOfMarshall
 
getDatatype() - Method in class org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
 
getDatatype() - Method in interface org.openrdf.elmo.sesame.converters.Marshall
 
getDatatype(Class<?>) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
getDcAbstracts() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A summary of the content of the resource.
getDcAccessRights() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Information about who can access the resource or an indication of its security status.
getDcAccrualMethod() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The method by which items are added to a collection.
getDcAccrualPeriodicity() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The frequency with which items are added to a collection.
getDcAccrualPolicy() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The policy governing the addition of items to a collection.
getDcAlternatives() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Any form of the title used as a substitute or alternative to the formal title of the resource.
getDcAudiences() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A class of entity for whom the resource is intended or useful.
getDcAvailables() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date (often a range) that the resource will become or did become available.
getDcBibliographicCitation() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A bibliographic reference for the resource.
getDcConformsTo() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A reference to an established standard to which the resource conforms.
getDcContributors() - Method in interface org.openrdf.concepts.dc.DcResource
An entity responsible for making contributions to the content of the resource.
getDcCoverages() - Method in interface org.openrdf.concepts.dc.DcResource
The extent or scope of the content of the resource.
getDcCreated() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of creation of the resource.
getDcCreators() - Method in interface org.openrdf.concepts.dc.DcResource
An entity primarily responsible for making the content of the resource.
getDcDateAccepted() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of acceptance of the resource (e.g.
getDcDateCopyrighted() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of a statement of copyright.
getDcDates() - Method in interface org.openrdf.concepts.dc.DcResource
A date associated with an event in the life cycle of the resource.
getDcDateSubmitted() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of submission of the resource (e.g.
getDcDescription() - Method in interface org.openrdf.concepts.dc.DcResource
An account of the content of the resource.
getDcEducationLevel() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A general statement describing the education or training context.
getDcExtents() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The size or duration of the resource.
getDcFormats() - Method in interface org.openrdf.concepts.dc.DcResource
The physical or digital manifestation of the resource.
getDcHasFormats() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.
getDcHasPart() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource includes the referenced resource either physically or logically.
getDcHasVersion() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource has a version, edition, or adaptation, namely, the referenced resource.
getDcIdentifiers() - Method in interface org.openrdf.concepts.dc.DcResource
An unambiguous reference to the resource within a given context.
getDcInstructionalMethod() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A process, used to engender knowledge, attitudes and skills, that the resource is designed to support.
getDcIsFormatOf() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is the same intellectual content of the referenced resource, but presented in another format.
getDcIsPartOf() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is a physical or logical part of the referenced resource.
getDcIsReferencedBy() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is referenced, cited, or otherwise pointed to by the referenced resource.
getDcIsReplacedBy() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is supplanted, displaced, or superseded by the referenced resource.
getDcIsRequiredBy() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is required by the referenced resource, either physically or logically.
getDcIssued() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of formal issuance (e.g., publication) of the resource.
getDcIsVersionOf() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is a version, edition, or adaptation of the referenced resource.
getDcLanguages() - Method in interface org.openrdf.concepts.dc.DcResource
A language of the intellectual content of the resource.
getDcLicenses() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A legal document giving official permission to do something with the resource.
getDcMediators() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A class of entity that mediates access to the resource and for whom the resource is intended or useful.
getDcMediums() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The material or physical carrier of the resource.
getDcModified() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date on which the resource was changed.
getDcProvenances() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation.
getDcPublishers() - Method in interface org.openrdf.concepts.dc.DcResource
An entity responsible for making the resource available
getDcReferences() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource references, cites, or otherwise points to the referenced resource.
getDcRelations() - Method in interface org.openrdf.concepts.dc.DcResource
A reference to a related resource.
getDcReplaces() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource supplants, displaces, or supersedes the referenced resource.
getDcRequires() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource requires the referenced resource to support its function, delivery, or coherence of content.
getDcRights() - Method in interface org.openrdf.concepts.dc.DcResource
Information about rights held in and over the resource.
getDcRightsHolder() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A person or organization owning or managing rights over the resource.
getDcSources() - Method in interface org.openrdf.concepts.dc.DcResource
A reference to a resource from which the present resource is derived.
getDcSpatials() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Spatial characteristics of the intellectual content of the resource.
getDcSubjects() - Method in interface org.openrdf.concepts.dc.DcResource
The topic of the content of the resource.
getDcTableOfContents() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A list of subunits of the content of the resource.
getDcTemporals() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Temporal characteristics of the intellectual content of the resource.
getDcTitle() - Method in interface org.openrdf.concepts.dc.DcResource
A name given to the resource.
getDcTypes() - Method in interface org.openrdf.concepts.dc.DcResource
The nature or genre of the content of the resource.
getDcValids() - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date (often a range) of validity of a resource.
getDeclaredFieldNames() - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
getDelegate() - Method in class org.openrdf.elmo.sesame.SesameManager
 
getDelegate() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryConnection
 
getDepth() - Method in class org.openrdf.repository.augur.model.AugurNode
 
getDirectRoles(URI) - Method in class org.openrdf.elmo.rolemapper.DirectMapper
 
getDirectTypes(Class<?>) - Method in class org.openrdf.elmo.rolemapper.DirectMapper
 
getDoapAnonRoots() - Method in interface org.openrdf.concepts.doap.Repository
Repository for anonymous access.
getDoapBrowses() - Method in interface org.openrdf.concepts.doap.Repository
Web browser interface to repository.
getDoapBugDatabases() - Method in interface org.openrdf.concepts.doap.Project
Bug tracker for a project.
getDoapCategories() - Method in interface org.openrdf.concepts.doap.Project
A category of project.
getDoapCreated() - Method in interface org.openrdf.concepts.doap.DoapResource
Date when something was created, in YYYY-MM-DD form.
getDoapDescription() - Method in interface org.openrdf.concepts.doap.DoapResource
Plain text description of a project, of 2-4 sentences in length.
getDoapDevelopers() - Method in interface org.openrdf.concepts.doap.Project
Developer of software for the project.
getDoapDocumenters() - Method in interface org.openrdf.concepts.doap.Project
Contributor of documentation to the project.
getDoapDownloadMirrors() - Method in interface org.openrdf.concepts.doap.Project
Mirror of software download web page.
getDoapDownloadPages() - Method in interface org.openrdf.concepts.doap.Project
Web page from which the project software can be downloaded.
getDoapFileReleases() - Method in interface org.openrdf.concepts.doap.Version
URI of download associated with this release.
getDoapHelpers() - Method in interface org.openrdf.concepts.doap.Project
Project contributor.
getDoapHomepages() - Method in interface org.openrdf.concepts.doap.Project
URL of a project's homepage, associated with exactly one project.
getDoapLicenses() - Method in interface org.openrdf.concepts.doap.DoapResource
The URI of an RDF description of the license the software is distributed under.
getDoapLocations() - Method in interface org.openrdf.concepts.doap.Repository
Location of a repository.
getDoapMailingLists() - Method in interface org.openrdf.concepts.doap.Project
Mailing list home page or email address.
getDoapMaintainers() - Method in interface org.openrdf.concepts.doap.Project
Maintainer of a project, a project leader.
getDoapModules() - Method in interface org.openrdf.concepts.doap.ArchRepositoryOrBKRepositoryOrCVSRepository
Module name of a CVS, BitKeeper or Arch repository.
getDoapNames() - Method in interface org.openrdf.concepts.doap.DoapResource
A name of something.
getDoapOldHomepages() - Method in interface org.openrdf.concepts.doap.Project
URL of a project's past homepage, associated with exactly one project.
getDoapOses() - Method in interface org.openrdf.concepts.doap.Project
Operating system that a project is limited to.
getDoapProgrammingLanguages() - Method in interface org.openrdf.concepts.doap.Project
Programming language a project is implemented in or intended for use with.
getDoapReleases() - Method in interface org.openrdf.concepts.doap.Project
A project release.
getDoapRepositories() - Method in interface org.openrdf.concepts.doap.Project
Source code repository.
getDoapRevisions() - Method in interface org.openrdf.concepts.doap.Version
Revision identifier of a software release.
getDoapScreenshots() - Method in interface org.openrdf.concepts.doap.Project
Web page with screenshots of project.
getDoapShortdescs() - Method in interface org.openrdf.concepts.doap.DoapResource
Short (8 or 9 words) plain text description of a project.
getDoapTesters() - Method in interface org.openrdf.concepts.doap.Project
A tester or other quality control contributor.
getDoapTranslators() - Method in interface org.openrdf.concepts.doap.Project
Contributor of translations to the project.
getDoapWikis() - Method in interface org.openrdf.concepts.doap.Project
URL of Wiki for collaborative discussion of project.
getDocumentAsInputStream(String) - Static method in class org.openrdf.elmo.scutter.Util
Retrieve a document from the given URL using HTTP GET
getDocumentAsString(String) - Static method in class org.openrdf.elmo.scutter.Util
Retrieve a document from the given URL using HTTP GET.
getDomainPattern() - Method in class org.openrdf.elmo.scutter.Scutter
Return the pattern used for the whitelist.
getDynaClass() - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
getDynaProperties() - Method in class org.openrdf.elmo.dynabean.DynaClassSupport
 
getDynaProperties() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getDynaProperty(String) - Method in class org.openrdf.elmo.dynabean.DynaClassSupport
 
getDynaProperty(String) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getElmoManager() - Method in interface org.openrdf.elmo.Entity
The ElmoManager that is managing this Entity.
getElmoManager() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
getFactories() - Method in class org.openrdf.elmo.ElmoModule
 
getFactoryClass() - Method in class org.openrdf.elmo.impl.MethodFactory
 
getFilter() - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
getFirst() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
getFirstName(String) - Static method in class org.openrdf.elmo.smusher.Util
Extract the first name from a full name
getFlushMode() - Method in class org.openrdf.elmo.sesame.SesameManager
 
getFoafAccountNames() - Method in interface org.openrdf.concepts.foaf.OnlineAccount
Indicates the name (identifier) associated with this online account.
getFoafAccountServiceHomepages() - Method in interface org.openrdf.concepts.foaf.OnlineAccount
Indicates a homepage of the service provide for this online account.
getFoafAimChatIDs() - Method in interface org.openrdf.concepts.foaf.Agent
An AIM chat ID
getFoafBirthday() - Method in interface org.openrdf.concepts.foaf.Agent
The birthday of this Agent, represented in mm-dd string form, eg.
getFoafCurrentProjects() - Method in interface org.openrdf.concepts.foaf.Person
A current project this person works on.
getFoafDepictions() - Method in interface org.openrdf.concepts.foaf.Agent
A depiction of some thing.
getFoafDepicts() - Method in interface org.openrdf.concepts.foaf.Image
A thing depicted in this representation.
getFoafDnaChecksums() - Method in interface org.openrdf.concepts.foaf.FoafResource
A checksum for the DNA of some thing.
getFoafFamily_names() - Method in interface org.openrdf.concepts.foaf.Person
The family_name of some person.
getFoafFirstNames() - Method in interface org.openrdf.concepts.foaf.Person
The first name of a person.
getFoafFundedBy() - Method in interface org.openrdf.concepts.foaf.Agent
An organization funding a project or person.
getFoafGeekcodes() - Method in interface org.openrdf.concepts.foaf.Person
A textual geekcode for this person, see http://www.geekcode.com/geek.html
getFoafGender() - Method in interface org.openrdf.concepts.foaf.Agent
The gender of this Agent (typically but not necessarily 'male' or 'female').
getFoafGivennames() - Method in interface org.openrdf.concepts.foaf.FoafResource
The given name of some person.
getFoafHoldsAccount() - Method in interface org.openrdf.concepts.foaf.Agent
Indicates an account held by this agent.
getFoafHomepages() - Method in interface org.openrdf.concepts.foaf.Agent
A homepage for some thing.
getFoafIcqChatIDs() - Method in interface org.openrdf.concepts.foaf.Agent
An ICQ chat ID
getFoafImgs() - Method in interface org.openrdf.concepts.foaf.Person
An image that can be used to represent some thing (ie.
getFoafInterests() - Method in interface org.openrdf.concepts.foaf.Person
A page about a topic of interest to this person.
getFoafJabberIDs() - Method in interface org.openrdf.concepts.foaf.Agent
A jabber ID for something.
getFoafKnows() - Method in interface org.openrdf.concepts.foaf.Person
A person known by this person (indicating some level of reciprocated interaction between the parties).
getFoafLogos() - Method in interface org.openrdf.concepts.foaf.Agent
A logo representing some thing.
getFoafMades() - Method in interface org.openrdf.concepts.foaf.Agent
Something that was made by this agent.
getFoafMakers() - Method in interface org.openrdf.concepts.foaf.Agent
An agent that made this thing.
getFoafMbox_sha1sums() - Method in interface org.openrdf.concepts.foaf.Agent
The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.
getFoafMboxes() - Method in interface org.openrdf.concepts.foaf.Agent
A personal mailbox, ie.
getFoafMembers() - Method in interface org.openrdf.concepts.foaf.Group
Indicates a member of a Group
getFoafMembershipClasses() - Method in interface org.openrdf.concepts.foaf.Group
Indicates the class of individuals that are a member of a Group
getFoafMsnChatIDs() - Method in interface org.openrdf.concepts.foaf.Agent
An MSN chat ID
getFoafMyersBriggs() - Method in interface org.openrdf.concepts.foaf.Person
A Myers Briggs (MBTI) personality classification.
getFoafNames() - Method in interface org.openrdf.concepts.foaf.Agent
A name for some thing.
getFoafNicks() - Method in interface org.openrdf.concepts.foaf.FoafResource
A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).
getFoafPages() - Method in interface org.openrdf.concepts.foaf.FoafResource
A page or document about this thing.
getFoafPastProjects() - Method in interface org.openrdf.concepts.foaf.Person
A project this person has previously worked on.
getFoafPhones() - Method in interface org.openrdf.concepts.foaf.FoafResource
A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).
getFoafPlans() - Method in interface org.openrdf.concepts.foaf.Person
A .plan comment, in the tradition of finger and '.plan' files.
getFoafPrimaryTopic() - Method in interface org.openrdf.concepts.foaf.Document
The primary topic of some page or document.
getFoafPublications() - Method in interface org.openrdf.concepts.foaf.Person
A link to the publications of this person.
getFoafSchoolHomepages() - Method in interface org.openrdf.concepts.foaf.Person
A homepage of a school attended by the person.
getFoafSha1s() - Method in interface org.openrdf.concepts.foaf.Document
A sha1sum hash, in hex.
getFoafSurnames() - Method in interface org.openrdf.concepts.foaf.Person
The surname of some person.
getFoafThemes() - Method in interface org.openrdf.concepts.foaf.Agent
A theme.
getFoafThumbnails() - Method in interface org.openrdf.concepts.foaf.Image
A derived thumbnail image.
getFoafTipjars() - Method in interface org.openrdf.concepts.foaf.Agent
A tipjar document for this agent, describing means for payment and reward.
getFoafTitle() - Method in interface org.openrdf.concepts.foaf.FoafResource
Title (Mr, Mrs, Ms, Dr.
getFoafTopic_interests() - Method in interface org.openrdf.concepts.foaf.Person
A thing of interest to this person.
getFoafTopics() - Method in interface org.openrdf.concepts.foaf.Document
A topic of some page or document.
getFoafWeblogs() - Method in interface org.openrdf.concepts.foaf.Agent
A weblog of some thing (whether person, group, company etc.).
getFoafWorkInfoHomepages() - Method in interface org.openrdf.concepts.foaf.Person
A work info homepage of some person; a page about their work for some organization.
getFoafWorkplaceHomepages() - Method in interface org.openrdf.concepts.foaf.Person
A workplace homepage of some person; the homepage of an organization they work for.
getFoafYahooChatIDs() - Method in interface org.openrdf.concepts.foaf.Agent
A Yahoo chat ID
getID() - Method in class org.openrdf.repository.augur.model.ABNode
 
getInstance(Value) - Method in class org.openrdf.elmo.sesame.SesameManager
 
getInstanceMethod() - Method in class org.openrdf.elmo.impl.MethodFactory
 
getInterfaces() - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
getJarFileUrls() - Method in class org.openrdf.elmo.ElmoModule
 
getJavaClass() - Method in class org.openrdf.elmo.ElmoModule.Association
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.BigIntegerMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.BooleanMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.ByteMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.CharacterMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.ClassMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.DateMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.DoubleMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.DurationMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.FloatMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.GregorianCalendarMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.IntegerMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.LocaleMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.LongMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectConstructorMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectSerializationMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.PatternMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.QNameMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.ShortMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.SqlDateMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimeMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimestampMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.ValueOfMarshall
 
getJavaClass() - Method in class org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
 
getJavaClass() - Method in interface org.openrdf.elmo.sesame.converters.Marshall
 
getLanguage() - Method in class org.openrdf.elmo.sesame.SesameManager
 
getLanguage() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
getLastCount() - Method in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
getLastCount() - Method in class org.openrdf.elmo.smusher.IterativeSmusher
 
getLastName(String) - Static method in class org.openrdf.elmo.smusher.Util
Extract the last name from a full name
getLiteral(String, String) - Method in interface org.openrdf.elmo.LiteralManager
 
getLiteral(Object) - Method in interface org.openrdf.elmo.LiteralManager
 
getLiteral(Object) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
getLiteral(String, String) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
getLiteralManager() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
getLiterals() - Method in class org.openrdf.elmo.ElmoModule
 
getLocale() - Method in interface org.openrdf.elmo.ElmoManager
Locale this manager was created with.
getLocale() - Method in class org.openrdf.elmo.sesame.SesameManager
 
getLocale() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
getLocalizedValue(Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
getLocalName() - Method in class org.openrdf.repository.augur.model.AURI
 
getMaxThreads() - Method in class org.openrdf.elmo.scutter.Scutter
 
getMethod() - Method in interface javax.interceptor.InvocationContext
 
getMethod() - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
getMethod() - Method in class org.openrdf.elmo.impl.MethodFactory
 
getName() - Method in class org.openrdf.elmo.dynabean.DynaClassSupport
 
getName() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getName() - Method in class org.openrdf.repository.augur.model.AResource
 
getNamespace() - Method in class org.openrdf.repository.augur.model.AURI
 
getObject(Literal) - Method in interface org.openrdf.elmo.LiteralManager
 
getObject(Literal) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
getObjectName() - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
getOneOf() - Method in class org.openrdf.elmo.sesame.SesamePropertyFactory
 
getOriginal(URI) - Method in class org.openrdf.elmo.codegen.OwlNormalizer
 
getOwlAllValuesFrom() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#allValuesFrom
getOwlBackwardCompatibleWith() - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#backwardCompatibleWith
getOwlCardinality() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#cardinality
getOwlComplementOf() - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#complementOf
getOwlDifferentFrom() - Method in interface org.openrdf.concepts.owl.Thing
http://www.w3.org/2002/07/owl#differentFrom
getOwlDisjointWith() - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#disjointWith
getOwlDistinctMembers() - Method in interface org.openrdf.concepts.owl.AllDifferent
http://www.w3.org/2002/07/owl#distinctMembers
getOwlEquivalentClasses() - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#equivalentClass
getOwlEquivalentProperties() - Method in interface org.openrdf.concepts.owl.OwlProperty
http://www.w3.org/2002/07/owl#equivalentProperty
getOwlHasValue() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#hasValue
getOwlImports() - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#imports
getOwlIncompatibleWith() - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#incompatibleWith
getOwlIntersectionOf() - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#intersectionOf
getOwlInverseOf() - Method in interface org.openrdf.concepts.owl.ObjectProperty
http://www.w3.org/2002/07/owl#inverseOf
getOwlMaxCardinality() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#maxCardinality
getOwlMinCardinality() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#minCardinality
getOwlOneOf() - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#oneOf
getOwlOnProperty() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#onProperty
getOwlPriorVersion() - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#priorVersion
getOwlSameAs() - Method in interface org.openrdf.concepts.owl.Thing
http://www.w3.org/2002/07/owl#sameAs
getOwlsDescribedBy() - Method in interface org.openrdf.concepts.owls.service.Service
http://www.daml.org/services/owl-s/1.1/Service.owl#describedBy
getOwlsDescribes() - Method in interface org.openrdf.concepts.owls.service.ServiceModel
There are no cardinality restrictions on this property.
getOwlsFirst() - Method in interface org.openrdf.concepts.owls.objectlist.List
The first item in the subject RDF list.
getOwlsIsDescribedBy() - Method in interface org.openrdf.concepts.owls.service.ServiceResource
deprecated form
getOwlsIsPresentedBy() - Method in interface org.openrdf.concepts.owls.service.ServiceResource
deprecated form
getOwlsIsSupportedBy() - Method in interface org.openrdf.concepts.owls.service.ServiceResource
deprecated form
getOwlSomeValuesFrom() - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#someValuesFrom
getOwlsPresentedBy() - Method in interface org.openrdf.concepts.owls.service.ServiceProfile
There are no cardinality restrictions on this property.
getOwlsPresents() - Method in interface org.openrdf.concepts.owls.service.Service
There are no cardinality restrictions on this property.
getOwlsProvidedBy() - Method in interface org.openrdf.concepts.owls.service.Service
http://www.daml.org/services/owl-s/1.1/Service.owl#providedBy
getOwlsProvides() - Method in interface org.openrdf.concepts.owls.service.ServiceResource
OWL-S is completely agnostic at present about what kind of thing provides a service (hence, no domain declared here).
getOwlsRest() - Method in interface org.openrdf.concepts.owls.objectlist.List
The rest of the subject RDF list after the first item.
getOwlsSupportedBy() - Method in interface org.openrdf.concepts.owls.service.ServiceGrounding
http://www.daml.org/services/owl-s/1.1/Service.owl#supportedBy
getOwlsSupports() - Method in interface org.openrdf.concepts.owls.service.Service
http://www.daml.org/services/owl-s/1.1/Service.owl#supports
getOwlUnionOf() - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#unionOf
getOwlVersionInfo() - Method in interface org.openrdf.concepts.owl.Thing
http://www.w3.org/2002/07/owl#versionInfo
getParameters() - Method in interface javax.interceptor.InvocationContext
 
getParameters() - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
getParser() - Method in class org.openrdf.query.parser.serqo.SeRQOParserFactory
Returns a shared, thread-safe, instance of SeRQOParser.
getPredicate(String) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getPredicate() - Method in class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
getPredicate() - Method in class org.openrdf.elmo.sesame.SesamePropertyFactory
 
getPredicateName() - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
getPredicates() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getPredicates() - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
getProperty(Map, Object, Object) - Method in class org.openrdf.elmo.tapestry.DynaBeanPropertyAccessor
 
getPropertyChanger() - Method in class org.openrdf.elmo.sesame.InferencingPropertyFactory
 
getPropertyChanger() - Method in class org.openrdf.elmo.sesame.SesamePropertyFactory
 
getPropertyNamesPrefix() - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
getPropertyNamesPrefix() - Method in class org.openrdf.elmo.codegen.OntologyConverter
The property names prefix or null for default prefix.
getQName() - Method in interface org.openrdf.elmo.Entity
Extract the qualified name of this bean, or null if anonymous.
getQName() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
getQuery() - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
getQueryLanguage() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
getQueryLanguage() - Method in class org.openrdf.query.parser.serqo.SeRQOParserFactory
Returns QueryLanguage.SERQO.
getQueryLanguage() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
getQueryLanguage() - Method in class org.openrdf.repository.contextaware.ContextQueryRewriter
 
getQueue() - Method in class org.openrdf.elmo.scutter.Scutter
Get the queue.
getQueueFile() - Method in class org.openrdf.elmo.scutter.Scutter
 
getRdfFirst() - Method in interface org.openrdf.concepts.rdf.List
The first item in the subject RDF list.
getRDFFormat() - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
getRDFHandler() - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
getRdfObject() - Method in interface org.openrdf.concepts.rdf.Statement
The object of the subject RDF statement.
getRdfPredicate() - Method in interface org.openrdf.concepts.rdf.Statement
The predicate of the subject RDF statement.
getRdfRest() - Method in interface org.openrdf.concepts.rdf.List
The rest of the subject RDF list after the first item.
getRdfsComment() - Method in interface org.openrdf.concepts.rdfs.Resource
A description of the subject resource.
getRdfsDomains() - Method in interface org.openrdf.concepts.rdf.Property
A domain of the subject property.
getRdfsIsDefinedBy() - Method in interface org.openrdf.concepts.rdfs.Resource
The defininition of the subject resource.
getRdfsLabel() - Method in interface org.openrdf.concepts.rdfs.Resource
A human-readable name for the subject.
getRdfsMembers() - Method in interface org.openrdf.concepts.rdfs.Resource
A member of the subject resource.
getRdfsRanges() - Method in interface org.openrdf.concepts.rdf.Property
A range of the subject property.
getRdfsSeeAlso() - Method in interface org.openrdf.concepts.rdfs.Resource
Further information about the subject resource.
getRdfsSubClassOf() - Method in interface org.openrdf.concepts.rdfs.Class
The subject is a subclass of a class.
getRdfsSubPropertyOf() - Method in interface org.openrdf.concepts.rdf.Property
The subject is a subproperty of a property.
getRdfSubject() - Method in interface org.openrdf.concepts.rdf.Statement
The subject of the subject RDF statement.
getRdfType() - Method in class org.openrdf.elmo.ElmoModule.Association
 
getRdfTypeFactory() - Method in class org.openrdf.elmo.base.RoleMapperFactoryBase
 
getRdfTypeFactory() - Method in class org.openrdf.elmo.sesame.SesameRoleMapperFactory
 
getRdfTypes() - Method in interface org.openrdf.concepts.rdfs.Resource
The subject is an instance of a class.
getRdfTypes() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getRdfTypes(URI) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getRdfTypes(String) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
getRdfTypes(URI) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
getRdfValues() - Method in interface org.openrdf.concepts.rdfs.Resource
Idiomatic property used for structured values.
getReadContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The context(s) to get the data from.
getReference(Class<T>, Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
getRemoveContexts() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The context(s) to remove the data from.
getRepository() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
getRepository(File, String) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.augur.AugurRepositoryFactory
 
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.flushable.FlushableRepositoryFactory
 
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.readahead.ReadAheadRepositoryFactory
 
getRepository() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryConnection
 
getRepository(RepositoryImplConfig) - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryFactory
 
getRepositoryType() - Method in class org.openrdf.repository.augur.AugurRepositoryFactory
 
getRepositoryType() - Method in class org.openrdf.repository.flushable.FlushableRepositoryFactory
 
getRepositoryType() - Method in class org.openrdf.repository.readahead.ReadAheadRepositoryFactory
 
getRepositoryType() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryFactory
 
getResource(String) - Method in class org.openrdf.elmo.dynacode.ClassFactory
 
getResourceAsStream(String) - Method in class org.openrdf.elmo.dynacode.ClassFactory
 
getResourceConnection(String) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
getResources(String) - Method in class org.openrdf.elmo.dynacode.ClassFactory
 
getResources() - Method in class org.openrdf.elmo.ElmoModule
 
getResultList() - Method in interface org.openrdf.elmo.ElmoQuery
Evaluates the query and returns the results disconnected from the query.
getResultList() - Method in class org.openrdf.elmo.sesame.SesameQuery
 
getRetriever(URL, Scutter) - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
getRoleMapper() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
getRoles() - Method in class org.openrdf.elmo.ElmoModule
 
getRoles(Resource) - Method in interface org.openrdf.elmo.ResourceManager
Determine what concepts and behaviours this resource represents.
getRoles(Resource) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
getRollbackOnly() - Method in class org.openrdf.elmo.sesame.SesameTransaction
 
getRssDescription() - Method in interface org.openrdf.concepts.rss.RssResource
Description.
getRssImage() - Method in interface org.openrdf.concepts.rss.Channel
 
getRssItems() - Method in interface org.openrdf.concepts.rss.Channel
Items.
getRssLinks() - Method in interface org.openrdf.concepts.rss.RssResource
Link.
getRssName() - Method in interface org.openrdf.concepts.rss.Textinput
Name.
getRssTextinputs() - Method in interface org.openrdf.concepts.rss.Channel
 
getRssTitle() - Method in interface org.openrdf.concepts.rss.RssResource
Title.
getRssUrl() - Method in interface org.openrdf.concepts.rss.Image
URL.
getSecond() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
getServer() - Method in class org.openrdf.repository.loader.LoaderRepositoryFactory
 
getSesameManager() - Method in interface org.openrdf.elmo.sesame.roles.SesameEntity
 
getSesameManager() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
getSesameResource() - Method in interface org.openrdf.elmo.sesame.roles.SesameEntity
 
getSesameResource() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
getSingle() - Method in interface org.openrdf.elmo.ElmoProperty
Assumes there is zero or one value and return null or the value.
getSingle() - Method in class org.openrdf.elmo.impl.UnmodifiableElmoProperty
 
getSingle() - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
getSingle() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
getSingleResult() - Method in interface org.openrdf.elmo.ElmoQuery
Evaluates the query and return the first result.
getSingleResult() - Method in class org.openrdf.elmo.sesame.SesameQuery
 
getSizeLimit() - Method in class org.openrdf.elmo.scutter.Scutter
 
getSkosAltLabels() - Method in interface org.openrdf.concepts.skos.core.Resource
Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept.
getSkosAltSymbols() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#altSymbol
getSkosBroaderGenerics() - Method in interface org.openrdf.concepts.skos.core.Class
Deprecated. 
getSkosBroaderGenerics() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'broader' property to specify the class subsumption (sub-class/super-class) relationship between two concepts.
getSkosBroaderInstantives() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosBroaderInstantives() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'skos:broader' property to specify an instantiation (instance of) relationship between two concepts.
getSkosBroaderPartitives() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosBroaderPartitives() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'broader' property to specify a partitive (part of) relationship between two concepts.
getSkosBroaders() - Method in interface org.openrdf.concepts.skos.core.Concept
Broader concepts are typically rendered as parents in a concept hierarchy (tree).
getSkosBroadMatchs() - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-broad-match concept B' then the set of resources properly indexed against concept A is a subset of the set of resources properly indexed against concept B.
getSkosChangeNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#changeNote
getSkosDefinitions() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#definition
getSkosEditorialNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#editorialNote
getSkosExactMatchs() - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If two concepts are an 'exact-match' then the set of resources properly indexed against the first concept is identical to the set of resources properly indexed against the second.
getSkosExamples() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#example
getSkosExternalIDs() - Method in interface org.openrdf.concepts.skos.core.Concept
Deprecated. 
getSkosHasTopConcepts() - Method in interface org.openrdf.concepts.skos.core.ConceptScheme
http://www.w3.org/2004/02/skos/core#hasTopConcept
getSkosHiddenLabels() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#hiddenLabel
getSkosHistoryNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#historyNote
getSkosInSchemes() - Method in interface org.openrdf.concepts.skos.core.Concept
A concept may be a member of more than one concept scheme.
getSkosIsPrimarySubjectOfs() - Method in interface org.openrdf.concepts.skos.core.Concept
http://www.w3.org/2004/02/skos/core#isPrimarySubjectOf
getSkosIsSubjectOfs() - Method in interface org.openrdf.concepts.skos.core.Concept
http://www.w3.org/2004/02/skos/core#isSubjectOf
getSkosMajorMatchs() - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-major-match concept B' then the set of resources properly indexed against concept A shares more than 50% of its members with the set of resources properly indexed against concept B.
getSkosMappingRelations() - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
The super-property of all properties expressing information about how to create mappings between concepts frmo different conceptual schemes.
getSkosMemberLists() - Method in interface org.openrdf.concepts.skos.core.OrderedCollection
The following rule applies for this property: [(?c skos:memberList ?l) elementOfList(?e,?l) implies (?c skos:member ?e)]
getSkosMembers() - Method in interface org.openrdf.concepts.skos.core.Collection
http://www.w3.org/2004/02/skos/core#member
getSkosMinorMatchs() - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-minor-match concept B' then the set of resources properly indexed against concept A shares less than 50% but greater than 0 of its members with the set of resources properly indexed against concept B.
getSkosNarrowerGenerics() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosNarrowerGenerics() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'broaderGeneric' property.
getSkosNarrowerInstantives() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosNarrowerInstantives() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'broaderInstantive' property.
getSkosNarrowerPartitives() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosNarrowerPartitives() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'broaderPartitive' property.
getSkosNarrowers() - Method in interface org.openrdf.concepts.skos.core.Concept
Narrower concepts are typically rendered as children in a concept hierarchy (tree).
getSkosNarrowMatchs() - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-narrow-match concept B' then the set of resources properly indexed against concept A is a superset of the set of resources properly indexed against concept B.
getSkosNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
This property may be used directly, or as a super-property for more specific note types.
getSkosPrefLabels() - Method in interface org.openrdf.concepts.skos.core.Resource
No two concepts in the same concept scheme may have the same value for skos:prefLabel in a given language.
getSkosPrefSymbols() - Method in interface org.openrdf.concepts.skos.core.Resource
No two concepts in the same concept scheme may have the same value for skos:prefSymbol.
getSkosPrimarySubjects() - Method in interface org.openrdf.concepts.skos.core.Resource
A resource may have only one primary subject per concept scheme.
getSkosPrivateNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosPublicNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosRelated() - Method in interface org.openrdf.concepts.skos.core.Concept
http://www.w3.org/2004/02/skos/core#related
getSkosRelated() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#related
getSkosRelatedHasParts() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosRelatedHasParts() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'relatedPartOf' property.
getSkosRelatedHasParts() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsResource
This property is the inverse of the 'relatedPartOf' property.
getSkosRelatedPartOfs() - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
getSkosRelatedPartOfs() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'related' property.
getSkosRelatedPartOfs() - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsResource
An extension of the 'related' property.
getSkosScopeNotes() - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#scopeNote
getSkosSemanticRelations() - Method in interface org.openrdf.concepts.skos.core.Concept
This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.
getSkosSubjectIndicators() - Method in interface org.openrdf.concepts.skos.core.Concept
This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.
getSkosSubjects() - Method in interface org.openrdf.concepts.skos.core.Resource
The following rule may be applied for this property: [(?d skos:subject ?x)(?x skos:broader ?y) implies (?d skos:subject ?y)]
getSkosSymbols() - Method in interface org.openrdf.concepts.skos.core.Resource
This property is roughly analagous to rdfs:label, but for labelling resources with images that have retrievable representations, rather than RDF literals.
getStatements(Resource, Value) - Method in class org.openrdf.repository.augur.model.CachableAugurNode
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Gets all statements with a specific subject, predicate and/or object from the repository.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.repository.flushable.FlushableConnection
 
getStoreMetadata() - Method in class org.openrdf.elmo.scutter.Scutter
Determine whether the scutter is set to produce metadata.
getSubjectName() - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
getSupportedElmoEntity() - Method in interface org.openrdf.elmo.EntitySupport
 
getSwrlArgs() - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#args
getSwrlArgument1() - Method in interface org.openrdf.concepts.swrl.Atom
http://www.w3.org/2003/11/swrl#argument1
getSwrlArgument2() - Method in interface org.openrdf.concepts.swrl.Atom
http://www.w3.org/2003/11/swrl#argument2
getSwrlArguments() - Method in interface org.openrdf.concepts.swrl.BuiltinAtom
http://www.w3.org/2003/11/swrl#arguments
getSwrlBody() - Method in interface org.openrdf.concepts.swrl.Imp
rule body (antecedent): List of Atom
getSwrlBuiltin() - Method in interface org.openrdf.concepts.swrl.BuiltinAtom
http://www.w3.org/2003/11/swrl#builtin
getSwrlClassPredicate() - Method in interface org.openrdf.concepts.swrl.ClassAtom
http://www.w3.org/2003/11/swrl#classPredicate
getSwrlDataRange() - Method in interface org.openrdf.concepts.swrl.DataRangeAtom
http://www.w3.org/2003/11/swrl#dataRange
getSwrlHead() - Method in interface org.openrdf.concepts.swrl.Imp
rule head (consequent): List of Atom
getSwrlJavaBuiltinEvaluator() - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#javaBuiltinEvaluator
getSwrlMaxArgs() - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#maxArgs
getSwrlMinArgs() - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#minArgs
getSwrlPropertyPredicate() - Method in interface org.openrdf.concepts.swrl.IndividualPropertyAtom
http://www.w3.org/2003/11/swrl#propertyPredicate
getTarget() - Method in interface javax.interceptor.InvocationContext
 
getTarget() - Method in class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
getTarget() - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
getTarget() - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
getTransaction() - Method in interface org.openrdf.elmo.ElmoManager
Returns the resource-level transaction object.
getTransaction() - Method in class org.openrdf.elmo.sesame.SesameManager
 
getTupleExpr() - Method in class org.openrdf.repository.augur.model.AugurNode
 
getType(Class) - Static method in class org.openrdf.elmo.scutter.Util
Find the ontological type (rdfs:Class) for a Java Class
getTypeArguments(Method) - Static method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
getUniqueMatches() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener
 
getValue(Object) - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
getValue(Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
getValue() - Method in class org.openrdf.repository.augur.model.AResource
 
getValueFactory() - Static method in class org.openrdf.elmo.sesame.SesamePropertyFactory
 
getValueFactory() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
getValueFactory() - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
getVersion() - Method in class org.openrdf.elmo.codegen.JavaCompiler
 
getVersion() - Method in class org.openrdf.repository.delegate.VersioningConnection
 
getVisited() - Method in class org.openrdf.elmo.scutter.Scutter
Get the set of URLs visited so far.
getVocGeneralizationOf() - Method in interface org.openrdf.concepts.voc.Term
The subject term is a generalization of the object term.
getVocPartOf() - Method in interface org.openrdf.concepts.voc.Term
A vocabulary to which a term or subvocabulary belongs.
getVocPartOf() - Method in interface org.openrdf.concepts.voc.Vocabulary
A vocabulary to which a term or subvocabulary belongs.
getVocSpecializationOf() - Method in interface org.openrdf.concepts.voc.Term
The subject term is a specialization of the object term.
getVocTerms() - Method in interface org.openrdf.concepts.voc.Vocabulary
A term belonging to a vocabulary.
getVocVocabularies() - Method in interface org.openrdf.concepts.voc.VocResource
Relates a vocabulary to a resource.
getWebRepresentation() - Method in interface org.openrdf.concepts.webarch.WebarchResource
A representation of a resource.
getWebRepresentationOf() - Method in interface org.openrdf.concepts.webarch.Representation
A resource for which the subject is a representation of the object.
getWebResolvesAs() - Method in interface org.openrdf.concepts.webarch.WebarchResource
Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource.
getWebServer() - Method in interface org.openrdf.concepts.webarch.WebarchResource
The Web Server.
getWebService() - Method in interface org.openrdf.concepts.webarch.WebarchResource
A Web Service interface.
getWebSite() - Method in interface org.openrdf.concepts.webarch.WebarchResource
A Web Site.
GRAPHQUERY - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
GregorianCalendarMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
GregorianCalendarMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.GregorianCalendarMarshall
 
Group - Interface in org.openrdf.concepts.foaf
A class of Agents.
GROUP - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
GROUPELEM - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
GROUPNAMES - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 

H

handleClose() - Method in class org.openrdf.repository.augur.helpers.ConsumeStatementIterator
 
handleComment(String) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
handleComment(String) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
handleGraphQuery(ParsedGraphQuery) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
handleNamespace(String, String) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
handleNamespace(String, String) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
handleSource(String) - Method in class org.openrdf.elmo.codegen.FileSourceCodeHandler
 
handleSource(String) - Method in interface org.openrdf.elmo.codegen.SourceCodeHandler
 
handleStatement(Statement) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
handleStatement(Statement) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
handleTupleQuery(ParsedTupleQuery) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
hashCode() - Method in class org.openrdf.concepts.rdfs.Literal
 
hashCode() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
hashCode() - Method in class org.openrdf.elmo.ElmoModule
 
hashCode() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
hashCode() - Method in class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
hashCode() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
hashCode() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
hashCode() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
hashCode() - Method in class org.openrdf.repository.augur.model.AResource
 
hasNext() - Method in class org.openrdf.elmo.sesame.ElmoSingleQueryResult
 
hasNext() - Method in class org.openrdf.elmo.sesame.ElmoTupleQueryResult
 
hasNext() - Method in class org.openrdf.elmo.sesame.iterators.ConvertingIterator
 
hasNext() - Method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
hasStatement(Resource, URI, Value) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.
hasStatement(Statement) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Checks whether the repository contains the specified statement, optionally in the specified contexts.
HierarchicalRoleMapper<URI> - Class in org.openrdf.elmo.rolemapper
Tracks recorded roles and maps them to their subject type.
HierarchicalRoleMapper(DirectMapper<URI>, TypeMapper<URI>, SimpleRoleMapper<URI>) - Constructor for class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
HiveMindSesameManager - Class in org.openrdf.elmo.tapestry
Convents the properties used in a HiveMind repository to SesameBeanManager's properties.
HiveMindSesameManager() - Constructor for class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
HiveMindSesameRepository - Class in org.openrdf.elmo.tapestry
HiveMind aware Repository, the repository is closed when HiveMind shutdowns.
HiveMindSesameRepository(Repository) - Constructor for class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 

I

IDENTIFIER - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/identifier
IdentifierScheme - Interface in org.openrdf.concepts.dc.terms
A set of resource identifier encoding schemes and/or formats
IFPSmusher - Class in org.openrdf.elmo.smusher
This smusher compares instances based on Inverse Functional Properties.
IFPSmusher() - Constructor for class org.openrdf.elmo.smusher.IFPSmusher
 
Image - Interface in org.openrdf.concepts.dc.type
An image is a primarily symbolic visual representation other than text.
Image - Interface in org.openrdf.concepts.foaf
An image.
Image - Interface in org.openrdf.concepts.rss
Image.
IMAGE - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/image
Imp - Interface in org.openrdf.concepts.swrl
implication (rule)
ImplementationResolver - Interface in org.openrdf.elmo
Converts concepts to behaviours and abstract behaviours into concrete behaviours.
IMT - Interface in org.openrdf.concepts.dc.terms
The Internet media type of the resource.
IN - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
inBlacklist(URL) - Method in class org.openrdf.elmo.scutter.Scutter
Check if a URL is on the blacklist.
includeModule(ElmoModule) - Method in class org.openrdf.elmo.ElmoModule
Include all the information from the given module in this module.
indexOf(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
IndividualPropertyAtom - Interface in org.openrdf.concepts.swrl
consists of a propertyPredicate (owl:ObjectProperty), argument1 (owl:Thing), and argument2 (owl:Thing)
InferencingPropertyFactory<E> - Class in org.openrdf.elmo.sesame
Extends SesamePropertyFactory by creating ElmoProperty that update the equivalent and inverseOf predicates.`
InferencingPropertyFactory() - Constructor for class org.openrdf.elmo.sesame.InferencingPropertyFactory
 
InformationResource - Interface in org.openrdf.concepts.webarch
A resource which constitutes a distinct body of information.
init() - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
init() - Method in class org.openrdf.elmo.codegen.OntologyConverter
Create the local repository and load the RDF files.
init(ServletConfig) - Method in class org.openrdf.elmo.scutter.servlet.ScutterServlet
 
init() - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
init() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
initCache(int) - Method in class org.openrdf.repository.augur.model.CachableAugurNode
 
initialize() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
initManager(Repository) - Static method in class org.openrdf.elmo.scutter.Util
 
initManager(Repository) - Static method in class org.openrdf.elmo.smusher.Util
 
initQueue(String[]) - Method in class org.openrdf.elmo.scutter.Scutter
Add a list of URLs to the queue
initRepository(String, String) - Static method in class org.openrdf.elmo.scutter.Util
Initialize a remote Elmo repository using the location and name
initRepository(String, String, String, String) - Static method in class org.openrdf.elmo.scutter.Util
Initialize a remote Elmo repository using (optional) username and password.
initRepository(HttpServletRequest) - Static method in class org.openrdf.elmo.scutter.Util
Initialize an Elmo repository from servlet request.
initRepository(ServletConfig) - Static method in class org.openrdf.elmo.scutter.Util
Initialize an Elmo repository from servlet initialization parameters and if that fails from the context initialization parameters.
initRepository(ServletConfig, HttpServletRequest) - Static method in class org.openrdf.elmo.scutter.Util
Initialize an Elmo repository from either servlet request parameters or servlet initialization parameters.
initRepository(String, String) - Static method in class org.openrdf.elmo.smusher.Util
Initialize a remote Elmo repository using the location and name
initRepository(String, String, String, String) - Static method in class org.openrdf.elmo.smusher.Util
Initialize a remote Elmo repository using (optional) username and password.
initRepository(HttpServletRequest) - Static method in class org.openrdf.elmo.smusher.Util
Initialize an Elmo repository from servlet request.
initRepository(ServletConfig) - Static method in class org.openrdf.elmo.smusher.Util
Initialize an Elmo repository from servlet initialization parameters and if that fails from the context initialization parameters.
initRepository(ServletConfig, HttpServletRequest) - Static method in class org.openrdf.elmo.smusher.Util
Initialize an Elmo repository from either servlet request parameters or servlet initialization parameters.
initSesameManager(SesameManager) - Method in interface org.openrdf.elmo.sesame.roles.SesameManagerAware
 
initSesameManager(SesameManager) - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
initSesameResource(Resource) - Method in interface org.openrdf.elmo.sesame.roles.SesameManagerAware
 
initSesameResource(Resource) - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
insert(boolean) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(char) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(Class<?>) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(double) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(float) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(int) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(long) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(Method) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(Object) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(String) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insert(Class<?>[]) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
insertMethod(String, Class<?>[]) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
IntegerMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
IntegerMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.IntegerMarshall
 
InteractiveResource - Interface in org.openrdf.concepts.dc.type
An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced.
intercepts - Annotation Type in org.openrdf.elmo.annotations
Used on methods that intercept another method invocation.
interpetRdfClass(Collection<URI>, OntologyDigester) - Method in class org.openrdf.elmo.dynabean.helpers.RdfsClassInterpreter
 
INTERSECTION - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
intersectionOf - Annotation Type in org.openrdf.elmo.annotations
Placed on roles that should only be used when the Bean implements all of the given value concepts.
InverseFunctionalProperty - Interface in org.openrdf.concepts.owl
 
inverseOf - Annotation Type in org.openrdf.elmo.annotations
Placed on a getter methods to indicate this property is an inverse predicates.
InverseSesameProperty<E> - Class in org.openrdf.elmo.sesame
A set for a given getResource(), predicate.
InverseSesameProperty(SesameEntity, PropertyChanger) - Constructor for class org.openrdf.elmo.sesame.InverseSesameProperty
 
invertName(String) - Static method in class org.openrdf.elmo.smusher.Util
Invert names of the from "van Harmelen, Frank", i.e.
InvocationContext - Interface in javax.interceptor
 
InvocationContextImpl - Class in org.openrdf.elmo.impl
Internal implementation of InvocationContext.
InvocationContextImpl(Object, Method, Object[], Method) - Constructor for class org.openrdf.elmo.impl.InvocationContextImpl
 
isActive() - Method in class org.openrdf.elmo.sesame.SesameTransaction
 
isAutoCommit() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryConnection
 
isAutoFlush() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
ISBNODE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
isCacheEnabled(int) - Method in class org.openrdf.repository.augur.model.CachableAugurNode
 
isDelegatingAdd() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
isDelegatingRead() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
isDelegatingRemove() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
isDelegatingRemove() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
isEmpty() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
isEmpty() - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
isEmpty() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
isEmpty() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
isFoafOnly() - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
isFocused() - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
isFunctional(String) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
isImportJarOntologies() - Method in class org.openrdf.elmo.codegen.OntologyConverter
If the ontologies bundled with the included jars should be imported.
isIncludeInferred() - Method in class org.openrdf.repository.augur.model.AugurNode
 
isIncludeInferred() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
if false, no inferred statements are considered; if true, inferred statements are considered if available
isIndividualRolesPresent(URI) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
isIndividualRolesPresent(URI) - Method in interface org.openrdf.elmo.RoleMapper
Determines if a registered role hase this value as a {link org.openrdf.annotations.oneOf} value.
isIndividualRolesPresent(URI) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
ISLITERAL - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ISO3166 - Interface in org.openrdf.concepts.dc.terms
ISO 3166 Codes for the representation of names of countries
ISO6392 - Interface in org.openrdf.concepts.dc.terms
ISO 639-2: Codes for the representation of names of languages.
isOpen() - Method in interface org.openrdf.elmo.ElmoManager
If this manager currently has an open connection to the repository.
isOpen() - Method in interface org.openrdf.elmo.ElmoManagerFactory
If this factory should be able to create an ElmoManager.
isOpen() - Method in class org.openrdf.elmo.sesame.SesameManager
 
isOpen() - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
isOpen() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
isOpen() - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryConnection
 
ISRESOURCE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
isTypeOfLiteral(Class<?>) - Method in interface org.openrdf.elmo.LiteralManager
 
isTypeOfLiteral(Class<?>) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
isTypeRecorded(URI) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
isTypeRecorded(URI) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
isTypeRecorded(URI) - Method in interface org.openrdf.elmo.RoleMapper
Finds if there exists a Java Class for this rdf:Class.
isTypeRecorded(URI) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
isTypeRecorded(URI) - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
ISURI - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
isWritable() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
Item - Interface in org.openrdf.concepts.rss
Item.
ITEM - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/item
ITEMS - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/items
IterativeSmusher - Class in org.openrdf.elmo.smusher
This smusher iterates a set of smushers until no more new matches can be found.
IterativeSmusher() - Constructor for class org.openrdf.elmo.smusher.IterativeSmusher
 
iterator() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
iterator() - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
iterator() - Method in class org.openrdf.elmo.sesame.SesameProperty
 

J

JavaCompiler - Class in org.openrdf.elmo.codegen
 
JavaCompiler() - Constructor for class org.openrdf.elmo.codegen.JavaCompiler
 
javax.interceptor - package javax.interceptor
 
JOIN - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
joinTransaction() - Method in class org.openrdf.elmo.sesame.SesameManager
 

L

LABEL - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
LANG - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
LANGMATCHES - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
LANGUAGE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/language
LanguageScheme - Interface in org.openrdf.concepts.dc.terms
A set of language encoding schemes and/or formats.
lastIndexOf(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
LCC - Interface in org.openrdf.concepts.dc.terms
Library of Congress Classification
LCSH - Interface in org.openrdf.concepts.dc.terms
Library of Congress Subject Headings
LEFTARG - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
LEFTJOIN - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
length() - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
LIKE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
LIMIT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
LINK - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/link
LINKEDQUEUE_SIZE - Static variable in class org.openrdf.elmo.scutter.Scutter
 
List - Interface in org.openrdf.concepts.owls.objectlist
This is intended to provide an OWL-DL compatible version of rdf:List
List<E> - Interface in org.openrdf.concepts.rdf
The class of RDF Lists.
listIterator() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
listIterator(int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
listIterator(int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameList
 
Literal - Class in org.openrdf.concepts.rdfs
The class of literal values, eg.
Literal(String) - Constructor for class org.openrdf.concepts.rdfs.Literal
 
LiteralManager<URI,Literal> - Interface in org.openrdf.elmo
Converts between literal Java Objects and Strings and maps datatypes to Classes.
loadBlacklist() - Method in class org.openrdf.elmo.scutter.Scutter
Add prefixes to the blacklist from a file on the disk.
loadClasses(String) - Method in class org.openrdf.elmo.rolemapper.RoleClassLoader
Loads and registers roles from META-INF/org.openrdf.elmo.roles files.
loadContext(URL, URI) - Method in class org.openrdf.repository.loader.LoaderRepository
 
LoaderRepository - Class in org.openrdf.repository.loader
This repository monitors external datasets and loads then into a context in the repository.
LoaderRepository() - Constructor for class org.openrdf.repository.loader.LoaderRepository
 
LoaderRepository(Repository) - Constructor for class org.openrdf.repository.loader.LoaderRepository
 
LoaderRepositoryFactory - Class in org.openrdf.repository.loader
Provides a facade factory class to create repositories from sesame configurations.
LoaderRepositoryFactory(File) - Constructor for class org.openrdf.repository.loader.LoaderRepositoryFactory
 
LoaderRepositoryFactory(String) - Constructor for class org.openrdf.repository.loader.LoaderRepositoryFactory
 
LoaderRepositoryFactory(URL) - Constructor for class org.openrdf.repository.loader.LoaderRepositoryFactory
 
loadQueue() - Method in class org.openrdf.elmo.scutter.Scutter
Add URLs to the queue from a file on the disk.
loadResources(String) - Method in class org.openrdf.repository.loader.LoaderRepository
 
loadVisited() - Method in class org.openrdf.elmo.scutter.Scutter
Load the URLs of sources visited so far from the repository.
LocaleMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
LocaleMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.LocaleMarshall
 
localized - Annotation Type in org.openrdf.elmo.annotations
Methods with this annotation will use the configured locale to use the closest matching or the set of closest matching String values.
LocalizedSesameProperty - Class in org.openrdf.elmo.sesame
SesameProperty used for localized properties.
LocalizedSesameProperty(SesameEntity, PropertyChanger) - Constructor for class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
LOCALNAME - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
lock(Object, LockModeType) - Method in class org.openrdf.elmo.sesame.SesameManager
 
LogListener - Class in org.openrdf.elmo.smusher.listener
A listener that logs the progress of the smusher using the Writer provided.
LogListener(Writer) - Constructor for class org.openrdf.elmo.smusher.listener.LogListener
 
LongMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
LongMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.LongMarshall
 

M

main(String[]) - Static method in class org.openrdf.elmo.codegen.OntologyConverter
 
main(String[]) - Static method in class org.openrdf.elmo.scutter.Scutter
Scutter command-line tool.
main(String[]) - Static method in class org.openrdf.elmo.scutter.servlet.ScutterServlet
For debugging purposes only.
main(String[]) - Static method in class org.openrdf.elmo.smusher.servlet.SmusherServlet
For debugging purposes only.
manager - Variable in class org.openrdf.elmo.sesame.SesameQuery
 
MappingResource - Interface in org.openrdf.concepts.skos.mapping
 
Marshall<T> - Interface in org.openrdf.elmo.sesame.converters
Interface used to convert between Java literal Objects and Sesame RDF Literals.
matchFound(Resource, Resource) - Method in class org.openrdf.elmo.smusher.listener.CollectorListener
 
matchFound(Resource, Resource) - Method in class org.openrdf.elmo.smusher.listener.CounterListener
 
matchFound(Resource, Resource) - Method in class org.openrdf.elmo.smusher.listener.LogListener
 
matchFound(Resource, Resource) - Method in class org.openrdf.elmo.smusher.listener.PersonLogListener
 
matchFound(Resource, Resource) - Method in class org.openrdf.elmo.smusher.listener.SameAsListener
 
matchFound(Resource, Resource) - Method in interface org.openrdf.elmo.smusher.listener.SmusherListener
 
matchNames(String, String) - Static method in class org.openrdf.elmo.smusher.Util
Determine if two names are the same using N-Gram matching.
MATHEXPR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
MAX - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
meet(QueryRoot) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(And) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(BNodeGenerator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Compare) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(CompareAll) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(CompareAny) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Count) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Datatype) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Difference) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Distinct) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(EmptySet) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Exists) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Extension) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(ExtensionElem) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(FunctionCall) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Group) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(GroupElem) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(In) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Intersection) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(IsBNode) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(IsLiteral) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(IsResource) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(IsURI) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Join) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Label) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Lang) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(LangMatches) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Like) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(LocalName) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(MathExpr) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Max) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Min) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Namespace) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Not) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(LeftJoin) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Or) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Order) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(OrderElem) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(MultiProjection) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Projection) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(ProjectionElemList) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(ProjectionElem) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Regex) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Slice) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(SameTerm) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Filter) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(SingletonSet) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(StatementPattern) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Str) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Union) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(ValueConstant) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Var) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meet(Compare) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(CompareAll) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(CompareAny) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Extension) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(ExtensionElem) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(FunctionCall) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Group) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(GroupElem) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Like) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(MathExpr) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Order) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(OrderElem) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(LeftJoin) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(MultiProjection) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Projection) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(ProjectionElemList) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(ProjectionElem) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Regex) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Slice) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Filter) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(StatementPattern) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(ValueConstant) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(Var) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meet(StatementPattern) - Method in class org.openrdf.repository.contextaware.ContextQueryRewriter
 
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meetBinaryValueOperator(BinaryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetBinaryValueOperator(BinaryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meetCompareSubQueryValueOperator(CompareSubQueryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetCompareSubQueryValueOperator(CompareSubQueryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meetNode(QueryModelNode) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetNode(QueryModelNode) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meetSubQueryValueOperator(SubQueryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetSubQueryValueOperator(SubQueryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
meetUnaryValueOperator(UnaryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
meetUnaryValueOperator(UnaryValueOperator) - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
Memento - Interface in org.openrdf.elmo
Represents the history of an ElmoManager transaction.
merge(T) - Method in interface org.openrdf.elmo.ElmoManager
Copies all non-null values from bean into an entity managed by this manager.
merge(Object) - Method in interface org.openrdf.elmo.Mergeable
Copies the non-null values from the source Object into this instance.
merge(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
merge(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
merge(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameList
 
merge(T) - Method in class org.openrdf.elmo.sesame.SesameManager
 
Mergeable - Interface in org.openrdf.elmo
Implemented by all behaviours that can be merged into an Object outside of the managed entities.
mergeCalled(InvocationContext) - Method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
mergeRole(Resource, Class<?>) - Method in interface org.openrdf.elmo.ResourceManager
If this concept is new to this resource merge them and return the combined set of concepts and behaviours this resource now represents, otherwise return the existing roles.
mergeRole(Resource, Class<?>) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
MESH - Interface in org.openrdf.concepts.dc.terms
Medical Subject Headings
MethodFactory - Class in org.openrdf.elmo.impl
 
MethodFactory(Method, Class<?>) - Constructor for class org.openrdf.elmo.impl.MethodFactory
 
MIN - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
MovingImage - Interface in org.openrdf.concepts.dc.type
A series of visual representations that, when shown in succession, impart an impression of motion.
MULTIPROJECTION - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 

N

NAME - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
NameSmusher - Class in org.openrdf.elmo.smusher
 
NameSmusher() - Constructor for class org.openrdf.elmo.smusher.NameSmusher
 
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.FOAF
http://xmlns.com/foaf/0.1/
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/channel
NAMESPACE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
NAMESPACE_URL - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
newInstance() - Method in class org.openrdf.elmo.dynabean.DynaClassSupport
 
next() - Method in class org.openrdf.elmo.sesame.ElmoSingleQueryResult
 
next() - Method in class org.openrdf.elmo.sesame.ElmoTupleQueryResult
 
next() - Method in class org.openrdf.elmo.sesame.iterators.ConvertingIterator
 
next() - Method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
NLM - Interface in org.openrdf.concepts.dc.terms
National Library of Medicine Classification
normalize() - Method in class org.openrdf.elmo.codegen.OwlNormalizer
 
NOT - Interface in org.openrdf.concepts.skos.mapping
This class is a shorthand for a negation construct.
NOT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
Nothing - Interface in org.openrdf.concepts.owl
 
notifyAllListenersOf(SesameManager) - Static method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 

O

ObjectConstructorMarshall<T> - Class in org.openrdf.elmo.sesame.converters.impl
 
ObjectConstructorMarshall(ValueFactory, Class<T>) - Constructor for class org.openrdf.elmo.sesame.converters.impl.ObjectConstructorMarshall
 
ObjectProperty - Interface in org.openrdf.concepts.owl
 
ObjectSerializationMarshall<T> - Class in org.openrdf.elmo.sesame.converters.impl
 
ObjectSerializationMarshall(ValueFactory, Class<T>) - Constructor for class org.openrdf.elmo.sesame.converters.impl.ObjectSerializationMarshall
 
OBJECTVAR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
OFFSET - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
oneOf - Annotation Type in org.openrdf.elmo.annotations
Placed on roles to explicitly map it to an individual, or on setter method to restrict the values it will accept.
OnlineAccount - Interface in org.openrdf.concepts.foaf
An online account.
OnlineChatAccount - Interface in org.openrdf.concepts.foaf
An online chat account.
OnlineEcommerceAccount - Interface in org.openrdf.concepts.foaf
An online e-commerce account.
OnlineGamingAccount - Interface in org.openrdf.concepts.foaf
An online gaming account.
Ontology - Interface in org.openrdf.concepts.owl
 
OntologyConverter - Class in org.openrdf.elmo.codegen
A Facade to CodeGenerator and OwlGenerator classes.
OntologyConverter() - Constructor for class org.openrdf.elmo.codegen.OntologyConverter
 
OntologyDigester - Interface in org.openrdf.elmo.dynabean.helpers
Used by SesameDynaClassFactory and SesameDynaClass to load the rdfs/owl schema from the repository.
OntologyProperty - Interface in org.openrdf.concepts.owl
 
OntologyWriter - Class in org.openrdf.rio.owl
Prints RDF ontology data is an grouped by subject and type.
OntologyWriter(File, String) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(File) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(String, String) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(String) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(OutputStream) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(Writer) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(RDFFormat, OutputStream) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OntologyWriter(RDFFormat, Writer) - Constructor for class org.openrdf.rio.owl.OntologyWriter
 
OPERATOR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
OR - Interface in org.openrdf.concepts.skos.mapping
This class is a shorthand for a union construct.
OR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
ORDER - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
OrderedCollection - Interface in org.openrdf.concepts.skos.core
Ordered collections can be used with collectable semantic relation properties, where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'.
ORDERELEM - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
org.openrdf.concepts.dc - package org.openrdf.concepts.dc
 
org.openrdf.concepts.dc.terms - package org.openrdf.concepts.dc.terms
 
org.openrdf.concepts.dc.type - package org.openrdf.concepts.dc.type
 
org.openrdf.concepts.doap - package org.openrdf.concepts.doap
 
org.openrdf.concepts.foaf - package org.openrdf.concepts.foaf
 
org.openrdf.concepts.owl - package org.openrdf.concepts.owl
This file specifies in RDF Schema format the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL Full, OWL DL and OWL Lite.
org.openrdf.concepts.owls.objectlist - package org.openrdf.concepts.owls.objectlist
 
org.openrdf.concepts.owls.service - package org.openrdf.concepts.owls.service
Top level of OWL ontology for services.
org.openrdf.concepts.rdf - package org.openrdf.concepts.rdf
 
org.openrdf.concepts.rdfs - package org.openrdf.concepts.rdfs
 
org.openrdf.concepts.rss - package org.openrdf.concepts.rss
Object model for the RSS 1.0 ontology.
org.openrdf.concepts.skos.core - package org.openrdf.concepts.skos.core
 
org.openrdf.concepts.skos.extensions - package org.openrdf.concepts.skos.extensions
 
org.openrdf.concepts.skos.mapping - package org.openrdf.concepts.skos.mapping
 
org.openrdf.concepts.swrl - package org.openrdf.concepts.swrl
OWL definition of the RDF Concrete Syntax for the Semantic Web Rule Language
org.openrdf.concepts.voc - package org.openrdf.concepts.voc
 
org.openrdf.concepts.webarch - package org.openrdf.concepts.webarch
 
org.openrdf.elmo - package org.openrdf.elmo
 
org.openrdf.elmo.annotations - package org.openrdf.elmo.annotations
 
org.openrdf.elmo.base - package org.openrdf.elmo.base
 
org.openrdf.elmo.codegen - package org.openrdf.elmo.codegen
Creates Elmo concepts and OWL ontologies.
org.openrdf.elmo.dynabean - package org.openrdf.elmo.dynabean
 
org.openrdf.elmo.dynabean.helpers - package org.openrdf.elmo.dynabean.helpers
 
org.openrdf.elmo.dynacode - package org.openrdf.elmo.dynacode
 
org.openrdf.elmo.exceptions - package org.openrdf.elmo.exceptions
 
org.openrdf.elmo.impl - package org.openrdf.elmo.impl
 
org.openrdf.elmo.rolemapper - package org.openrdf.elmo.rolemapper
 
org.openrdf.elmo.scutter - package org.openrdf.elmo.scutter
The Elmo scutter (RDF crawler).
org.openrdf.elmo.scutter.servlet - package org.openrdf.elmo.scutter.servlet
 
org.openrdf.elmo.sesame - package org.openrdf.elmo.sesame
Implements the Elmo API for the Sesame RDF Repository.
org.openrdf.elmo.sesame.behaviours - package org.openrdf.elmo.sesame.behaviours
 
org.openrdf.elmo.sesame.converters - package org.openrdf.elmo.sesame.converters
 
org.openrdf.elmo.sesame.converters.impl - package org.openrdf.elmo.sesame.converters.impl
 
org.openrdf.elmo.sesame.helpers - package org.openrdf.elmo.sesame.helpers
 
org.openrdf.elmo.sesame.iterators - package org.openrdf.elmo.sesame.iterators
 
org.openrdf.elmo.sesame.roles - package org.openrdf.elmo.sesame.roles
 
org.openrdf.elmo.smusher - package org.openrdf.elmo.smusher
The Elmo smusher (instance matcher) framework.
org.openrdf.elmo.smusher.listener - package org.openrdf.elmo.smusher.listener
 
org.openrdf.elmo.smusher.servlet - package org.openrdf.elmo.smusher.servlet
 
org.openrdf.elmo.tapestry - package org.openrdf.elmo.tapestry
 
org.openrdf.model.vocabulary - package org.openrdf.model.vocabulary
 
org.openrdf.query.parser.serqo - package org.openrdf.query.parser.serqo
 
org.openrdf.repository.augur - package org.openrdf.repository.augur
 
org.openrdf.repository.augur.helpers - package org.openrdf.repository.augur.helpers
 
org.openrdf.repository.augur.model - package org.openrdf.repository.augur.model
 
org.openrdf.repository.contextaware - package org.openrdf.repository.contextaware
 
org.openrdf.repository.delegate - package org.openrdf.repository.delegate
 
org.openrdf.repository.flushable - package org.openrdf.repository.flushable
 
org.openrdf.repository.loader - package org.openrdf.repository.loader
 
org.openrdf.repository.memento - package org.openrdf.repository.memento
 
org.openrdf.repository.readahead - package org.openrdf.repository.readahead
 
org.openrdf.repository.sparql - package org.openrdf.repository.sparql
 
org.openrdf.repository.threadproxy - package org.openrdf.repository.threadproxy
 
org.openrdf.rio.helpers - package org.openrdf.rio.helpers
 
org.openrdf.rio.owl - package org.openrdf.rio.owl
 
org.openrdf.rio.rdfxml.util - package org.openrdf.rio.rdfxml.util
 
org.openrdf.rio.rss - package org.openrdf.rio.rss
 
Organization - Interface in org.openrdf.concepts.foaf
An organization.
OrganizedRDFWriter - Class in org.openrdf.rio.helpers
Writes RDF statements grouped by subject.
OrganizedRDFWriter(RDFWriter) - Constructor for class org.openrdf.rio.helpers.OrganizedRDFWriter
 
OrganizedRDFXMLWriter - Class in org.openrdf.rio.rdfxml.util
Prints RDF/XML data is an grouped by subject and type.
OrganizedRDFXMLWriter(File, String) - Constructor for class org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
 
OrganizedRDFXMLWriter(File) - Constructor for class org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
 
OrganizedRDFXMLWriter(String, String) - Constructor for class org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
 
OrganizedRDFXMLWriter(String) - Constructor for class org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
 
OrganizedRDFXMLWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
 
OrganizedRDFXMLWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.util.OrganizedRDFXMLWriter
 
overrideMethod(Method) - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
OwlGenerator - Class in org.openrdf.elmo.codegen
Reads BeanInfo objects and writes the class and properties into an OWL ontology.
OwlGenerator() - Constructor for class org.openrdf.elmo.codegen.OwlGenerator
 
OwlNormalizer - Class in org.openrdf.elmo.codegen
Applies a series of rules against the ontology, making it easier to convert into Java classes.
OwlNormalizer() - Constructor for class org.openrdf.elmo.codegen.OwlNormalizer
 
OwlProperty - Interface in org.openrdf.concepts.owl
 

P

parse(URL) - Method in interface org.openrdf.elmo.scutter.DocumentHandler
 
parseQuery(String, String) - Method in class org.openrdf.query.parser.serqo.SeRQOParser
 
PATTERN - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
PatternMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
PatternMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.PatternMarshall
 
Period - Interface in org.openrdf.concepts.dc.terms
A specification of the limits of a time interval.
persist(Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
Person - Interface in org.openrdf.concepts.foaf
A person.
PERSON - Static variable in class org.openrdf.model.vocabulary.FOAF
http://xmlns.com/foaf/0.1/Person
PersonalProfileDocument - Interface in org.openrdf.concepts.foaf
A personal profile RDF document.
PersonLogListener - Class in org.openrdf.elmo.smusher.listener
A subclass of LogListener that reports person names instead of URIs where possible.
PersonLogListener(Writer, Repository) - Constructor for class org.openrdf.elmo.smusher.listener.PersonLogListener
 
PhysicalObject - Interface in org.openrdf.concepts.dc.type
An inanimate, three-dimensional object or substance.
Point - Interface in org.openrdf.concepts.dc.terms
The DCMI Point identifies a point in space using its geographic coordinates.
PREDICATEVAR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
prepareBooleanQuery(QueryLanguage, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareGraphQuery(String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareGraphQuery(QueryLanguage, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareGraphQueryWithinContext(String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareGraphQueryWithinContext(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareQuery(String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareQuery(QueryLanguage, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareQuery(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareQueryWithinContext(String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareQueryWithinContext(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareTupleQuery(String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareTupleQuery(QueryLanguage, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareTupleQueryWithinContext(String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
prepareTupleQueryWithinContext(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
print() - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
print(QueryLanguage, String, String) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
print(URI, Value) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
print(Resource) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
print(Statement) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
print() - Method in class org.openrdf.rio.owl.OntologyWriter
 
printChannel(Resource) - Method in class org.openrdf.rio.rss.RssWriter
 
printOntology(Resource) - Method in class org.openrdf.rio.owl.OntologyWriter
 
printReferenced() - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
proceed() - Method in interface javax.interceptor.InvocationContext
 
proceed() - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
Project - Interface in org.openrdf.concepts.doap
A project.
Project - Interface in org.openrdf.concepts.foaf
A project (a collective endeavour of some kind).
PROJECTION - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
PROJECTIONELEM - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
PROJECTIONELEMLIST - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
PROJECTIONS - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
Property - Interface in org.openrdf.concepts.rdf
The class of RDF properties.
property - Variable in class org.openrdf.elmo.sesame.SesameProperty
 
PropertyChangeNotifier - Interface in org.openrdf.elmo.sesame.roles
Entity interface to allow observers to be informed when a setter method is called.
PropertyChangeNotifierSupport - Class in org.openrdf.elmo.sesame.behaviours
Keeps a (non-persistent) list of observers, shared by all beans with the same subject.
PropertyChangeNotifierSupport(Entity) - Constructor for class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
PropertyChanger - Class in org.openrdf.elmo.sesame.helpers
Performs the adding and removing of statements from the repository.
PropertyChanger(URI) - Constructor for class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
PropertyChanger(URI, Set<? extends Value>) - Constructor for class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
PUBLISHER - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/publisher

Q

QNameMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
QNameMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.QNameMarshall
 
query - Variable in class org.openrdf.elmo.sesame.SesameQuery
 
QUERYROOT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 

R

rdf - Annotation Type in org.openrdf.elmo.annotations
Defines the URI of this property or resource type.
RdfsClassInterpreter - Class in org.openrdf.elmo.dynabean.helpers
Reads class properties form the repository for a new DynaClass.
RdfsClassInterpreter(ContextAwareConnection) - Constructor for class org.openrdf.elmo.dynabean.helpers.RdfsClassInterpreter
 
RdfTypeFactory<URI> - Interface in org.openrdf.elmo
Can converts a String to a implementation specific rdf:type.
ReadAheadRepository - Class in org.openrdf.repository.readahead
Repository wrapper that retrives and caches statements by their subject (if specified).
ReadAheadRepository() - Constructor for class org.openrdf.repository.readahead.ReadAheadRepository
 
ReadAheadRepository(Repository) - Constructor for class org.openrdf.repository.readahead.ReadAheadRepository
 
ReadAheadRepositoryFactory - Class in org.openrdf.repository.readahead
 
ReadAheadRepositoryFactory() - Constructor for class org.openrdf.repository.readahead.ReadAheadRepositoryFactory
 
recordBaseRole(Class<?>) - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
recordMarshall(Class<?>, Marshall<?>) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
recordRole(Class<?>, URI) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
recordRole(Class<?>, AnnotatedElement) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
recordRole(Class<?>, URI) - Method in class org.openrdf.elmo.rolemapper.DirectMapper
 
recordRole(Class<?>, URI) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
recordRole(Class<?>, URI) - Method in class org.openrdf.elmo.rolemapper.TypeMapper
 
recordRoles(Set<Class<?>>, URI) - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
recordType(Class<?>, String) - Method in interface org.openrdf.elmo.LiteralManager
 
recordType(Class<?>, String) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
redo(ContextAwareConnection) - Method in class org.openrdf.elmo.sesame.SesameMemento
 
redo(RepositoryConnection) - Method in class org.openrdf.repository.memento.RepositoryMemento
After this object has recorded changes to a connection, it can be repeated with this method.
redoMemento(Memento) - Method in interface org.openrdf.elmo.ElmoManager
Replays changes made after this memento object was created.
redoMemento(Memento) - Method in class org.openrdf.elmo.sesame.SesameManager
 
refresh(Object) - Method in interface org.openrdf.elmo.ElmoManager
If entity implements Refreshable, its method Refreshable.refresh() will be called.
refresh() - Method in class org.openrdf.elmo.impl.UnmodifiableElmoProperty
 
refresh() - Method in interface org.openrdf.elmo.Refreshable
Flushes the local state of the entity forcing it to refresh.
refresh() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
refresh() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
refresh() - Method in class org.openrdf.elmo.sesame.behaviours.SesameList
 
refresh() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
refresh(Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
refresh() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
refresh(Object) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
Refreshable - Interface in org.openrdf.elmo
Implemented by all behaviours that cache locally modified state and need to be refreshed when the remote state changes.
refreshCache() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
refreshCalled(InvocationContext) - Method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
refreshEntity() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
REGEX - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
registryDidShutdown() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
RELATION - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/relation
RelationScheme - Interface in org.openrdf.concepts.dc.terms
A set of resource relation encoding schemes and/or formats
remove(String, String) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
remove(Object) - Method in interface org.openrdf.elmo.ElmoManager
Removes the given entity or subject and all implementing roles.
remove(int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
remove(int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
remove(Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
remove(ContextAwareConnection, Resource, Value) - Method in class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
remove(Object) - Method in class org.openrdf.elmo.sesame.InverseSesameProperty
 
remove() - Method in class org.openrdf.elmo.sesame.iterators.ConvertingIterator
 
remove() - Method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
remove(S) - Method in class org.openrdf.elmo.sesame.iterators.ElmoIteration
 
remove(Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
remove(Object) - Method in class org.openrdf.elmo.sesame.SesameProperty
This method always returns true
remove(Iterable<? extends Statement>) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Removes the supplied statements from the specified contexts in this repository.
remove(Iteration<? extends Statement, RepositoryException>) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.
remove(Resource, URI, Value) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.
remove(Statement) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Removes the supplied statement from the specified contexts in the repository.
remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
remove(Statement, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
remove(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
remove(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
removeAll(Collection<?>) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
removeAll(Collection<?>) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
removeDesignation(Class<?>, Object) - Method in interface org.openrdf.elmo.ElmoManager
 
removeDesignation(Class<?>, Object) - Method in class org.openrdf.elmo.sesame.SesameManager
 
removeListener(SmusherListener) - Method in class org.openrdf.elmo.smusher.AbstractSmusher
 
removeListener(SmusherListener) - Method in interface org.openrdf.elmo.smusher.Smusher
 
removeNamespace(RepositoryConnection, String) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.openrdf.elmo.sesame.roles.PropertyChangeNotifier
Removes a listener and will no longer be notified of changes.
removeRange(int, int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
removeResource(Resource) - Method in interface org.openrdf.elmo.ResourceManager
Remove this resource from the repository.
removeResource(Resource) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
removeRole(Resource, Class<?>) - Method in interface org.openrdf.elmo.ResourceManager
Removes a given role from the resource and returns the new role set for this resource.
removeRole(Resource, Class<?>) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
removeSmusher(Smusher) - Method in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
removeSmusher(Smusher) - Method in class org.openrdf.elmo.smusher.IterativeSmusher
 
removeWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
removeWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.flushable.FlushableConnection
 
rename(T, QName) - Method in interface org.openrdf.elmo.ElmoManager
Removes all the references to the given entity and replaces them with references to the new qname.
rename(T, QName) - Method in class org.openrdf.elmo.sesame.SesameManager
 
rename(T, Resource) - Method in class org.openrdf.elmo.sesame.SesameManager
 
renameResource(Resource, Resource) - Method in interface org.openrdf.elmo.ResourceManager
Change all references of before to after.
renameResource(Resource, Resource) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
Repository - Interface in org.openrdf.concepts.doap
Source code repository.
REPOSITORY_TYPE - Static variable in class org.openrdf.repository.augur.AugurRepositoryFactory
 
REPOSITORY_TYPE - Static variable in class org.openrdf.repository.flushable.FlushableRepositoryFactory
 
REPOSITORY_TYPE - Static variable in class org.openrdf.repository.readahead.ReadAheadRepositoryFactory
 
REPOSITORY_TYPE - Static variable in class org.openrdf.repository.threadproxy.ThreadProxyRepositoryFactory
 
RepositoryCloseableIteration<E> - Class in org.openrdf.repository.augur.helpers
 
RepositoryCloseableIteration(Iteration<? extends E, ? extends QueryEvaluationException>) - Constructor for class org.openrdf.repository.augur.helpers.RepositoryCloseableIteration
 
RepositoryMemento - Class in org.openrdf.repository.memento
Tracks changes to a RepositoryConnection and allows those changes to be reversed.
RepositoryMemento(RepositoryConnection) - Constructor for class org.openrdf.repository.memento.RepositoryMemento
 
RepositoryMemento(NotifyingRepositoryConnection) - Constructor for class org.openrdf.repository.memento.RepositoryMemento
 
Representation - Interface in org.openrdf.concepts.webarch
A representation of a resource.
REQUEST_REPOSITORY_ATTRIBUTE - Static variable in class org.openrdf.elmo.scutter.Util
 
REQUEST_REPOSITORY_ATTRIBUTE - Static variable in class org.openrdf.elmo.smusher.Util
 
reset() - Method in class org.openrdf.elmo.smusher.listener.CounterListener
 
resolveRoles(Class<?>[]) - Method in interface org.openrdf.elmo.ElmoEntityResolver
Finds or creates a class that implements all the concepts and behaviours in roles.
resolveRoles(Class<?>[]) - Method in class org.openrdf.elmo.impl.ElmoEntityCompositor
 
Resource - Interface in org.openrdf.concepts.rdfs
The class resource, everything.
Resource - Interface in org.openrdf.concepts.skos.core
 
ResourceComparator<T extends Resource> - Interface in org.openrdf.elmo.smusher
Interface for classes that are able to compare two resources based on some criteria of equality or matching.
ResourceManager<Resource> - Interface in org.openrdf.elmo
Manages the life-cycle of the RDF resource in side the Elmo JavaBean.
Restriction - Interface in org.openrdf.concepts.owl
 
retainAll(Collection<?>) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
retainAll(Collection<?>) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
Retriever - Interface in org.openrdf.elmo.scutter
Interface of retrievers.
RetrieverFactory - Class in org.openrdf.elmo.scutter
This factory class creates and initializes Retriever instances.
RetrieverFactory(Repository, boolean) - Constructor for class org.openrdf.elmo.scutter.RetrieverFactory
 
rewriteQuery(QueryLanguage, String, String) - Method in class org.openrdf.repository.contextaware.ContextQueryRewriter
 
RFC1766 - Interface in org.openrdf.concepts.dc.terms
Internet RFC 1766 'Tags for the identification of Language' specifies a two letter code taken from ISO 639, followed optionally by a two letter country code taken from ISO 3166.
RFC3066 - Interface in org.openrdf.concepts.dc.terms
Internet RFC 3066 'Tags for the Identification of Languages' specifies a primary subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter code taken from ISO 639 part 2, followed optionally by a two-letter country code taken from ISO 3166.
RIGHTARG - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
RIGHTS - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/rights
RoleClassLoader<URI> - Class in org.openrdf.elmo.rolemapper
 
RoleClassLoader() - Constructor for class org.openrdf.elmo.rolemapper.RoleClassLoader
 
RoleMapper<URI> - Interface in org.openrdf.elmo
Maps between roles and rdf:type.
RoleMapperFactory<URI> - Interface in org.openrdf.elmo
 
RoleMapperFactoryBase<URI> - Class in org.openrdf.elmo.base
 
RoleMapperFactoryBase() - Constructor for class org.openrdf.elmo.base.RoleMapperFactoryBase
 
RoleMapperImpl<URI> - Class in org.openrdf.elmo.rolemapper
 
RoleMapperImpl(ComplexMapper<URI>) - Constructor for class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
rollback() - Method in class org.openrdf.elmo.sesame.SesameTransaction
 
rollback() - Method in class org.openrdf.repository.delegate.VersioningConnection
 
rollback() - Method in class org.openrdf.repository.flushable.FlushableConnection
 
rollback(RepositoryConnection) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
RSS - Class in org.openrdf.model.vocabulary
RSS vocabulary.
RSS() - Constructor for class org.openrdf.model.vocabulary.RSS
 
RssResource - Interface in org.openrdf.concepts.rss
 
RssWriter - Class in org.openrdf.rio.rss
Outputs an RSS feed from a given channel resource.
RssWriter(File, String) - Constructor for class org.openrdf.rio.rss.RssWriter
 
RssWriter(File) - Constructor for class org.openrdf.rio.rss.RssWriter
 
RssWriter(String, String) - Constructor for class org.openrdf.rio.rss.RssWriter
 
RssWriter(String) - Constructor for class org.openrdf.rio.rss.RssWriter
 
RssWriter(OutputStream) - Constructor for class org.openrdf.rio.rss.RssWriter
 
RssWriter(Writer) - Constructor for class org.openrdf.rio.rss.RssWriter
 
run() - Method in class org.openrdf.elmo.scutter.Scutter
Main method that loops infinitely or until the scutter is stopped.
run() - Method in class org.openrdf.elmo.scutter.SimpleRetriever
 

S

SameAsListener - Class in org.openrdf.elmo.smusher.listener
A listener that represents matches using a given property (owl:sameAs) by default and adds them to a given repository.
SameAsListener(Repository) - Constructor for class org.openrdf.elmo.smusher.listener.SameAsListener
Default constructor creates a listener where owl:sameAs statements are added symmetrically (i.e.
SameAsListener(Repository, URI) - Constructor for class org.openrdf.elmo.smusher.listener.SameAsListener
 
SameAsListener(Repository, boolean) - Constructor for class org.openrdf.elmo.smusher.listener.SameAsListener
Constructor that allows you to set whether you want owl:sameAs statements to be symmetric and whether the matches reported should be immediately committed to the store.
SameIndividualAtom - Interface in org.openrdf.concepts.swrl
consists of argument1 (owl:Thing) and argument2 (owl:Thing)
SAMETERM - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
saveBlacklist() - Method in class org.openrdf.elmo.scutter.Scutter
Save the status of the blacklist to the disk.
saveQueue() - Method in class org.openrdf.elmo.scutter.Scutter
Save the status of the queue to the disk.
scan(URL) - Method in class org.openrdf.elmo.rolemapper.RoleClassLoader
 
SCOPE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
Scutter - Class in org.openrdf.elmo.scutter
Scutter is the main class of the RDF crawler (scutter).
Scutter(RetrieverFactory) - Constructor for class org.openrdf.elmo.scutter.Scutter
Create a new scutter.
ScutterServlet - Class in org.openrdf.elmo.scutter.servlet
Web interface to the Elmo scutter.
ScutterServlet() - Constructor for class org.openrdf.elmo.scutter.servlet.ScutterServlet
 
semi() - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
Seq<E> - Interface in org.openrdf.concepts.rdf
The class of ordered containers.
serialize(BigDecimal) - Method in class org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
 
serialize(BigInteger) - Method in class org.openrdf.elmo.sesame.converters.impl.BigIntegerMarshall
 
serialize(Boolean) - Method in class org.openrdf.elmo.sesame.converters.impl.BooleanMarshall
 
serialize(Byte) - Method in class org.openrdf.elmo.sesame.converters.impl.ByteMarshall
 
serialize(Character) - Method in class org.openrdf.elmo.sesame.converters.impl.CharacterMarshall
 
serialize(Class) - Method in class org.openrdf.elmo.sesame.converters.impl.ClassMarshall
 
serialize(Date) - Method in class org.openrdf.elmo.sesame.converters.impl.DateMarshall
 
serialize(Double) - Method in class org.openrdf.elmo.sesame.converters.impl.DoubleMarshall
 
serialize(Duration) - Method in class org.openrdf.elmo.sesame.converters.impl.DurationMarshall
 
serialize(Float) - Method in class org.openrdf.elmo.sesame.converters.impl.FloatMarshall
 
serialize(GregorianCalendar) - Method in class org.openrdf.elmo.sesame.converters.impl.GregorianCalendarMarshall
 
serialize(Integer) - Method in class org.openrdf.elmo.sesame.converters.impl.IntegerMarshall
 
serialize(Locale) - Method in class org.openrdf.elmo.sesame.converters.impl.LocaleMarshall
 
serialize(Long) - Method in class org.openrdf.elmo.sesame.converters.impl.LongMarshall
 
serialize(T) - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectConstructorMarshall
 
serialize(T) - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectSerializationMarshall
 
serialize(Pattern) - Method in class org.openrdf.elmo.sesame.converters.impl.PatternMarshall
 
serialize(QName) - Method in class org.openrdf.elmo.sesame.converters.impl.QNameMarshall
 
serialize(Short) - Method in class org.openrdf.elmo.sesame.converters.impl.ShortMarshall
 
serialize(Date) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlDateMarshall
 
serialize(Time) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimeMarshall
 
serialize(Timestamp) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimestampMarshall
 
serialize(T) - Method in class org.openrdf.elmo.sesame.converters.impl.ValueOfMarshall
 
serialize(XMLGregorianCalendar) - Method in class org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
 
serialize(T) - Method in interface org.openrdf.elmo.sesame.converters.Marshall
 
SeRQO - Class in org.openrdf.query.parser.serqo
Sesame RDF Query Ontology vocabulary.
SeRQO() - Constructor for class org.openrdf.query.parser.serqo.SeRQO
 
SeRQOBuilder - Class in org.openrdf.query.parser.serqo
Converts Query Object into RDF Statements.
SeRQOBuilder() - Constructor for class org.openrdf.query.parser.serqo.SeRQOBuilder
 
SeRQOFormatter - Class in org.openrdf.query.parser.serqo
Converts a Query Object into a N3 formatted statements.
SeRQOFormatter() - Constructor for class org.openrdf.query.parser.serqo.SeRQOFormatter
 
SeRQOHandler - Class in org.openrdf.query.parser.serqo
Converts RDF Statements into a Query Object.
SeRQOHandler() - Constructor for class org.openrdf.query.parser.serqo.SeRQOHandler
 
SeRQOParser - Class in org.openrdf.query.parser.serqo
Parses SeRQO N3 statements into a Query Object.
SeRQOParser() - Constructor for class org.openrdf.query.parser.serqo.SeRQOParser
 
SeRQOParserFactory - Class in org.openrdf.query.parser.serqo
A QueryParserFactory for SeRQO parsers.
SeRQOParserFactory() - Constructor for class org.openrdf.query.parser.serqo.SeRQOParserFactory
 
Server - Interface in org.openrdf.concepts.webarch
A web server supporting the HTTP protocol.
Service - Interface in org.openrdf.concepts.dc.type
A service is a system that provides one or more functions of value to the end-user.
Service - Interface in org.openrdf.concepts.owls.service
See comments above
Service - Interface in org.openrdf.concepts.webarch
A web service.
ServiceGrounding - Interface in org.openrdf.concepts.owls.service
See comments above
ServiceModel - Interface in org.openrdf.concepts.owls.service
See comments above
ServiceProfile - Interface in org.openrdf.concepts.owls.service
See comments above
ServiceResource - Interface in org.openrdf.concepts.owls.service
 
SERVLET_PASSWORD_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
SERVLET_PASSWORD_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
SERVLET_REPOSITORY_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
SERVLET_REPOSITORY_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
SERVLET_SERVER_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
SERVLET_SERVER_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
SERVLET_USERNAME_PARAMETER - Static variable in class org.openrdf.elmo.scutter.Util
 
SERVLET_USERNAME_PARAMETER - Static variable in class org.openrdf.elmo.smusher.Util
 
SesameContainer - Class in org.openrdf.elmo.sesame.behaviours
This behaviour provides a java.util.List interface for RDF containers.
SesameContainer(Entity) - Constructor for class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
SesameContainerDisabler - Class in org.openrdf.elmo.sesame.behaviours
This class exists to disable SesameContainer behaviour when creating an rdf:List.
SesameContainerDisabler(Entity) - Constructor for class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
SesameEntity - Interface in org.openrdf.elmo.sesame.roles
Elmo JavaBean that is used by the SesameManager.
SesameEntitySupport - Class in org.openrdf.elmo.sesame
Stores the resource and manager for a bean and implements equals, hashCode, and toString.
SesameEntitySupport(Entity) - Constructor for class org.openrdf.elmo.sesame.SesameEntitySupport
 
SesameList - Class in org.openrdf.elmo.sesame.behaviours
Java instance for rdf:List as a familiar interface to manipulate this List.
SesameList(Entity) - Constructor for class org.openrdf.elmo.sesame.behaviours.SesameList
 
SesameLiteralManager - Class in org.openrdf.elmo.sesame
Converts between simple Java Objects and Strings.
SesameLiteralManager(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.SesameLiteralManager
 
SesameManager - Class in org.openrdf.elmo.sesame
Handles operations of ElmoManager and EntityManager.
SesameManager() - Constructor for class org.openrdf.elmo.sesame.SesameManager
 
SesameManagerAware - Interface in org.openrdf.elmo.sesame.roles
Internal interface implemented by SesameBeanSupport.
SesameManagerFactory - Class in org.openrdf.elmo.sesame
Creates SesameBeanManagers.
SesameManagerFactory(ElmoModule) - Constructor for class org.openrdf.elmo.sesame.SesameManagerFactory
 
SesameManagerFactory(ElmoModule, Repository) - Constructor for class org.openrdf.elmo.sesame.SesameManagerFactory
 
SesameManagerFactory(ElmoModule, URL, String) - Constructor for class org.openrdf.elmo.sesame.SesameManagerFactory
 
SesameManagerFactory(ElmoModule, File, String) - Constructor for class org.openrdf.elmo.sesame.SesameManagerFactory
 
SesameManagerFactory(ElmoModule, String, String) - Constructor for class org.openrdf.elmo.sesame.SesameManagerFactory
 
SesameMemento - Class in org.openrdf.elmo.sesame
Wraps the RepositoryMemento for used in Elmo.
SesameMemento(RepositoryConnection) - Constructor for class org.openrdf.elmo.sesame.SesameMemento
 
SesamePersistenceProvider - Class in org.openrdf.elmo.sesame
Used in META-INF/persistence.xml to indicate a SesameManager should be used.
SesamePersistenceProvider() - Constructor for class org.openrdf.elmo.sesame.SesamePersistenceProvider
 
SesameProperty<E> - Class in org.openrdf.elmo.sesame
A set for a given getResource(), predicate.
SesameProperty(SesameEntity, PropertyChanger) - Constructor for class org.openrdf.elmo.sesame.SesameProperty
 
SesamePropertyFactory<E> - Class in org.openrdf.elmo.sesame
Creates ElmoProperty objects for a given predicate.
SesamePropertyFactory() - Constructor for class org.openrdf.elmo.sesame.SesamePropertyFactory
 
SesameQuery - Class in org.openrdf.elmo.sesame
Implements ElmoQuery for use with SesameManager.
SesameQuery(SesameManager, TupleQuery) - Constructor for class org.openrdf.elmo.sesame.SesameQuery
 
SesameResourceManager - Class in org.openrdf.elmo.sesame
Determine the rdf:types of a Sesame Resource.
SesameResourceManager() - Constructor for class org.openrdf.elmo.sesame.SesameResourceManager
 
SesameRoleMapperFactory - Class in org.openrdf.elmo.sesame
 
SesameRoleMapperFactory(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.SesameRoleMapperFactory
 
SesameTransaction - Class in org.openrdf.elmo.sesame
JPA EntityTransaction interface for SesameBeanManager.
SesameTransaction(RepositoryConnection) - Constructor for class org.openrdf.elmo.sesame.SesameTransaction
 
SesameTypeFactory - Class in org.openrdf.elmo.sesame
Wraps a ValueFactory to be used as a generic rdf:type factory.
SesameTypeFactory(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.SesameTypeFactory
 
set(String, Object) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
set(String, int, Object) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
set(String, String, Object) - Method in class org.openrdf.elmo.dynabean.DynaBeanSupport
 
set(int, Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
set(int, Object) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
setAbstractBehaviourResolver(ImplementationResolver) - Method in class org.openrdf.elmo.impl.ElmoEntityCompositor
 
setAddContexts(Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The contexts to add the statements to.
setAll(Set<E>) - Method in interface org.openrdf.elmo.ElmoProperty
Replaces all values with the values given.
setAll(Set<E>) - Method in class org.openrdf.elmo.impl.UnmodifiableElmoProperty
 
setAll(Set<String>) - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
setAll(Set<E>) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
setApplicationId(String) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
setArchiveContexts(Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Before Statements are removed, they are first copied to these contexts.
setAutoBlackList(boolean) - Method in class org.openrdf.elmo.scutter.Scutter
Set whether the scutter should automatically put sites on blacklist after a number of profiles has been collected from that site.
setAutoCommit(boolean) - Method in class org.openrdf.repository.delegate.VersioningConnection
 
setAutoCommit(boolean) - Method in class org.openrdf.repository.flushable.FlushableConnection
 
setAutoCommit(RepositoryConnection, boolean) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
setAutoFlush(boolean) - Method in class org.openrdf.repository.flushable.FlushableConnection
 
setAutoFlush(boolean) - Method in class org.openrdf.repository.flushable.FlushableRepository
 
setBaseClasses(Class<?>[]) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
setBaseClasses(String[]) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Array of Java Class names that all concepts will extend.
setBlacklistFile(File) - Method in class org.openrdf.elmo.scutter.Scutter
 
setCalled(InvocationContext) - Method in class org.openrdf.elmo.sesame.behaviours.PropertyChangeNotifierSupport
 
setClassDefiner(ClassFactory) - Method in class org.openrdf.elmo.impl.AbstractBehaviourClassFactory
 
setClassDefiner(ClassFactory) - Method in class org.openrdf.elmo.impl.ElmoEntityCompositor
 
setClassDefiner(ClassFactory) - Method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
setClassLoader(ClassLoader) - Method in class org.openrdf.elmo.base.RoleMapperFactoryBase
 
setClassLoader(ClassLoader) - Method in interface org.openrdf.elmo.LiteralManager
 
setClassLoader(ClassLoader) - Method in class org.openrdf.elmo.rolemapper.RoleClassLoader
 
setClassLoader(ClassLoader) - Method in class org.openrdf.elmo.sesame.SesameLiteralManager
 
setClassLoader(ClassLoader) - Method in class org.openrdf.repository.loader.LoaderRepository
 
setConnection(ContextAwareConnection) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setConnection(ContextAwareConnection) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
setConnection(RepositoryConnection) - Method in class org.openrdf.repository.augur.model.AugurNode
 
setConnection(RepositoryConnection) - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
setContext(QName) - Method in class org.openrdf.elmo.ElmoModule
Sets the primary context of this module.
setContext(Resource[]) - Method in class org.openrdf.elmo.scutter.Scutter
 
setContexts(Resource[]) - Method in class org.openrdf.repository.contextaware.ContextQueryRewriter
 
setDataDir(File) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.BigIntegerMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.BooleanMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.ByteMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.CharacterMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.ClassMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.DateMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.DoubleMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.DurationMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.FloatMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.GregorianCalendarMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.IntegerMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.LocaleMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.LongMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectConstructorMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.ObjectSerializationMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.PatternMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.QNameMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.ShortMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlDateMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimeMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.SqlTimestampMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.ValueOfMarshall
 
setDatatype(URI) - Method in class org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
 
setDatatype(URI) - Method in interface org.openrdf.elmo.sesame.converters.Marshall
 
setDcAbstracts(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A summary of the content of the resource.
setDcAccessRights(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Information about who can access the resource or an indication of its security status.
setDcAccrualMethod(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The method by which items are added to a collection.
setDcAccrualPeriodicity(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The frequency with which items are added to a collection.
setDcAccrualPolicy(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The policy governing the addition of items to a collection.
setDcAlternatives(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Any form of the title used as a substitute or alternative to the formal title of the resource.
setDcAudiences(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A class of entity for whom the resource is intended or useful.
setDcAvailables(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date (often a range) that the resource will become or did become available.
setDcBibliographicCitation(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A bibliographic reference for the resource.
setDcConformsTo(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A reference to an established standard to which the resource conforms.
setDcContributors(Set<?>) - Method in interface org.openrdf.concepts.dc.DcResource
An entity responsible for making contributions to the content of the resource.
setDcCoverages(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.DcResource
The extent or scope of the content of the resource.
setDcCreated(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of creation of the resource.
setDcCreators(Set<?>) - Method in interface org.openrdf.concepts.dc.DcResource
An entity primarily responsible for making the content of the resource.
setDcDateAccepted(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of acceptance of the resource (e.g.
setDcDateCopyrighted(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of a statement of copyright.
setDcDates(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.DcResource
A date associated with an event in the life cycle of the resource.
setDcDateSubmitted(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of submission of the resource (e.g.
setDcDescription(String) - Method in interface org.openrdf.concepts.dc.DcResource
An account of the content of the resource.
setDcEducationLevel(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A general statement describing the education or training context.
setDcExtents(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The size or duration of the resource.
setDcFormats(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.DcResource
The physical or digital manifestation of the resource.
setDcHasFormats(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource pre-existed the referenced resource, which is essentially the same intellectual content presented in another format.
setDcHasPart(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource includes the referenced resource either physically or logically.
setDcHasVersion(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource has a version, edition, or adaptation, namely, the referenced resource.
setDcIdentifiers(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.DcResource
An unambiguous reference to the resource within a given context.
setDcInstructionalMethod(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A process, used to engender knowledge, attitudes and skills, that the resource is designed to support.
setDcIsFormatOf(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is the same intellectual content of the referenced resource, but presented in another format.
setDcIsPartOf(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is a physical or logical part of the referenced resource.
setDcIsReferencedBy(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is referenced, cited, or otherwise pointed to by the referenced resource.
setDcIsReplacedBy(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is supplanted, displaced, or superseded by the referenced resource.
setDcIsRequiredBy(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is required by the referenced resource, either physically or logically.
setDcIssued(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date of formal issuance (e.g., publication) of the resource.
setDcIsVersionOf(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource is a version, edition, or adaptation of the referenced resource.
setDcLanguages(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.DcResource
A language of the intellectual content of the resource.
setDcLicenses(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A legal document giving official permission to do something with the resource.
setDcMediators(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A class of entity that mediates access to the resource and for whom the resource is intended or useful.
setDcMediums(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The material or physical carrier of the resource.
setDcModified(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date on which the resource was changed.
setDcProvenances(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity and interpretation.
setDcPublishers(Set<?>) - Method in interface org.openrdf.concepts.dc.DcResource
An entity responsible for making the resource available
setDcReferences(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource references, cites, or otherwise points to the referenced resource.
setDcRelations(Set<?>) - Method in interface org.openrdf.concepts.dc.DcResource
A reference to a related resource.
setDcReplaces(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource supplants, displaces, or supersedes the referenced resource.
setDcRequires(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
The described resource requires the referenced resource to support its function, delivery, or coherence of content.
setDcRights(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.DcResource
Information about rights held in and over the resource.
setDcRightsHolder(Set<?>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A person or organization owning or managing rights over the resource.
setDcSources(Set<?>) - Method in interface org.openrdf.concepts.dc.DcResource
A reference to a resource from which the present resource is derived.
setDcSpatials(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Spatial characteristics of the intellectual content of the resource.
setDcSubjects(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.DcResource
The topic of the content of the resource.
setDcTableOfContents(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
A list of subunits of the content of the resource.
setDcTemporals(Set<? extends String>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Temporal characteristics of the intellectual content of the resource.
setDcTitle(String) - Method in interface org.openrdf.concepts.dc.DcResource
A name given to the resource.
setDcTypes(Set<?>) - Method in interface org.openrdf.concepts.dc.DcResource
The nature or genre of the content of the resource.
setDcValids(Set<? extends XMLGregorianCalendar>) - Method in interface org.openrdf.concepts.dc.terms.DctermsResource
Date (often a range) of validity of a resource.
setDelegate(Repository) - Method in class org.openrdf.repository.threadproxy.ThreadProxyRepository
 
setDepth(int) - Method in class org.openrdf.repository.augur.model.AugurNode
 
setDoapAnonRoots(Set<?>) - Method in interface org.openrdf.concepts.doap.Repository
Repository for anonymous access.
setDoapBrowses(Set<?>) - Method in interface org.openrdf.concepts.doap.Repository
Web browser interface to repository.
setDoapBugDatabases(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Bug tracker for a project.
setDoapCategories(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
A category of project.
setDoapCreated(Set<?>) - Method in interface org.openrdf.concepts.doap.DoapResource
Date when something was created, in YYYY-MM-DD form.
setDoapDescription(String) - Method in interface org.openrdf.concepts.doap.DoapResource
Plain text description of a project, of 2-4 sentences in length.
setDoapDevelopers(Set<? extends Person>) - Method in interface org.openrdf.concepts.doap.Project
Developer of software for the project.
setDoapDocumenters(Set<? extends Person>) - Method in interface org.openrdf.concepts.doap.Project
Contributor of documentation to the project.
setDoapDownloadMirrors(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Mirror of software download web page.
setDoapDownloadPages(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Web page from which the project software can be downloaded.
setDoapFileReleases(Set<?>) - Method in interface org.openrdf.concepts.doap.Version
URI of download associated with this release.
setDoapHelpers(Set<? extends Person>) - Method in interface org.openrdf.concepts.doap.Project
Project contributor.
setDoapHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.doap.Project
URL of a project's homepage, associated with exactly one project.
setDoapLicenses(Set<?>) - Method in interface org.openrdf.concepts.doap.DoapResource
The URI of an RDF description of the license the software is distributed under.
setDoapLocations(Set<?>) - Method in interface org.openrdf.concepts.doap.Repository
Location of a repository.
setDoapMailingLists(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Mailing list home page or email address.
setDoapMaintainers(Set<? extends Person>) - Method in interface org.openrdf.concepts.doap.Project
Maintainer of a project, a project leader.
setDoapModules(Set<?>) - Method in interface org.openrdf.concepts.doap.ArchRepositoryOrBKRepositoryOrCVSRepository
Module name of a CVS, BitKeeper or Arch repository.
setDoapNames(Set<?>) - Method in interface org.openrdf.concepts.doap.DoapResource
A name of something.
setDoapOldHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.doap.Project
URL of a project's past homepage, associated with exactly one project.
setDoapOses(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Operating system that a project is limited to.
setDoapProgrammingLanguages(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Programming language a project is implemented in or intended for use with.
setDoapReleases(Set<? extends Version>) - Method in interface org.openrdf.concepts.doap.Project
A project release.
setDoapRepositories(Set<? extends Repository>) - Method in interface org.openrdf.concepts.doap.Project
Source code repository.
setDoapRevisions(Set<?>) - Method in interface org.openrdf.concepts.doap.Version
Revision identifier of a software release.
setDoapScreenshots(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
Web page with screenshots of project.
setDoapShortdescs(Set<?>) - Method in interface org.openrdf.concepts.doap.DoapResource
Short (8 or 9 words) plain text description of a project.
setDoapTesters(Set<? extends Person>) - Method in interface org.openrdf.concepts.doap.Project
A tester or other quality control contributor.
setDoapTranslators(Set<? extends Person>) - Method in interface org.openrdf.concepts.doap.Project
Contributor of translations to the project.
setDoapWikis(Set<?>) - Method in interface org.openrdf.concepts.doap.Project
URL of Wiki for collaborative discussion of project.
setDomainPattern(Pattern) - Method in class org.openrdf.elmo.scutter.Scutter
Sets a pattern (regular expression) for limiting crawling to those URLs that match this pattern.
setDynaClassInfo(DynaClassInfo) - Method in class org.openrdf.elmo.dynabean.DynaClassSupport
 
setElmoClassResolver(ElmoEntityResolver) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setElmoPropertyFactoryClass(Class<? extends ElmoPropertyFactory>) - Method in class org.openrdf.elmo.impl.ElmoMapperClassFactory
 
setFilter(StatementFilter) - Method in interface org.openrdf.elmo.scutter.Retriever
 
setFilter(StatementFilter) - Method in class org.openrdf.elmo.scutter.RetrieverFactory
Set the filter used for determining which statements to add to the repository
setFilter(StatementFilter) - Method in class org.openrdf.elmo.scutter.SimpleRetriever
 
setFirst(Resource) - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
setFirstResult(int) - Method in interface org.openrdf.elmo.ElmoQuery
Skips to the startPosition of the results.
setFirstResult(int) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setFlushMode(FlushModeType) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setFlushMode(FlushModeType) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setFoafAccountNames(Set<?>) - Method in interface org.openrdf.concepts.foaf.OnlineAccount
Indicates the name (identifier) associated with this online account.
setFoafAccountServiceHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.OnlineAccount
Indicates a homepage of the service provide for this online account.
setFoafAimChatIDs(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
An AIM chat ID
setFoafBirthday(Object) - Method in interface org.openrdf.concepts.foaf.Agent
The birthday of this Agent, represented in mm-dd string form, eg.
setFoafCurrentProjects(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
A current project this person works on.
setFoafDepictions(Set<? extends Image>) - Method in interface org.openrdf.concepts.foaf.Agent
A depiction of some thing.
setFoafDepicts(Set<?>) - Method in interface org.openrdf.concepts.foaf.Image
A thing depicted in this representation.
setFoafDnaChecksums(Set<?>) - Method in interface org.openrdf.concepts.foaf.FoafResource
A checksum for the DNA of some thing.
setFoafFamily_names(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
The family_name of some person.
setFoafFirstNames(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
The first name of a person.
setFoafFundedBy(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
An organization funding a project or person.
setFoafGeekcodes(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
A textual geekcode for this person, see http://www.geekcode.com/geek.html
setFoafGender(Object) - Method in interface org.openrdf.concepts.foaf.Agent
The gender of this Agent (typically but not necessarily 'male' or 'female').
setFoafGivennames(Set<?>) - Method in interface org.openrdf.concepts.foaf.FoafResource
The given name of some person.
setFoafHoldsAccount(Set<? extends OnlineAccount>) - Method in interface org.openrdf.concepts.foaf.Agent
Indicates an account held by this agent.
setFoafHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Agent
A homepage for some thing.
setFoafIcqChatIDs(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
An ICQ chat ID
setFoafImgs(Set<? extends Image>) - Method in interface org.openrdf.concepts.foaf.Person
An image that can be used to represent some thing (ie.
setFoafInterests(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Person
A page about a topic of interest to this person.
setFoafJabberIDs(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
A jabber ID for something.
setFoafKnows(Set<? extends Person>) - Method in interface org.openrdf.concepts.foaf.Person
A person known by this person (indicating some level of reciprocated interaction between the parties).
setFoafLogos(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
A logo representing some thing.
setFoafMades(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
Something that was made by this agent.
setFoafMakers(Set<? extends Agent>) - Method in interface org.openrdf.concepts.foaf.Agent
An agent that made this thing.
setFoafMbox_sha1sums(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.
setFoafMboxes(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
A personal mailbox, ie.
setFoafMembers(Set<? extends Agent>) - Method in interface org.openrdf.concepts.foaf.Group
Indicates a member of a Group
setFoafMembershipClasses(Set<? extends Class>) - Method in interface org.openrdf.concepts.foaf.Group
Indicates the class of individuals that are a member of a Group
setFoafMsnChatIDs(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
An MSN chat ID
setFoafMyersBriggs(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
A Myers Briggs (MBTI) personality classification.
setFoafNames(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
A name for some thing.
setFoafNicks(Set<?>) - Method in interface org.openrdf.concepts.foaf.FoafResource
A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).
setFoafOnly(boolean) - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
setFoafPages(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.FoafResource
A page or document about this thing.
setFoafPastProjects(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
A project this person has previously worked on.
setFoafPhones(Set<?>) - Method in interface org.openrdf.concepts.foaf.FoafResource
A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).
setFoafPlans(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
A .plan comment, in the tradition of finger and '.plan' files.
setFoafPrimaryTopic(Object) - Method in interface org.openrdf.concepts.foaf.Document
The primary topic of some page or document.
setFoafPublications(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Person
A link to the publications of this person.
setFoafSchoolHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Person
A homepage of a school attended by the person.
setFoafSha1s(Set<?>) - Method in interface org.openrdf.concepts.foaf.Document
A sha1sum hash, in hex.
setFoafSurnames(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
The surname of some person.
setFoafThemes(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
A theme.
setFoafThumbnails(Set<? extends Image>) - Method in interface org.openrdf.concepts.foaf.Image
A derived thumbnail image.
setFoafTipjars(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Agent
A tipjar document for this agent, describing means for payment and reward.
setFoafTitle(String) - Method in interface org.openrdf.concepts.foaf.FoafResource
Title (Mr, Mrs, Ms, Dr.
setFoafTopic_interests(Set<?>) - Method in interface org.openrdf.concepts.foaf.Person
A thing of interest to this person.
setFoafTopics(Set<?>) - Method in interface org.openrdf.concepts.foaf.Document
A topic of some page or document.
setFoafWeblogs(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Agent
A weblog of some thing (whether person, group, company etc.).
setFoafWorkInfoHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Person
A work info homepage of some person; a page about their work for some organization.
setFoafWorkplaceHomepages(Set<? extends Document>) - Method in interface org.openrdf.concepts.foaf.Person
A workplace homepage of some person; the homepage of an organization they work for.
setFoafYahooChatIDs(Set<?>) - Method in interface org.openrdf.concepts.foaf.Agent
A Yahoo chat ID
setFocused(boolean) - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
setFunctional(URI, boolean) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
setFunctional(URI, boolean) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
setGroovyScriptEngine(GroovyScriptEngine) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
setHint(String, Object) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setImportJarOntologies(boolean) - Method in class org.openrdf.elmo.codegen.OntologyConverter
If the ontologies bundled with the included jars should be imported.
setIncludeInferred(boolean) - Method in class org.openrdf.repository.augur.model.AugurNode
 
setIncludeInferred(boolean) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
if false, no inferred statements are considered; if true, inferred statements are considered if available
setIndexed(URI) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
setIndexed(URI) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
setInferencingEnabled(boolean) - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
setInitData(Resource) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
setInterfaceBehaviourResolver(ImplementationResolver) - Method in class org.openrdf.elmo.impl.ElmoEntityCompositor
 
setJarFileUrls(List<URL>) - Method in class org.openrdf.elmo.base.RoleMapperFactoryBase
 
setLiteralManager(LiteralManager<URI, Literal>) - Method in class org.openrdf.elmo.codegen.OwlGenerator
 
setLiteralManager(LiteralManager<URI, Literal>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setLocale(Locale) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setMapped(URI) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
setMapped(URI) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
setMaxResults(int) - Method in interface org.openrdf.elmo.ElmoQuery
Terminates the result list after reading maxResult
setMaxResults(int) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setMaxThreads(int) - Method in class org.openrdf.elmo.scutter.Scutter
 
setNamespace(String, String) - Method in class org.openrdf.elmo.codegen.OntologyConverter
Set the prefix that should be used for this ontology namespace.
setNamespace(String, String, String) - Method in class org.openrdf.elmo.codegen.OwlGenerator
 
setNamespace(RepositoryConnection, String, String) - Method in class org.openrdf.repository.memento.RepositoryMemento
 
setObjectName(String) - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
setOwlAllValuesFrom(Class) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#allValuesFrom
setOwlBackwardCompatibleWith(Set<? extends Ontology>) - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#backwardCompatibleWith
setOwlCardinality(BigInteger) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#cardinality
setOwlComplementOf(Class) - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#complementOf
setOwlDifferentFrom(Set<? extends Thing>) - Method in interface org.openrdf.concepts.owl.Thing
http://www.w3.org/2002/07/owl#differentFrom
setOwlDisjointWith(Set<? extends Class>) - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#disjointWith
setOwlDistinctMembers(List<? extends Thing>) - Method in interface org.openrdf.concepts.owl.AllDifferent
http://www.w3.org/2002/07/owl#distinctMembers
setOwlEquivalentClasses(Set<? extends Class>) - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#equivalentClass
setOwlEquivalentProperties(Set<? extends Property>) - Method in interface org.openrdf.concepts.owl.OwlProperty
http://www.w3.org/2002/07/owl#equivalentProperty
setOwlHasValue(Object) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#hasValue
setOwlImports(Set<? extends Ontology>) - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#imports
setOwlIncompatibleWith(Set<? extends Ontology>) - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#incompatibleWith
setOwlIntersectionOf(List<? extends Class>) - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#intersectionOf
setOwlInverseOf(Set<? extends ObjectProperty>) - Method in interface org.openrdf.concepts.owl.ObjectProperty
http://www.w3.org/2002/07/owl#inverseOf
setOwlMaxCardinality(BigInteger) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#maxCardinality
setOwlMinCardinality(BigInteger) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#minCardinality
setOwlOneOf(List<?>) - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#oneOf
setOwlOnProperty(OwlProperty) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#onProperty
setOwlPriorVersion(Set<? extends Ontology>) - Method in interface org.openrdf.concepts.owl.Ontology
http://www.w3.org/2002/07/owl#priorVersion
setOwlSameAs(Set<? extends Thing>) - Method in interface org.openrdf.concepts.owl.Thing
http://www.w3.org/2002/07/owl#sameAs
setOwlsDescribedBy(ServiceModel) - Method in interface org.openrdf.concepts.owls.service.Service
http://www.daml.org/services/owl-s/1.1/Service.owl#describedBy
setOwlsDescribes(Set<? extends Service>) - Method in interface org.openrdf.concepts.owls.service.ServiceModel
There are no cardinality restrictions on this property.
setOwlsFirst(Object) - Method in interface org.openrdf.concepts.owls.objectlist.List
The first item in the subject RDF list.
setOwlsIsDescribedBy(Set<?>) - Method in interface org.openrdf.concepts.owls.service.ServiceResource
deprecated form
setOwlsIsPresentedBy(Set<?>) - Method in interface org.openrdf.concepts.owls.service.ServiceResource
deprecated form
setOwlsIsSupportedBy(Set<?>) - Method in interface org.openrdf.concepts.owls.service.ServiceResource
deprecated form
setOwlSomeValuesFrom(Class) - Method in interface org.openrdf.concepts.owl.Restriction
http://www.w3.org/2002/07/owl#someValuesFrom
setOwlsPresentedBy(Set<? extends Service>) - Method in interface org.openrdf.concepts.owls.service.ServiceProfile
There are no cardinality restrictions on this property.
setOwlsPresents(Set<? extends ServiceProfile>) - Method in interface org.openrdf.concepts.owls.service.Service
There are no cardinality restrictions on this property.
setOwlsProvidedBy(Set<?>) - Method in interface org.openrdf.concepts.owls.service.Service
http://www.daml.org/services/owl-s/1.1/Service.owl#providedBy
setOwlsProvides(Set<? extends Service>) - Method in interface org.openrdf.concepts.owls.service.ServiceResource
OWL-S is completely agnostic at present about what kind of thing provides a service (hence, no domain declared here).
setOwlsRest(Object) - Method in interface org.openrdf.concepts.owls.objectlist.List
The rest of the subject RDF list after the first item.
setOwlsSupportedBy(Service) - Method in interface org.openrdf.concepts.owls.service.ServiceGrounding
http://www.daml.org/services/owl-s/1.1/Service.owl#supportedBy
setOwlsSupports(Set<? extends ServiceGrounding>) - Method in interface org.openrdf.concepts.owls.service.Service
http://www.daml.org/services/owl-s/1.1/Service.owl#supports
setOwlUnionOf(List<? extends Class>) - Method in interface org.openrdf.concepts.owl.Class
http://www.w3.org/2002/07/owl#unionOf
setOwlVersionInfo(Set<?>) - Method in interface org.openrdf.concepts.owl.Thing
http://www.w3.org/2002/07/owl#versionInfo
setParameter(String, String, Locale) - Method in interface org.openrdf.elmo.ElmoQuery
Binds a literal with no type and a language of locale.
setParameter(String, Object) - Method in interface org.openrdf.elmo.ElmoQuery
Assigns an entity or literal to the given name.
setParameter(String, String, Locale) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameter(String, Object) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameter(String, Date, TemporalType) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameter(int, Object) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameter(int, Date, TemporalType) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setParameters(Object[]) - Method in interface javax.interceptor.InvocationContext
 
setParameters(Object[]) - Method in class org.openrdf.elmo.impl.InvocationContextImpl
 
setProperty(Map, Object, Object, Object) - Method in class org.openrdf.elmo.tapestry.DynaBeanPropertyAccessor
 
setPropertyDescriptor(PropertyDescriptor) - Method in interface org.openrdf.elmo.ElmoPropertyFactory
Associates this factory with a given property.
setPropertyDescriptor(PropertyDescriptor) - Method in class org.openrdf.elmo.sesame.InferencingPropertyFactory
 
setPropertyDescriptor(PropertyDescriptor) - Method in class org.openrdf.elmo.sesame.SesamePropertyFactory
 
setPropertyNamesPrefix(String) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
setPropertyNamesPrefix(String) - Method in class org.openrdf.elmo.codegen.OntologyConverter
The property names prefix or null for default prefix.
setQName(String, QName) - Method in interface org.openrdf.elmo.ElmoQuery
Assigns entity by name to the given parameter name.
setQName(String, QName) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setQueryLanguage(QueryLanguage) - Method in class org.openrdf.elmo.sesame.SesameManagerFactory
 
setQueryLanguage(QueryLanguage) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
 
setQueryLanguageName(String) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
setQueueFile(File) - Method in class org.openrdf.elmo.scutter.Scutter
 
setRdfFirst(E) - Method in interface org.openrdf.concepts.rdf.List
The first item in the subject RDF list.
setRDFHandler(RDFHandler) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
setRdfObject(Object) - Method in interface org.openrdf.concepts.rdf.Statement
The object of the subject RDF statement.
setRdfPredicate(Object) - Method in interface org.openrdf.concepts.rdf.Statement
The predicate of the subject RDF statement.
setRdfRest(List<E>) - Method in interface org.openrdf.concepts.rdf.List
The rest of the subject RDF list after the first item.
setRdfsComment(String) - Method in interface org.openrdf.concepts.rdfs.Resource
A description of the subject resource.
setRdfsDomains(Set<? extends Class>) - Method in interface org.openrdf.concepts.rdf.Property
A domain of the subject property.
setRdfsIsDefinedBy(Set<?>) - Method in interface org.openrdf.concepts.rdfs.Resource
The defininition of the subject resource.
setRdfsLabel(String) - Method in interface org.openrdf.concepts.rdfs.Resource
A human-readable name for the subject.
setRdfsMembers(Set<?>) - Method in interface org.openrdf.concepts.rdfs.Resource
A member of the subject resource.
setRdfsRanges(Set<? extends Class>) - Method in interface org.openrdf.concepts.rdf.Property
A range of the subject property.
setRdfsSeeAlso(Set<?>) - Method in interface org.openrdf.concepts.rdfs.Resource
Further information about the subject resource.
setRdfsSubClassOf(Set<? extends Class>) - Method in interface org.openrdf.concepts.rdfs.Class
The subject is a subclass of a class.
setRdfsSubPropertyOf(Set<? extends Property>) - Method in interface org.openrdf.concepts.rdf.Property
The subject is a subproperty of a property.
setRdfSubject(Object) - Method in interface org.openrdf.concepts.rdf.Statement
The subject of the subject RDF statement.
setRdfTypeFactory(RdfTypeFactory<URI>) - Method in class org.openrdf.elmo.rolemapper.ComplexMapper
 
setRdfTypeFactory(RdfTypeFactory<URI>) - Method in class org.openrdf.elmo.rolemapper.HierarchicalRoleMapper
 
setRdfTypeFactory(RdfTypeFactory<URI>) - Method in class org.openrdf.elmo.rolemapper.RoleMapperImpl
 
setRdfTypeFactory(RdfTypeFactory<URI>) - Method in interface org.openrdf.elmo.RoleMapper
 
setRdfTypeFactory(RdfTypeFactory<URI>) - Method in class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
setRdfTypes(Set<? extends Class>) - Method in interface org.openrdf.concepts.rdfs.Resource
The subject is an instance of a class.
setRdfTypes(URI, List<URI>) - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
setRdfTypes(URI, List<URI>) - Method in interface org.openrdf.elmo.dynabean.helpers.OntologyDigester
 
setRdfValues(Set<?>) - Method in interface org.openrdf.concepts.rdfs.Resource
Idiomatic property used for structured values.
setReadContexts(Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The context(s) to get the data from.
setRemoveContexts(Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
The context(s) to remove the data from.
setRepository(Repository) - Method in class org.openrdf.elmo.codegen.CodeGenerator
 
setRepository(Repository) - Method in class org.openrdf.elmo.codegen.OwlNormalizer
 
setRepository(Repository) - Method in interface org.openrdf.elmo.scutter.Retriever
 
setRepository(Repository) - Method in class org.openrdf.elmo.scutter.SimpleRetriever
 
setRepository(Repository) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
setRepositoryId(String) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
setResourceManager(ResourceManager<Resource>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setRoleMapper(RoleMapper<URI>) - Method in class org.openrdf.elmo.rolemapper.RoleClassLoader
 
setRoleMapper(RoleMapper<URI>) - Method in class org.openrdf.elmo.sesame.SesameManager
 
setRoleMapper(RoleMapper<URI>) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
setRoles(Collection<Class<?>>) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
Registers all the given roles with their default subject type.
setRollbackOnly() - Method in class org.openrdf.elmo.sesame.SesameTransaction
 
setRssDescription(String) - Method in interface org.openrdf.concepts.rss.RssResource
Description.
setRssImage(Image) - Method in interface org.openrdf.concepts.rss.Channel
 
setRssItems(Seq<Item>) - Method in interface org.openrdf.concepts.rss.Channel
Items.
setRssLinks(Set<? extends String>) - Method in interface org.openrdf.concepts.rss.RssResource
Link.
setRssName(String) - Method in interface org.openrdf.concepts.rss.Textinput
Name.
setRssTextinputs(Set<? extends Textinput>) - Method in interface org.openrdf.concepts.rss.Channel
 
setRssTitle(String) - Method in interface org.openrdf.concepts.rss.RssResource
Title.
setRssUrl(String) - Method in interface org.openrdf.concepts.rss.Image
URL.
setScutter(Scutter) - Method in interface org.openrdf.elmo.scutter.Retriever
 
setScutter(Scutter) - Method in class org.openrdf.elmo.scutter.SimpleRetriever
 
setSecond(Resource) - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
setSingle(E) - Method in interface org.openrdf.elmo.ElmoProperty
Replace all values with this value
setSingle(E) - Method in class org.openrdf.elmo.impl.UnmodifiableElmoProperty
 
setSingle(String) - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
setSingle(E) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
setSizeLimit(int) - Method in class org.openrdf.elmo.scutter.Scutter
Set the size limit for files to be loaded
setSkosAltLabels(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept.
setSkosAltSymbols(Set<? extends Image>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#altSymbol
setSkosBroaderGenerics(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Class
Deprecated. 
setSkosBroaderGenerics(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'broader' property to specify the class subsumption (sub-class/super-class) relationship between two concepts.
setSkosBroaderInstantives(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosBroaderInstantives(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'skos:broader' property to specify an instantiation (instance of) relationship between two concepts.
setSkosBroaderPartitives(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosBroaderPartitives(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'broader' property to specify a partitive (part of) relationship between two concepts.
setSkosBroaders(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Concept
Broader concepts are typically rendered as parents in a concept hierarchy (tree).
setSkosBroadMatchs(Set<?>) - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-broad-match concept B' then the set of resources properly indexed against concept A is a subset of the set of resources properly indexed against concept B.
setSkosChangeNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#changeNote
setSkosDefinitions(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#definition
setSkosEditorialNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#editorialNote
setSkosExactMatchs(Set<?>) - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If two concepts are an 'exact-match' then the set of resources properly indexed against the first concept is identical to the set of resources properly indexed against the second.
setSkosExamples(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#example
setSkosExternalIDs(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Concept
Deprecated. 
setSkosHasTopConcepts(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.ConceptScheme
http://www.w3.org/2004/02/skos/core#hasTopConcept
setSkosHiddenLabels(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#hiddenLabel
setSkosHistoryNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#historyNote
setSkosInSchemes(Set<? extends ConceptScheme>) - Method in interface org.openrdf.concepts.skos.core.Concept
A concept may be a member of more than one concept scheme.
setSkosIsPrimarySubjectOfs(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Concept
http://www.w3.org/2004/02/skos/core#isPrimarySubjectOf
setSkosIsSubjectOfs(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Concept
http://www.w3.org/2004/02/skos/core#isSubjectOf
setSkosMajorMatchs(Set<?>) - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-major-match concept B' then the set of resources properly indexed against concept A shares more than 50% of its members with the set of resources properly indexed against concept B.
setSkosMappingRelations(Set<?>) - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
The super-property of all properties expressing information about how to create mappings between concepts frmo different conceptual schemes.
setSkosMemberLists(Set<? extends List>) - Method in interface org.openrdf.concepts.skos.core.OrderedCollection
The following rule applies for this property: [(?c skos:memberList ?l) elementOfList(?e,?l) implies (?c skos:member ?e)]
setSkosMembers(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Collection
http://www.w3.org/2004/02/skos/core#member
setSkosMinorMatchs(Set<?>) - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-minor-match concept B' then the set of resources properly indexed against concept A shares less than 50% but greater than 0 of its members with the set of resources properly indexed against concept B.
setSkosNarrowerGenerics(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosNarrowerGenerics(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'broaderGeneric' property.
setSkosNarrowerInstantives(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosNarrowerInstantives(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'broaderInstantive' property.
setSkosNarrowerPartitives(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosNarrowerPartitives(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'broaderPartitive' property.
setSkosNarrowers(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Concept
Narrower concepts are typically rendered as children in a concept hierarchy (tree).
setSkosNarrowMatchs(Set<?>) - Method in interface org.openrdf.concepts.skos.mapping.MappingResource
If 'concept A has-narrow-match concept B' then the set of resources properly indexed against concept A is a superset of the set of resources properly indexed against concept B.
setSkosNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
This property may be used directly, or as a super-property for more specific note types.
setSkosPrefLabels(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
No two concepts in the same concept scheme may have the same value for skos:prefLabel in a given language.
setSkosPrefSymbols(Set<? extends Image>) - Method in interface org.openrdf.concepts.skos.core.Resource
No two concepts in the same concept scheme may have the same value for skos:prefSymbol.
setSkosPrimarySubjects(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Resource
A resource may have only one primary subject per concept scheme.
setSkosPrivateNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosPublicNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosRelated(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Concept
http://www.w3.org/2004/02/skos/core#related
setSkosRelated(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#related
setSkosRelatedHasParts(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosRelatedHasParts(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
This property is the inverse of the 'relatedPartOf' property.
setSkosRelatedHasParts(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsResource
This property is the inverse of the 'relatedPartOf' property.
setSkosRelatedPartOfs(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
Deprecated. 
setSkosRelatedPartOfs(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsConcept
An extension of the 'related' property.
setSkosRelatedPartOfs(Set<?>) - Method in interface org.openrdf.concepts.skos.extensions.ExtensionsResource
An extension of the 'related' property.
setSkosScopeNotes(Set<?>) - Method in interface org.openrdf.concepts.skos.core.Resource
http://www.w3.org/2004/02/skos/core#scopeNote
setSkosSemanticRelations(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Concept
This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.
setSkosSubjectIndicators(Set<? extends Document>) - Method in interface org.openrdf.concepts.skos.core.Concept
This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.
setSkosSubjects(Set<? extends Concept>) - Method in interface org.openrdf.concepts.skos.core.Resource
The following rule may be applied for this property: [(?d skos:subject ?x)(?x skos:broader ?y) implies (?d skos:subject ?y)]
setSkosSymbols(Set<? extends Image>) - Method in interface org.openrdf.concepts.skos.core.Resource
This property is roughly analagous to rdfs:label, but for labelling resources with images that have retrievable representations, rather than RDF literals.
setStatementPattern(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
setStoreMetadata(boolean) - Method in class org.openrdf.elmo.scutter.Scutter
Set whether the scutter should produce metadata.
setSubjectName(String) - Method in class org.openrdf.repository.augur.model.AugurStatementNode
 
setSwrlArgs(Integer) - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#args
setSwrlArgument1(AtomList) - Method in interface org.openrdf.concepts.swrl.Atom
http://www.w3.org/2003/11/swrl#argument1
setSwrlArgument2(AtomList) - Method in interface org.openrdf.concepts.swrl.Atom
http://www.w3.org/2003/11/swrl#argument2
setSwrlArguments(List) - Method in interface org.openrdf.concepts.swrl.BuiltinAtom
http://www.w3.org/2003/11/swrl#arguments
setSwrlBody(AtomList) - Method in interface org.openrdf.concepts.swrl.Imp
rule body (antecedent): List of Atom
setSwrlBuiltin(Builtin) - Method in interface org.openrdf.concepts.swrl.BuiltinAtom
http://www.w3.org/2003/11/swrl#builtin
setSwrlClassPredicate(Class) - Method in interface org.openrdf.concepts.swrl.ClassAtom
http://www.w3.org/2003/11/swrl#classPredicate
setSwrlDataRange(DataRange) - Method in interface org.openrdf.concepts.swrl.DataRangeAtom
http://www.w3.org/2003/11/swrl#dataRange
setSwrlHead(AtomList) - Method in interface org.openrdf.concepts.swrl.Imp
rule head (consequent): List of Atom
setSwrlJavaBuiltinEvaluator(String) - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#javaBuiltinEvaluator
setSwrlMaxArgs(Integer) - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#maxArgs
setSwrlMinArgs(Integer) - Method in interface org.openrdf.concepts.swrl.Builtin
http://www.w3.org/2003/11/swrl#minArgs
setSwrlPropertyPredicate(ObjectProperty) - Method in interface org.openrdf.concepts.swrl.IndividualPropertyAtom
http://www.w3.org/2003/11/swrl#propertyPredicate
setTarget(Repository) - Method in class org.openrdf.elmo.scutter.RetrieverFactory
 
setThreadEventNotifier(ThreadEventNotifier) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
setThreadLocale(ThreadLocale) - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
setThreshold(int) - Method in class org.openrdf.elmo.smusher.listener.SameAsListener
 
setTraget(File) - Method in class org.openrdf.elmo.dynacode.ClassFactory
Causes all created Java Classes to be saved into this directory.
setTupleExpr(TupleExpr) - Method in class org.openrdf.repository.augur.model.AugurNode
 
setType(String, Class<?>) - Method in interface org.openrdf.elmo.ElmoQuery
Assigns a concept to the given name.
setType(String, Class<?>) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setUrl(URL) - Method in interface org.openrdf.elmo.scutter.Retriever
 
setUrl(URL) - Method in class org.openrdf.elmo.scutter.SimpleRetriever
 
setValue(String, Value) - Method in class org.openrdf.elmo.sesame.SesameQuery
 
setValueFactory(ValueFactory) - Method in class org.openrdf.elmo.sesame.SesameResourceManager
 
setValueFactory(ValueFactory) - Method in class org.openrdf.query.parser.serqo.SeRQOBuilder
 
setVersion(String) - Method in class org.openrdf.elmo.codegen.JavaCompiler
 
setVocGeneralizationOf(Set<? extends Term>) - Method in interface org.openrdf.concepts.voc.Term
The subject term is a generalization of the object term.
setVocPartOf(Set<? extends Vocabulary>) - Method in interface org.openrdf.concepts.voc.Term
A vocabulary to which a term or subvocabulary belongs.
setVocPartOf(Set<? extends Vocabulary>) - Method in interface org.openrdf.concepts.voc.Vocabulary
A vocabulary to which a term or subvocabulary belongs.
setVocSpecializationOf(Set<? extends Term>) - Method in interface org.openrdf.concepts.voc.Term
The subject term is a specialization of the object term.
setVocTerms(Set<? extends Term>) - Method in interface org.openrdf.concepts.voc.Vocabulary
A term belonging to a vocabulary.
setVocVocabularies(Set<? extends Vocabulary>) - Method in interface org.openrdf.concepts.voc.VocResource
Relates a vocabulary to a resource.
setWebRepresentation(Set<? extends Representation>) - Method in interface org.openrdf.concepts.webarch.WebarchResource
A representation of a resource.
setWebRepresentationOf(Set<?>) - Method in interface org.openrdf.concepts.webarch.Representation
A resource for which the subject is a representation of the object.
setWebResolvesAs(Set<?>) - Method in interface org.openrdf.concepts.webarch.WebarchResource
Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource.
setWebServer(Set<? extends Server>) - Method in interface org.openrdf.concepts.webarch.WebarchResource
The Web Server.
setWebService(Set<? extends Service>) - Method in interface org.openrdf.concepts.webarch.WebarchResource
A Web Service interface.
setWebSite(Set<? extends Site>) - Method in interface org.openrdf.concepts.webarch.WebarchResource
A Web Site.
ShortMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
ShortMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.ShortMarshall
 
shutDown() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameRepository
 
shutDown() - Method in class org.openrdf.repository.loader.LoaderRepository
 
SIMILARITY_THRESHOLD - Static variable in class org.openrdf.elmo.smusher.Util
 
SimpleRetriever - Class in org.openrdf.elmo.scutter
A SimpleRetriever is instantiated by the Scutter class for every URL to be visited.
SimpleRetriever(URL, Repository, Scutter) - Constructor for class org.openrdf.elmo.scutter.SimpleRetriever
 
SimpleRoleMapper<URI> - Class in org.openrdf.elmo.rolemapper
Tracks recorded roles and maps them to their subject type.
SimpleRoleMapper() - Constructor for class org.openrdf.elmo.rolemapper.SimpleRoleMapper
 
SINGLETONSET - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
Site - Interface in org.openrdf.concepts.webarch
A web site.
size() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
size() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
size() - Method in class org.openrdf.elmo.sesame.behaviours.SesameList
 
size() - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
size() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
size() - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
Returns the number of (explicit) statements that are in the specified contexts in this repository.
size(Resource...) - Method in class org.openrdf.repository.flushable.FlushableConnection
 
SLICE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
smush(SesameManager) - Method in class org.openrdf.elmo.smusher.AbstractSmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.AbstractSmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.ComparatorSmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.EmailSmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.FixedQuerySmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.IterativeSmusher
 
smush(SesameManager, SesameManager) - Method in class org.openrdf.elmo.smusher.NameSmusher
 
smush(Repository, Writer) - Static method in class org.openrdf.elmo.smusher.servlet.SmusherServlet
 
smush(SesameManager) - Method in interface org.openrdf.elmo.smusher.Smusher
 
smush(SesameManager, SesameManager) - Method in interface org.openrdf.elmo.smusher.Smusher
 
Smusher - Interface in org.openrdf.elmo.smusher
Interface for smushers.
SmusherListener - Interface in org.openrdf.elmo.smusher.listener
Interface for classes that need to be notified by the Smusher
SmusherServlet - Class in org.openrdf.elmo.smusher.servlet
Web interface to the Elmo smusher.
SmusherServlet() - Constructor for class org.openrdf.elmo.smusher.servlet.SmusherServlet
 
Software - Interface in org.openrdf.concepts.dc.type
Software is a computer program in source or compiled form which may be available for installation non-transiently on another machine.
Sound - Interface in org.openrdf.concepts.dc.type
A sound is a resource whose content is primarily intended to be rendered as audio.
SOURCE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/source
SourceCodeHandler - Interface in org.openrdf.elmo.codegen
Used by CodeGenerator to save the generated source code.
SOURCENAME - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
SourceScheme - Interface in org.openrdf.concepts.dc.terms
A set of source encoding schemes and/or formats
SPARQLRepository - Class in org.openrdf.repository.sparql
Sesame repository for a SPARQL end-point.
SPARQLRepository(String) - Constructor for class org.openrdf.repository.sparql.SPARQLRepository
 
SpatialScheme - Interface in org.openrdf.concepts.dc.terms
A set of geographic place encoding schemes and/or formats
SqlDateMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
SqlDateMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.SqlDateMarshall
 
SqlTimeMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
SqlTimeMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.SqlTimeMarshall
 
SqlTimestampMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
SqlTimestampMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.SqlTimestampMarshall
 
start() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener
 
start() - Method in class org.openrdf.elmo.smusher.listener.CounterListener
 
start() - Method in class org.openrdf.elmo.smusher.listener.LogListener
 
start() - Method in class org.openrdf.elmo.smusher.listener.SameAsListener
 
start() - Method in interface org.openrdf.elmo.smusher.listener.SmusherListener
 
startRDF() - Method in class org.openrdf.query.parser.serqo.SeRQOHandler
 
startRDF() - Method in class org.openrdf.rio.helpers.OrganizedRDFWriter
 
startRDF() - Method in class org.openrdf.rio.owl.OntologyWriter
 
startRDF() - Method in class org.openrdf.rio.rss.RssWriter
 
Statement - Interface in org.openrdf.concepts.rdf
The class of RDF statements.
StatementFilter - Interface in org.openrdf.elmo.scutter
Interface for classes that perform filtering on the statements collected by the Scutter.
STATEMENTPATTERN - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
staticInvoke(Method, Object...) - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
StillImage - Interface in org.openrdf.concepts.dc.type
A static visual representation.
stop() - Method in class org.openrdf.elmo.scutter.Scutter
Stop the scutter.
STOP_TIME - Static variable in class org.openrdf.elmo.scutter.Scutter
Time to wait for Scutter to finish after stopped (in sec).
STR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
stringValue() - Method in class org.openrdf.repository.augur.model.AResource
 
SUBJECT - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/subject
SubjectScheme - Interface in org.openrdf.concepts.dc.terms
A set of subject encoding schemes and/or formats
SUBJECTVAR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
subList(int, int) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
SUBQUERY - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
SVNRepository - Interface in org.openrdf.concepts.doap
Subversion source code repository.
SymmetricProperty - Interface in org.openrdf.concepts.owl
 

T

TARGETNAME - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
TemporalScheme - Interface in org.openrdf.concepts.dc.terms
A set of encoding schemes for the coverage qualifier "temporal"
Term - Interface in org.openrdf.concepts.voc
A vocbulary term is a member of a vocabulary.
Text - Interface in org.openrdf.concepts.dc.type
A text is a resource whose content is primarily words for reading.
Textinput - Interface in org.openrdf.concepts.rss
Text Input.
TEXTINPUT - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/textinput
TGN - Interface in org.openrdf.concepts.dc.terms
The Getty Thesaurus of Geographic Names
Thing - Interface in org.openrdf.concepts.owl
 
threadDidCleanup() - Method in class org.openrdf.elmo.tapestry.HiveMindSesameManager
 
ThreadProxyRepository - Class in org.openrdf.repository.threadproxy
Repository that uses a Connection Proxy, redirecting to a Thread specific Connection.
ThreadProxyRepository() - Constructor for class org.openrdf.repository.threadproxy.ThreadProxyRepository
 
ThreadProxyRepository(Repository) - Constructor for class org.openrdf.repository.threadproxy.ThreadProxyRepository
 
ThreadProxyRepositoryConnection - Class in org.openrdf.repository.threadproxy
RepositoryConnection that proxies the method calls to a thread local delegate connection.
ThreadProxyRepositoryConnection(ThreadProxyRepository) - Constructor for class org.openrdf.repository.threadproxy.ThreadProxyRepositoryConnection
 
ThreadProxyRepositoryFactory - Class in org.openrdf.repository.threadproxy
 
ThreadProxyRepositoryFactory() - Constructor for class org.openrdf.repository.threadproxy.ThreadProxyRepositoryFactory
 
TITLE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/title
TITLE - Static variable in class org.openrdf.model.vocabulary.RSS
http://purl.org/rss/1.0/title
toArray() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
toArray(T[]) - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
toArray() - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
toArray(T[]) - Method in class org.openrdf.elmo.sesame.LocalizedSesameProperty
 
toArray() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
toArray(T[]) - Method in class org.openrdf.elmo.sesame.SesameProperty
 
TopConcept - Interface in org.openrdf.concepts.skos.core
Deprecated. 
toString() - Method in class org.openrdf.concepts.rdfs.Literal
 
toString() - Method in class org.openrdf.elmo.dynabean.helpers.DynaClassInfo
 
toString() - Method in class org.openrdf.elmo.dynacode.ClassTemplate
 
toString() - Method in class org.openrdf.elmo.dynacode.CodeBuilder
 
toString() - Method in class org.openrdf.elmo.ElmoModule.Association
 
toString() - Method in class org.openrdf.elmo.ElmoModule
 
toString() - Method in class org.openrdf.elmo.impl.MethodFactory
 
toString() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainer
 
toString() - Method in class org.openrdf.elmo.sesame.behaviours.SesameContainerDisabler
 
toString() - Method in class org.openrdf.elmo.sesame.behaviours.SesameList
 
toString() - Method in class org.openrdf.elmo.sesame.helpers.PropertyChanger
 
toString() - Method in class org.openrdf.elmo.sesame.SesameEntitySupport
 
toString() - Method in class org.openrdf.elmo.sesame.SesameProperty
 
toString() - Method in class org.openrdf.elmo.sesame.SesameQuery
 
toString() - Method in class org.openrdf.elmo.smusher.listener.CollectorListener.Pair
 
toString() - Method in class org.openrdf.repository.augur.model.AResource
 
TransitiveProperty - Interface in org.openrdf.concepts.owl
 
TransitivitySmusher - Class in org.openrdf.elmo.smusher
This smusher computes the transitive closure of a given predicate (by default owl:sameAs).
TransitivitySmusher() - Constructor for class org.openrdf.elmo.smusher.TransitivitySmusher
 
TransitivitySmusher(URI) - Constructor for class org.openrdf.elmo.smusher.TransitivitySmusher
 
TUPLEEXPR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
TUPLEQUERY - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
TYPE - Static variable in class org.openrdf.model.vocabulary.DC
http://purl.org/dc/elements/1.1/type
TypeMapper<URI> - Class in org.openrdf.elmo.rolemapper
Tracks recorded roles and maps them to their subject type.
TypeMapper() - Constructor for class org.openrdf.elmo.rolemapper.TypeMapper
 
TypeScheme - Interface in org.openrdf.concepts.dc.terms
A set of resource type encoding schemes and/or formats

U

UDC - Interface in org.openrdf.concepts.dc.terms
Universal Decimal Classification
undo(RepositoryConnection) - Method in class org.openrdf.elmo.sesame.SesameMemento
 
undo(RepositoryConnection) - Method in class org.openrdf.repository.memento.RepositoryMemento
After this object has recorded changes to a connection, it can be reverted with this method.
undoMemento(Memento) - Method in interface org.openrdf.elmo.ElmoManager
Rolls-back any changes made after this memento object was created.
undoMemento(Memento) - Method in class org.openrdf.elmo.sesame.SesameManager
 
UNION - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
UnmodifiableElmoProperty<E> - Class in org.openrdf.elmo.impl
ElmoProperty used when only a getter method exists for the Bean property.
UnmodifiableElmoProperty(ElmoProperty<E>) - Constructor for class org.openrdf.elmo.impl.UnmodifiableElmoProperty
 
URI - Interface in org.openrdf.concepts.dc.terms
A URI Uniform Resource Identifier
URI - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
Util - Class in org.openrdf.elmo.scutter
 
Util() - Constructor for class org.openrdf.elmo.scutter.Util
 
Util - Class in org.openrdf.elmo.smusher
 
Util() - Constructor for class org.openrdf.elmo.smusher.Util
 

V

VALUE - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
VALUECONSTANT - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
valueOf(String) - Static method in class org.openrdf.concepts.rdfs.Literal
 
ValueOfMarshall<T> - Class in org.openrdf.elmo.sesame.converters.impl
 
ValueOfMarshall(ValueFactory, Class<T>) - Constructor for class org.openrdf.elmo.sesame.converters.impl.ValueOfMarshall
 
VAR - Static variable in class org.openrdf.query.parser.serqo.SeRQO
 
Variable - Interface in org.openrdf.concepts.swrl
indicate that a URI is being used as a variable
Version - Interface in org.openrdf.concepts.doap
Version information of a project release.
VersioningConnection - Class in org.openrdf.repository.delegate
Counts the number of times the repository is modified through this connection.
VersioningConnection(Repository, RepositoryConnection, int) - Constructor for class org.openrdf.repository.delegate.VersioningConnection
 
Vocabulary - Interface in org.openrdf.concepts.voc
A vocabulary is a set of terms.
VocResource - Interface in org.openrdf.concepts.voc
 

W

W3CDTF - Interface in org.openrdf.concepts.dc.terms
W3C Encoding rules for dates and times - a profile based on ISO 8601
WebarchResource - Interface in org.openrdf.concepts.webarch
 
WebResource - Interface in org.openrdf.concepts.webarch
A resource which has one or more web accessible representations (taking access rights and potential system failure into account).

X

XMLGregorianCalendarMarshall - Class in org.openrdf.elmo.sesame.converters.impl
 
XMLGregorianCalendarMarshall(ValueFactory) - Constructor for class org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
 

_

_count - Variable in class org.openrdf.elmo.smusher.listener.CounterListener
 
_filter - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_handler - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_lastCount - Variable in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
_lastCount - Variable in class org.openrdf.elmo.smusher.IterativeSmusher
 
_listeners - Variable in class org.openrdf.elmo.smusher.AbstractSmusher
 
_logger - Static variable in class org.openrdf.elmo.scutter.FoafRetriever
 
_logger - Static variable in class org.openrdf.elmo.scutter.RetrieverFactory
 
_logger - Static variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_logger - Static variable in class org.openrdf.elmo.scutter.Util
 
_logger - Static variable in class org.openrdf.elmo.smusher.EmailSmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.FixedQuerySmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.IFPSmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.IterativeSmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.listener.SameAsListener
 
_logger - Static variable in class org.openrdf.elmo.smusher.NameSmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.TransitivitySmusher
 
_logger - Static variable in class org.openrdf.elmo.smusher.Util
 
_manager - Variable in class org.openrdf.elmo.smusher.listener.PersonLogListener
 
_matches - Variable in class org.openrdf.elmo.smusher.listener.CollectorListener
 
_ok - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_out - Variable in class org.openrdf.elmo.smusher.listener.LogListener
 
_parser - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_property - Variable in class org.openrdf.elmo.smusher.TransitivitySmusher
 
_query - Variable in class org.openrdf.elmo.smusher.FixedQuerySmusher
 
_repository - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_scutter - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 
_smushers - Variable in class org.openrdf.elmo.smusher.FastIterativeSmusher
 
_smushers - Variable in class org.openrdf.elmo.smusher.IterativeSmusher
 
_url - Variable in class org.openrdf.elmo.scutter.SimpleRetriever
 

A B C D E F G H I J L M N O P Q R S T U V W X _

Copyright © 2004-2008 Aduna. All Rights Reserved.