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

A

ADAPTIVE_MODE - Static variable in class org.openrdf.sesame.omm.SessionContext
 
ADD - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Right
permissions to add new items in the repository
ADDED_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
addedTriples table, used during a transaction to store the explicitly added triples.
ADMIN - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Right
permissions to view and manage the security information in the repository
ALL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ALL - Static variable in class org.openrdf.util.log.ThreadLog
 
ALLDIFFERENT - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDifferent
ALLVALUESFROM - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#allValuesFrom
ALL_INFERRED_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
allInferred table, used during a transaction by the RDF-MT inferencer.
ALL_NEW_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
allNewTriples table, used during a transaction to store all statements (both explicit and inferred) that have been added.
ALPHA - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
ALPHA - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
ALPHA - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ALT - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
AMP - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
AND - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
AND - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ANNOTATIONPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#AnnotationProperty
ANONYMOUS - Static variable in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
a login and full name of the annonymous user
ANONYMOUS_LOGIN - Static variable in class org.openrdf.sesame.config.ui.AccessControlTableModel
Anonymous login
ANY - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ANYURI - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#anyURI
AS - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ASCIIUtil - class org.openrdf.util.ASCIIUtil.
Utility methods for ASCII character checking.
ASCIIUtil() - Constructor for class org.openrdf.util.ASCIIUtil
 
ASTERISK - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
AbbreviatedRdfXmlWriter - class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter.
An extension of RdfXmlWriter that outputs a more concise form of RDF/XML.
AbbreviatedRdfXmlWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied OutputStream.
AbbreviatedRdfXmlWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied Writer.
AboutDialog - class org.openrdf.sesame.config.ui.AboutDialog.
About JDialog of SystemConfigFrame
AboutDialog(Frame) - Constructor for class org.openrdf.sesame.config.ui.AboutDialog
Creates a new AboutDialog with the supplied owner
AccessControlTable - class org.openrdf.sesame.config.ui.AccessControlTable.
Access control XTable of RepositoryTab
AccessControlTable(String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.AccessControlTable
Creates a new AccessControlTable with the supplied repository id and SystemConfig
AccessControlTableModel - class org.openrdf.sesame.config.ui.AccessControlTableModel.
Access control XTableModel for AccessControlTable
AccessControlTableModel(String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.AccessControlTableModel
Creates a new AccessControlTableModel with the supplied repository id and SystemConfig.
AccessDeniedException - exception org.openrdf.sesame.config.AccessDeniedException.
 
AccessDeniedException() - Constructor for class org.openrdf.sesame.config.AccessDeniedException
 
AccessDeniedException(String) - Constructor for class org.openrdf.sesame.config.AccessDeniedException
 
AddData - class org.openrdf.tools.cmdline.AddData.
A command line tool to add data to a specific Sesame repository.
AddData() - Constructor for class org.openrdf.tools.cmdline.AddData
 
AdminListener - interface org.openrdf.sesame.admin.AdminListener.
A listener for messages that are reported during administrative operations.
AdminMsg - class org.openrdf.sesame.admin.AdminMsg.
A message as returned by Sesame in response to a call to one of its administrative services.
AdminMsg(int, String, int, int) - Constructor for class org.openrdf.sesame.admin.AdminMsg
Creates a new RepositoryInfo object.
AdminMsgCollector - class org.openrdf.sesame.admin.AdminMsgCollector.
An implementation of the AdminListener interface that collects the reported messages and allows them to be checked after the performed action has (sucessfully or unsuccessfully) been completed.
AdminMsgCollector() - Constructor for class org.openrdf.sesame.admin.AdminMsgCollector
Creates a new AdminMsgCollector object.
AdminResultFormat - class org.openrdf.sesame.constants.AdminResultFormat.
A type-safe enumeration class for response formats.
AdvancedDialog - class org.openrdf.sesame.config.ui.AdvancedDialog.
Advanced JDialog of RepositoryTab
AdvancedDialog(Frame, String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.AdvancedDialog
Creates a new AdvancedDialog with the supplied owner, repository id and SystemConfig
And - class org.openrdf.sesame.query.rql.model.And.
 
And(BooleanQuery, BooleanQuery) - Constructor for class org.openrdf.sesame.query.rql.model.And
 
And - class org.openrdf.sesame.sail.query.And.
 
And(BooleanExpr, BooleanExpr) - Constructor for class org.openrdf.sesame.sail.query.And
 
ArraySelection - class org.openrdf.sesame.query.rql.model.ArraySelection.
 
ArraySelection(ResourceQuery, int, int) - Constructor for class org.openrdf.sesame.query.rql.model.ArraySelection
 
acceptsGZIPEncoding(HttpServletRequest) - Static method in class org.openrdf.util.http.HttpServerUtil
Checks whether the sender of the supplied request can handle gzip-encoded data.
actionPerformed(ActionEvent) - Method in class org.openrdf.sesame.config.ui.AboutDialog
 
actionPerformed(ActionEvent) - Method in class org.openrdf.sesame.config.ui.AdvancedDialog
 
actionPerformed(ActionEvent) - Method in class org.openrdf.sesame.config.ui.RepositoryTab
 
actionPerformed(ActionEvent) - Method in class org.openrdf.sesame.config.ui.UserTab
 
add(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Adds a single statement to the graph.
add(Statement) - Method in interface org.openrdf.model.Graph
Adds a single statement to the graph.
add(StatementIterator) - Method in interface org.openrdf.model.Graph
Adds all statements in the iterator to the graph.
add(StatementIterator, boolean) - Method in interface org.openrdf.model.Graph
Adds all statements in the iterator to the graph.
add(Collection) - Method in interface org.openrdf.model.Graph
Adds all statements in the Collection to the graph.
add(Collection, boolean) - Method in interface org.openrdf.model.Graph
Adds all statements in the Collection to the graph.
add(Graph) - Method in interface org.openrdf.model.Graph
Adds all statements in the supplied graph to this graph.
add(Graph, boolean) - Method in interface org.openrdf.model.Graph
Adds all statements in the supplied graph to this graph.
add(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
add(StatementIterator) - Method in class org.openrdf.model.impl.GraphImpl
 
add(StatementIterator, boolean) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Collection) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Collection, boolean) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Graph) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Graph, boolean) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Value) - Method in class org.openrdf.sesame.query.Tuple
Adds the supplied Value to this Tuple.
add(Resource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
Adds a resource to this intersection.
add(Value) - Method in class org.openrdf.sesame.query.rql.model.Projection
 
add(PathExpression) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Adds a path expression to the this object.
add(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
addAll(Collection) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Adds a collection of PathExpression objects to this object.
addAll(StatementList) - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
addConstraint(BooleanExpr) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Adds the supplied constraint to the set of constraints for this graph pattern.
addData(URL, String, RDFFormat, boolean, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds the RDF data that can be found at the specified URL to the repository.
addData(File, String, RDFFormat, boolean, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds RDF data from the specified file to the repository.
addData(String, String, RDFFormat, boolean, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds an RDF document to the repository.
addData(SesameRepository, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds the contents of the supplied SesameRepository to this repository.
addData(Reader, String, RDFFormat, boolean, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds RDF data from a Reader to the repository.
addData(InputStream, String, RDFFormat, boolean, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds RDF data from an InputStream to the repository.
addData(URL, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addData(File, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addData(String, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addData(SesameRepository, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addData(Reader, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addData(InputStream, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addData(URL, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addData(File, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addData(InputStream, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addData(Reader, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addData(String, String, RDFFormat, boolean, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addData(SesameRepository, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addDataFromUrl(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Adds RDF(s) given URL of the RDF(s) document and a base URL.
addDataFromUrl(String, String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Upload a RDF(S) data located on the NET using it's URI into the currently selected repository.
addDataFromUrl(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
addGraph(Graph) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds the contents of the supplied graph to the repository.
addGraph(Graph, boolean) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds the contents of the supplied graph to the repository.
addGraph(QueryLanguage, String) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds the contents of the graph specified by the supplied graph query to the repository.
addGraph(QueryLanguage, String, boolean) - Method in interface org.openrdf.sesame.repository.SesameRepository
Adds the contents of the graph specified by the supplied graph query to the repository.
addGraph(Graph) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addGraph(Graph, boolean) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addGraph(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addGraph(QueryLanguage, String, boolean) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addGraph(Graph) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addGraph(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addGraph(Graph, boolean) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addGraph(QueryLanguage, String, boolean) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
addListener(SystemConfigListener) - Method in class org.openrdf.sesame.config.SystemConfig
Adds the supplied SystemConfigListener
addListener(LocalRepositoryChangedListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
addListener(SailChangedListener) - Method in interface org.openrdf.sesame.sail.RdfRepository
 
addListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
addListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
addListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
addListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
addListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
addListener(SystemConfigCenterListener) - Static method in class org.openrdf.sesame.server.SesameServer
Adds a SystemConfigCenterListener
addNamespace(String, String) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
addNewRow() - Method in class org.openrdf.sesame.config.ui.AccessControlTable
Adds a new row after anonymous login
addNewRow() - Method in class org.openrdf.sesame.config.ui.ParameterTable
Adds a new row if a sail is defined and selected
addNewRow() - Method in class org.openrdf.sesame.config.ui.XTable
Adds a new row
addNewRow(int) - Method in class org.openrdf.sesame.config.ui.XTableModel
Adds a new row at the supplied row index
addObjectRestriction(ResourceRestriction) - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Adds an object restriction.
addObjectRestriction(Literal) - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Adds an object restriction.
addObjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Adds a statement to this BNodeNode's list of statements for which it is the object.
addObjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.LiteralNode
Adds a statement to this LiteralNode's list of statements for which it is the object.
addObjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Adds a statement to this URINode's list of statements for which it is the object.
addObjectStatement(Statement) - Method in interface org.openrdf.sesame.sailimpl.memory.ValueNode
Adds a statement to this ValueNode's list of statements for which it is the object.
addOptional(GraphPattern) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Adds an optional child graph pattern to this graph pattern.
addPredicateRestriction(PropertiesRestriction) - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Adds a predicate restriction.
addPredicateStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Adds a statement to this URINode's list of statements for which it is the predicate.
addPremise(TripleTemplate) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
addProperty(URI, Value) - Method in interface org.openrdf.model.Resource
Adds a property to this Resource in the RDF graph.
addProperty(URI, Value) - Method in class org.openrdf.model.impl.BNodeImpl
 
addProperty(URI, Value) - Method in class org.openrdf.model.impl.URIImpl
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
addProperty(URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
addQuery(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.QueryRestriction
Adds a query to this restriction.
addRdfModel(InputStream, String, AdminListener, boolean) - Method in class org.openrdf.sesame.admin.RdfAdmin
Reads and parses an RDF/XML file from the supplied InputStream and adds the triples to the RdfRepository of this RdfAdmin.
addRdfModel(InputStream, String, AdminListener, RDFFormat, boolean) - Method in class org.openrdf.sesame.admin.RdfAdmin
Reads and parses an RDF file from the supplied InputStream and adds the triples to the RdfRepository of this RdfAdmin.
addRdfModel(Reader, String, AdminListener, RDFFormat, boolean) - Method in class org.openrdf.sesame.admin.RdfAdmin
Reads and parses an RDF file from the supplied Reader and adds the triples to the RdfRepository of this RdfAdmin.
addReadAccess(RepositoryConfig) - Method in class org.openrdf.sesame.config.UserInfo
 
addReadWriteAccess(RepositoryConfig) - Method in class org.openrdf.sesame.config.UserInfo
 
addRepository(String, String, boolean, boolean) - Method in class org.openrdf.sesame.config.RepositoryListImpl
Adds info about a repository to this list.
addRepository(RepositoryInfo) - Method in class org.openrdf.sesame.config.RepositoryListImpl
Adds info about a repository to this list.
addRepository(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Adds a new repository with the supplied id and title
addRepository(String, String, boolean, boolean) - Method in interface org.openrdf.sesame.repository.RepositoryList
Adds info about a repository to this list.
addRepository(RepositoryInfo) - Method in interface org.openrdf.sesame.repository.RepositoryList
Adds info about a repository to this list.
addRepository(RepositoryConfig) - Method in class org.openrdf.sesame.repository.local.LocalService
Defines a new repository.
addRepositoryConfig(RepositoryConfig) - Method in class org.openrdf.sesame.config.SystemConfig
 
addRule(Rule) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Add a new security rule for the Role
addRule(Rule) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
addSail(SailConfig) - Method in class org.openrdf.sesame.config.RepositoryConfig
Adds the supplied Sail configuration to the bottom of the current stack of Sail configurations.
addSail(SailConfig, int) - Method in class org.openrdf.sesame.config.RepositoryConfig
Inserts the supplied Sail configuration into the current stack of Sail configuration.
addSail(String, String, int) - Method in class org.openrdf.sesame.config.SystemConfig
Adds the sail with the supplied class to the sail stack of the repository with the given id at the supplied index
addStatement(Resource, URI, Value) - Method in interface org.openrdf.sesame.sail.RdfRepository
Adds a statament to the repository.
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
add's a new explicit statement to repository
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
addStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
addStyleSheet(String, String, String, String, String, boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
Associate a stylesheet with this XML document.
addStyleSheet(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
addSubjectRestriction(ResourceRestriction) - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Adds a subject restriction.
addSubjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Adds a statement to this BNodeNode's list of statements for which it is the subject.
addSubjectStatement(Statement) - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
Adds a statement to this ResourceNode's list of statements for which it is the subject.
addSubjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Adds a statement to this URINode's list of statements for which it is the subject.
addUser(int, String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Adds a new user with the supplied id, login, full name and password
addUser(int, String, String, String) - Method in interface org.openrdf.sesame.omm.SecurityServices
Adds an new user.
addUser(int, String, String, String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
addUserInfo(UserInfo) - Method in class org.openrdf.sesame.config.SystemConfig
 
addWriteAccess(RepositoryConfig) - Method in class org.openrdf.sesame.config.UserInfo
 
additive_expr() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
additive_operator() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
adjustBeginLineColumn(int, int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
afterInitialize() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
invoked to ensure that thre RDBMS instance is already created within Sail
afterInitialize() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
invoked to ensure that thre RDBMS instance is already created within Sail
afterInitialize() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
alignment - Variable in class org.openrdf.sesame.config.ui.ColumnData
Alignment
and_expr() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
and_expression() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
and_part() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
any_all_like_or_in() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
array_selection(ResourceQuery) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
authenticate(String, String) - Method in interface org.openrdf.sesame.omm.KCS
Perform a user authentication

B

BACKWARDCOMPATIBLEWITH - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#backwardCompatibleWith
BAG - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
BASE64BINARY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#base64Binary
BASECHAR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
BASECHAR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
BINARY - Static variable in class org.openrdf.sesame.constants.QueryResultFormat
Constant representing binary format.
BNODE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
BNODE_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
BNode - interface org.openrdf.model.BNode.
A blank node (aka bnode, aka anonymous node).
BNodeImpl - class org.openrdf.model.impl.BNodeImpl.
An implementation of the BNode interface.
BNodeImpl(String) - Constructor for class org.openrdf.model.impl.BNodeImpl
 
BNodeNode - class org.openrdf.sesame.sailimpl.memory.BNodeNode.
An extension of BNode giving it node properties.
BOOLEAN - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of boolean.
BOOLEAN - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#boolean
BOOLEAN_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
BORN_AT_URI - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
BTree - class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree.
Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTree(File, int, int) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultBTreeValueComparator to compare values.
BTree(File, int, int, BTreeValueComparator) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Creates a new BTree that uses the supplied BTreeValueComparator to compare the values that are or will be stored in the B-Tree.
BTreeIterator - interface org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeIterator.
An iterator that iterates over the values in a BTree.
BTreeValueComparator - interface org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeValueComparator.
 
BYTE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#byte
Batchable - interface org.openrdf.util.rmirouting.Batchable.
If a class implements that interface its void metrhods would not be a subject of batching.
BeginToken() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
BeginToken() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
BeginToken() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
BinaryTableResultConstants - interface org.openrdf.sesame.query.BinaryTableResultConstants.
Interface defining constants for the binary table result format.
BinaryTableResultReader - class org.openrdf.sesame.query.BinaryTableResultReader.
Reader for the binary table result format.
BinaryTableResultReader() - Constructor for class org.openrdf.sesame.query.BinaryTableResultReader
Creates a new reader for the binary result format that will use an instance of org.openrdf.model.impl.ValueFactoryImpl to create Value objects.
BinaryTableResultReader(ValueFactory) - Constructor for class org.openrdf.sesame.query.BinaryTableResultReader
Creates a new reader for the binary result format that will use the supplied ValueFactory to create Value objects.
BinaryTableResultWriter - class org.openrdf.sesame.query.BinaryTableResultWriter.
Writer for the binary table result format.
BinaryTableResultWriter(OutputStream) - Constructor for class org.openrdf.sesame.query.BinaryTableResultWriter
Creates a new writer for the binary result format that will write the results to the supplied OutputStream.
BooleanConstant - class org.openrdf.sesame.query.rql.model.BooleanConstant.
 
BooleanConstant(boolean) - Constructor for class org.openrdf.sesame.query.rql.model.BooleanConstant
 
BooleanConstant - class org.openrdf.sesame.sail.query.BooleanConstant.
 
BooleanConstant(boolean) - Constructor for class org.openrdf.sesame.sail.query.BooleanConstant
 
BooleanExpr - interface org.openrdf.sesame.sail.query.BooleanExpr.
An expressions that can evaluate to the boolean values true and false.
BooleanExprEvaluationException - exception org.openrdf.sesame.sail.query.BooleanExprEvaluationException.
An exception that can be thrown by BooleanExpr.isTrue(RdfSource) to indicate that the expression could not be evaluated to true or false.
BooleanExprEvaluationException() - Constructor for class org.openrdf.sesame.sail.query.BooleanExprEvaluationException
 
BooleanExprEvaluationException(String) - Constructor for class org.openrdf.sesame.sail.query.BooleanExprEvaluationException
 
BooleanExprEvaluationException(String, Throwable) - Constructor for class org.openrdf.sesame.sail.query.BooleanExprEvaluationException
 
BooleanExprEvaluationException(Throwable) - Constructor for class org.openrdf.sesame.sail.query.BooleanExprEvaluationException
 
BooleanQuery - interface org.openrdf.sesame.query.rql.model.BooleanQuery.
 
ByteArrayUtil - class org.openrdf.util.ByteArrayUtil.
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class org.openrdf.util.ByteArrayUtil
 
bIncrementIsPaused - Variable in class org.openrdf.sesame.omm.SessionContext
 
bLogged - Variable in class org.openrdf.sesame.omm.SessionContext
 
backup(int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
backup(int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
backup(int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
baseUrl - Variable in class org.openrdf.sesame.omm.SessionContext
 
batch(Object[]) - Method in interface org.openrdf.util.rmirouting.ChannelIface
batch is used to send several method invocation requests in a single remote call.
batch(Object[]) - Method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
here we got the tricky part.
beginColumn - Variable in class org.openrdf.sesame.query.rdql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.openrdf.sesame.query.rql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.openrdf.sesame.query.serql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.sesame.query.rdql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.sesame.query.rql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.sesame.query.serql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
bind() - Static method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
bind() - register the first and only FactoryInterface instance to the RMI registry on the localhost.
bind(Integer) - Static method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
 
bnode() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
boolean_elem() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
boolean_elem() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
boolean_expr() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
boolean_expr() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
boolean_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
branchState(long) - Method in interface org.openrdf.sesame.omm.VersionManagement
branch the repository at given state for further operations.
branchState(long) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
branchState(long) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
branchState(long) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. branch the repository at given state for further operations.
branchState(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
branch the repository at given state for further operations.
branchState(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
branch the repository at given state for further operations.
bufpos - Variable in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
bufpos - Variable in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
bufpos - Variable in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
buildMultipartFormData(Map, String, String) - Static method in class org.openrdf.util.http.HttpClientUtil
Builds a multipart/form-data encoded byte array of the specified parameters (This method includes the end boundary by default).
buildMultipartFormData(Map, String, String, boolean) - Static method in class org.openrdf.util.http.HttpClientUtil
Builds a multipart/form-data encoded byte array of the specified parameters, that complies to RFC 1867.
buildQueryString(Map) - Static method in class org.openrdf.util.http.HttpClientUtil
Builds a query string from the provided key-value-pairs.

C

CARDINALITY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#cardinality
CASE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
CIRCUMFLEX - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
CLASS - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
CLASS - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#Class
CLASS - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Class
CLASSES - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
CLASSES Restriction Type
CLASSES_OVER_SCHEMA - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
CLASSES Over Schema Restriction Type
CLASSES_OVER_SCHEMA_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
CLASSES Over Schema Restriction name
CLASSES_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
CLASSES Restriction name
CLASSVAR - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
CLASS_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing classes.
COLON - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
COLON - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
COLUMN_CLASS - Static variable in class org.openrdf.sesame.config.ui.SailTableModel
Sail id column id
COLUMN_FULL_NAME - Static variable in class org.openrdf.sesame.config.ui.UserTableModel
User full name column id
COLUMN_ID - Static variable in class org.openrdf.sesame.config.ui.RepositoryTableModel
Column number for repository ID.
COLUMN_ID - Static variable in class org.openrdf.sesame.config.ui.UserTableModel
User id column id
COLUMN_KEY - Static variable in class org.openrdf.sesame.config.ui.ParameterTableModel
Parameter key column id
COLUMN_LOGIN - Static variable in class org.openrdf.sesame.config.ui.AccessControlTableModel
Access control login column id
COLUMN_LOGIN - Static variable in class org.openrdf.sesame.config.ui.UserTableModel
User login column id
COLUMN_PASSWORD - Static variable in class org.openrdf.sesame.config.ui.UserTableModel
User password column id
COLUMN_READ - Static variable in class org.openrdf.sesame.config.ui.AccessControlTableModel
Access control read column id
COLUMN_TITLE - Static variable in class org.openrdf.sesame.config.ui.RepositoryTableModel
Column number for repository title.
COLUMN_VALUE - Static variable in class org.openrdf.sesame.config.ui.ParameterTableModel
Parameter value column id
COLUMN_WRITE - Static variable in class org.openrdf.sesame.config.ui.AccessControlTableModel
Access control write column id
COMBINING_CHAR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
COMBINING_CHAR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
COMMA - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
COMMA - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
COMMA - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
COMMENT - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#comment
COMPLEMENTOF - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#complementOf
COMPRESS_FILE_KEY - Static variable in class org.openrdf.sesame.sailimpl.memory.RdfSource
Key used to specify whether any data that is written to the file should be compressed.
CONSTRUCT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
CONTAINER - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Container
CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
ChannelIface - interface org.openrdf.util.rmirouting.ChannelIface.
This is the main interface through which we route the method invocations.
ChannelIfaceImpl - class org.openrdf.util.rmirouting.ChannelIfaceImpl.
The implementation of a server side ChannelIface wraper used to handle all the method invocation requests made by a client.
ChannelIfaceInvocation - class org.openrdf.util.rmirouting.ChannelIfaceInvocation.
The implementation of client side wraper used to handle and then pass the method invocation requests to the remote side of the channel.
ChannelIfaceInvocation(ChannelIface, boolean) - Constructor for class org.openrdf.util.rmirouting.ChannelIfaceInvocation
the only constructor
CheckCellRenderer - class org.openrdf.sesame.config.ui.CheckCellRenderer.
Cell renderer to display a check box
CheckCellRenderer() - Constructor for class org.openrdf.sesame.config.ui.CheckCellRenderer
Creates a new CheckCellRenderer
ClassQuery - interface org.openrdf.sesame.query.rql.model.ClassQuery.
 
ClassSelector - class org.openrdf.sesame.query.rql.model.ClassSelector.
 
ClassSelector(ClassVar, ClassQuery) - Constructor for class org.openrdf.sesame.query.rql.model.ClassSelector
Creates a new ClassSelector that fills the supplied classVar with values from classQ. classQ is not allowed to be an instance of ClassVar.
ClassVar - class org.openrdf.sesame.query.rql.model.ClassVar.
 
ClassVar(String) - Constructor for class org.openrdf.sesame.query.rql.model.ClassVar
 
ClassesOverSchemaRestriction - class org.openrdf.sesame.sailimpl.omm.security.ClassesOverSchemaRestriction.
ClassesOverSchemaRestriction.java Title: Knowledge Control System Company: OntoText Lab.
ClassesOverSchemaRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.ClassesOverSchemaRestriction
Create a Classes Over Schema Restriction.
ClassesRestriction - class org.openrdf.sesame.sailimpl.omm.security.ClassesRestriction.
ClassesRestriction.java Title: Knowledge Control System Company: OntoText Lab.
ClassesRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.ClassesRestriction
Create a Classes Restriction.
ClearRepositoryServlet - class org.openrdf.sesame.server.http.ClearRepositoryServlet.
 
ClearRepositoryServlet() - Constructor for class org.openrdf.sesame.server.http.ClearRepositoryServlet
 
ColumnData - class org.openrdf.sesame.config.ui.ColumnData.
Column
ColumnData(String, int, int) - Constructor for class org.openrdf.sesame.config.ui.ColumnData
Creates a new ColumnData with the supplied title, width and alignment
CompareAll - class org.openrdf.sesame.sail.query.CompareAll.
 
CompareAll(ValueExpr, Query, int) - Constructor for class org.openrdf.sesame.sail.query.CompareAll
 
CompareAny - class org.openrdf.sesame.sail.query.CompareAny.
 
CompareAny(ValueExpr, Query, int) - Constructor for class org.openrdf.sesame.sail.query.CompareAny
 
CompareTo - class org.openrdf.sesame.query.rql.model.CompareTo.
Comparison operators on various types of operands.
CompareTo(ResourceQuery, int, ResourceQuery) - Constructor for class org.openrdf.sesame.query.rql.model.CompareTo
 
Component - class org.openrdf.sesame.sailimpl.rdbms.rules.Component.
Description: Represents a component of a triple template used in a rule.
Component(String, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.rules.Component
The constructor
ConfigServlet - class org.openrdf.sesame.server.http.ConfigServlet.
 
ConfigServlet() - Constructor for class org.openrdf.sesame.server.http.ConfigServlet
 
ConfigurationException - exception org.openrdf.sesame.config.ConfigurationException.
Exception indicating a configuration problem.
ConfigurationException() - Constructor for class org.openrdf.sesame.config.ConfigurationException
 
ConfigurationException(String) - Constructor for class org.openrdf.sesame.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class org.openrdf.sesame.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class org.openrdf.sesame.config.ConfigurationException
 
ConfigureSesame - class org.openrdf.sesame.config.ui.ConfigureSesame.
Main class of Configure Sesame!
ConfigureSesame() - Constructor for class org.openrdf.sesame.config.ui.ConfigureSesame
 
ConfigureSesameFrame - class org.openrdf.sesame.config.ui.ConfigureSesameFrame.
Main JFrame of Configure Sesame!
ConfigureSesameFrame() - Constructor for class org.openrdf.sesame.config.ui.ConfigureSesameFrame
Creates a new ConfigureSesameFrame
ConnectionPool - class org.openrdf.util.jdbc.ConnectionPool.
 
ConnectionPool(String, String, String) - Constructor for class org.openrdf.util.jdbc.ConnectionPool
 
Constant - class org.openrdf.sesame.query.rql.model.Constant.
 
Constant() - Constructor for class org.openrdf.sesame.query.rql.model.Constant
 
ConstructQuery - class org.openrdf.sesame.sail.query.ConstructQuery.
Class representing a construct-from-where query.
ConstructQuery(boolean, List, GraphPattern) - Constructor for class org.openrdf.sesame.sail.query.ConstructQuery
 
ConstructQuery(boolean, int, int, List, GraphPattern) - Constructor for class org.openrdf.sesame.sail.query.ConstructQuery
 
CookieManager - class org.openrdf.util.http.CookieManager.
An HTTP cookie manager.
CookieManager() - Constructor for class org.openrdf.util.http.CookieManager
Creates a new CookieManager.
CreateVersion - class org.openrdf.sesame.server.http.CreateVersion.
 
CreateVersion() - Constructor for class org.openrdf.sesame.server.http.CreateVersion
 
CustomInferenceServices - class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices.
Title: Custom Inference Rules Description: Copyright: Copyright (c) 2003 Company: Ontotext Lab.
CustomInferenceServices() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
 
cancelCellEditing() - Method in class org.openrdf.sesame.config.ui.XCellEditor
If editing is canceled, removes the new row
caseSensitive() - Method in class org.openrdf.sesame.sail.query.Like
 
changeNamespacePrefix(String, String) - Method in interface org.openrdf.sesame.sail.RdfRepository
Changes the prefix of a namespace.
changeNamespacePrefix(String, String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
changeNamespacePrefix(String, String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
changeNamespacePrefix(String, String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
changeNamespacePrefix(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
changeNamespacePrefix(String, String) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
characters(char[], int, int) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
characters(char[], int, int) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
class_or_property_selector(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
class_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
classvar() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
clear() - Method in interface org.openrdf.model.Graph
Clears the graph.
clear() - Method in class org.openrdf.model.impl.GraphImpl
 
clear() - Method in class org.openrdf.sesame.config.RepositoryListBuilder
Clear the builder.
clear() - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Clear the builder.
clear() - Method in class org.openrdf.sesame.query.rql.model.ClassSelector
 
clear() - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
clear() - Method in class org.openrdf.sesame.query.rql.model.DomainSelector
 
clear() - Method in class org.openrdf.sesame.query.rql.model.InstanceSelector
 
clear() - Method in class org.openrdf.sesame.query.rql.model.PropertySelector
 
clear() - Method in class org.openrdf.sesame.query.rql.model.RangeSelector
 
clear() - Method in interface org.openrdf.sesame.query.rql.model.Selector
Clears the Selector.
clear() - Method in class org.openrdf.sesame.query.rql.model.UnknownSelector
 
clear(AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Clears the repository.
clear(AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
clear(AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
clear() - Method in class org.openrdf.sesame.sail.query.DuplicatesFilter
 
clear() - Method in class org.openrdf.sesame.sail.query.GraphPattern
Clears the internal state of this object.
clear() - Method in class org.openrdf.sesame.sail.query.OffsetFilter
 
clear() - Method in interface org.openrdf.sesame.sail.query.PathExpression
Clears any state information in this path expression.
clear() - Method in interface org.openrdf.sesame.sail.query.QueryAnswerListener
Method called when the query engine has finished or aborted the query evaluation, signaling that the listener can/should clear any recorded and query-specific information.
clear() - Method in class org.openrdf.sesame.sail.query.QueryResultsCounter
 
clear() - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
clear() - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Removes all values from the ValueStore.
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Removes all values from the B-Tree.
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Removes all values from the DataStore.
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
clear() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
clear() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression
 
clear() - Static method in class org.openrdf.sesame.server.SesameServer
Clears the LocalService
clear() - Method in class org.openrdf.util.http.CookieManager
Removes all cookie information from this cookie manager.
clear(String) - Method in class org.openrdf.util.http.CookieManager
Removes all cookie information for the specified host from this cookie manager.
clearCache() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
clearCache() - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
clears all caches for direct type, subclass and subproperty relations.
clearCache() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
clearRepository(AdminListener) - Method in class org.openrdf.sesame.admin.RdfAdmin
Clears the repository of this RdfAdmin.
clearRepository() - Method in interface org.openrdf.sesame.sail.RdfRepository
Clears the repository.
clearRepository() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
clearRepository() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
clearRepository() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
clearRepository() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
clearRepository() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Clears the repository.
clearRepository() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
clearRepository() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
clearRepository() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
clearRepository() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Clears the repository.
clearRepository() - Method in class org.openrdf.sesame.server.soap.SoapClient
Clear the contents of the current repository.
clearRepository() - Method in class org.openrdf.sesame.server.soap.SoapServices
 
clearTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Clears a table.
clearVars() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
clone() - Method in class org.openrdf.sesame.config.RepositoryConfig
 
clone() - Method in class org.openrdf.sesame.config.SailConfig
 
clone() - Method in class org.openrdf.sesame.config.UserInfo
 
clone() - Method in class org.openrdf.util.uri.URI
 
clone() - Method in class org.openrdf.util.xml.datatypes.DateTime
 
cloneRepository(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Clones the repository with the specified id, changes its id to the specified new id, and adds this new repository.
cloneRow() - Method in class org.openrdf.sesame.config.ui.RepositoryTable
 
cloneRow(int) - Method in class org.openrdf.sesame.config.ui.RepositoryTableModel
Clones the row at row index rowIdx.
close() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator
 
close() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedValueIterator
 
close() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementObjectIterator
 
close() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator
 
close() - Method in interface org.openrdf.sesame.sail.NamespaceIterator
Closes the iterator and frees any resources that it uses (e.g.
close() - Method in interface org.openrdf.sesame.sail.StatementIterator
Closes the iterator and frees any resources that it uses (e.g.
close() - Method in interface org.openrdf.sesame.sail.ValueIterator
Closes the iterator and frees any resources that it uses (e.g.
close() - Method in class org.openrdf.sesame.sail.util.EmptyStatementIterator
 
close() - Method in class org.openrdf.sesame.sail.util.EmptyValueIterator
 
close() - Method in class org.openrdf.sesame.sail.util.SingleStatementIterator
 
close() - Method in class org.openrdf.sesame.sail.util.SingleValueIterator
 
close() - Method in class org.openrdf.sesame.sail.util.ValueCollectionIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.memory.MemResourceIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeStatementIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Closes the ValueStore, releasing any file references, etc.
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Closes any opened files and release any resources used by this B-Tree.
close() - Method in interface org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeIterator
Closes the iterator, freeing any resources that it uses.
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Closes the DataStore, releasing any file references, etc.
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
close() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
close() - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.omm.security.StatementFilterIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsStatementIterator
 
close() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsValueIterator
 
close() - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
 
collapseWhiteSpace(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Replaces all contiguous sequences of #x9 (tab), #xA (line feed) and #xD (carriage return) with a single #x20 (space) character, and removes any leading and trailing whitespace characters, as specified for whiteSpace facet collapse.
comma_opt() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
comment(String) - Method in class org.openrdf.util.xml.XmlWriter
Writes a comment.
commitTransaction() - Method in interface org.openrdf.sesame.sail.RdfRepository
Commits a started transaction.
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Commits a transaction, applying all updates that have been performed during the transaction.
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Commits a transaction, applying all updates that have been performed during the transaction.
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Commits a started transaction.
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
commitTransaction() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
comp_op() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
comp_op() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
compare(String, String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareBTreeValues(byte[], byte[], int, int) - Method in interface org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeValueComparator
Compares the supplied key to the value of length length, starting at offset offset in the supplied data array.
compareBTreeValues(byte[], byte[], int, int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.DefaultBTreeValueComparator
 
compareBytes(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two canonical decimals to eachother.
compareCanonicalDoubles(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFPNumbers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two canonical floating point numbers to eachother.
compareCanonicalFloats(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two canonical floats to eachother.
compareCanonicalIntegers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two canonical integers to eachother.
compareDateTime(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two dateTime objects.
compareDecimals(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two doubles to eachother.
compareFPNumbers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two floating point numbers to eachother.
compareFloats(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two floats to eachother.
compareIntegers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Compares two integers to eachother.
compareInts(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareLongs(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
comparePositiveIntegers(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareRegion(byte[], int, byte[], int, int) - Static method in class org.openrdf.util.ByteArrayUtil
Compares two regions of bytes, indicating whether one is larger than the other.
compareShorts(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareTo(Object) - Method in class org.openrdf.model.impl.BNodeImpl
Compares this BNode with the supplied object.
compareTo(Object) - Method in class org.openrdf.model.impl.LiteralImpl
 
compareTo(Object) - Method in class org.openrdf.model.impl.StatementImpl
Compares this Statement with the supplied object.
compareTo(Object) - Method in class org.openrdf.model.impl.URIImpl
Compares this URI with the supplied object.
compareTo(Object) - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
compareTo(Object) - Method in class org.openrdf.sesame.query.rql.model.Projection
 
compareTo(Object) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
compareTo(Object) - Method in class org.openrdf.util.xml.datatypes.DateTime
Compares this DateTime object to another DateTime object.
compareUnsignedBytes(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
compare_to_part(ResourceQuery) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
conditional_and_expr() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
configurationChanged() - Method in interface org.openrdf.sesame.config.SystemConfigListener
SystemConfig changed
configurationChanged() - Method in class org.openrdf.sesame.config.ui.AccessControlTableModel
 
configurationChanged() - Method in class org.openrdf.sesame.config.ui.ConfigureSesameFrame
 
configurationChanged() - Method in class org.openrdf.sesame.config.ui.ParameterTableModel
 
configurationChanged() - Method in class org.openrdf.sesame.config.ui.RepositoryTableModel
 
configurationChanged() - Method in class org.openrdf.sesame.config.ui.SailTableModel
 
configurationChanged() - Method in class org.openrdf.sesame.config.ui.ServerTab
 
configurationChanged() - Method in class org.openrdf.sesame.config.ui.UserTableModel
 
configurationRefreshed() - Method in interface org.openrdf.sesame.config.SystemConfigCenterListener
SystemConfig refreshed
constant() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
constantsIter() - Static method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
constrain(Container, Component, int, int, int, int) - Static method in class org.openrdf.sesame.config.ui.util.GridBagUtil
Constrain a component to a location and size in the specified container.
constrain(Container, Component, int, int, int, int, int, int, int, int) - Static method in class org.openrdf.sesame.config.ui.util.GridBagUtil
Constrain a component to a location and size in the specified container, also setting a certain amount of space around it.
constrain(Container, Component, int, int, int, int, int, int, double, double, int, int, int, int) - Static method in class org.openrdf.sesame.config.ui.util.GridBagUtil
Constrain a component in a container.
constraint_clause(GraphPattern) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
construct_query() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
contains(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Checks if a statement matching the (subject, predicate, object) pattern is present in the graph.
contains(Statement) - Method in interface org.openrdf.model.Graph
Checks if the supplied statement is present in the graph.
contains(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
contains(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
containsInstance(Resource, RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
Checks if the supplied resource is an instance of all classes of this intersection, using the supplied RdfSchemaSource to check the instance relations.
continueCounterIncrement() - Method in interface org.openrdf.sesame.omm.VersionManagement
Coninue with the normal increment of the update counter on each modification made in the repository.
continueCounterIncrement() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
continueCounterIncrement() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Coninue with the normal increment of the update counter on each modification made in the repository.
continueCounterIncrement() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Coninue with the normal increment of the update counter on each modification made in the repository.
continueCounterIncrement() - Method in class org.openrdf.sesame.server.soap.SoapClient
Coninue with the normal increment of the update counter on each modification made in the repository.
continueCounterIncrement() - Method in class org.openrdf.sesame.server.soap.SoapServices
Coninue with the normal increment of the update counter on each modification made in the repository.
convertBoolean(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Converts a boolean value to a string representation that can be used in a query for this RDBMS.
copyDistinctRows(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Copies distinct rows from one table to another (duplicates are suppressed).
copyRows(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Copies rows from one table to another.
createBNode() - Method in interface org.openrdf.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.openrdf.model.ValueFactory
creates a new bNode with the given node identifier.
createBNode() - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createBNode(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createBNode() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createBNode(String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createBNode() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createBNode(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createBNode() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createBNode(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createClassesOverSchemaRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Classes Over Schema Restriction.
createClassesOverSchemaRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Classes Over Schema Restriction.
createClassesRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Classes Restriction.
createClassesRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Classes Restriction.
createDependenciesTable() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
need to handle creation of DEPEND table because some of the rules may need more than 2 columns to store the dependancy (rules with t=hree or more triple templates in CustomInferencer) An example of such rule: a rdf:type owl:TransitiveProperty x a b b a c infer: x a c so the (x a c) triple is dependant from all those
createDependenciesTable() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
need to handle creation of DEPEND table because some of the rules may need more than 2 columns to store the dependency (rules with three or more triple templates in CustomInferencer) An example of such rule: a rdf:type owl:TransitiveProperty x a b b a c infer: x a c so the (x a c) triple is dependant from all those
createDependenciesTable() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
createIndex(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Creates an index on the specific column in the specific table.
createIndex(String, String[], boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Creates an index on the specified columns in the specified table.
createInstance(String, String, String) - Static method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
createInstancesRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create an Instances Restriction.
createInstancesRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create an Instances Restriction.
createLabel(Icon) - Static method in class org.openrdf.sesame.config.ui.util.Util
Creates a new borderded JLabel with the supplied image
createLiteral(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value.
createLiteral(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value and language attribute.
createLiteral(String, URI) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied value and datatype.
createLiteral(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, URI) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createLiteral(String, String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createLiteral(String, URI) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createLiteral(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createLiteral(String, String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createLiteral(String, URI) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createLiteral(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createLiteral(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createLiteral(String, URI) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createLocalService() - Static method in class org.openrdf.sesame.server.SesameServer
Creates a LocalService object with the supplied SystemConfig.
createPatternRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Pattern Restriction.
createPatternRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Pattern Restriction.
createPropertiesRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Properties Restriction.
createPropertiesRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Properties Restriction.
createQueryRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Query Restriction.
createQueryRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Query Restriction.
createReadOnlyTextArea(String, Color) - Static method in class org.openrdf.sesame.config.ui.util.Util
Creates a new 'read-only' JTextArea with the supplied text and background color.
createRepository(RepositoryConfig) - Method in class org.openrdf.sesame.repository.local.LocalService
Adds a new repository definition to this LocalService and creates a SesameRepository object for it.
createRepository(String, boolean) - Method in class org.openrdf.sesame.repository.local.LocalService
Adds a new repository with the supplied ID to this LocalService and creates a LocalRepository object for it.
createRepositoryRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Repository Restriction.
createRepositoryRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Repository Restriction.
createRestriction(int, int, String, String) - Method in interface org.openrdf.sesame.omm.SecurityServices
Creates a new restriction.
createRestriction(int) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Creates a restriction given only its type.
createRestriction(int, int) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Creates a restriction given its type and id.
createRestriction(int, int, String, String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
createRole(int, String, String, Set) - Method in interface org.openrdf.sesame.omm.SecurityServices
Creates a new Role in the repository.
createRole(int, String, String, Set) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
createSchemaRestriction(int, String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Schema Restriction.
createSchemaRestriction(String, String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Create a Schema Restriction.
createStatement(Resource, URI, Value) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, URI, Value) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createStub(Object) - Static method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
Creates an instance of the ChannelIfaceImpl which wraps the passed object and register it into the RMI object table, so its methods can be invoked remotely by its RemoteRef.
createTitle(String, Color) - Static method in class org.openrdf.sesame.config.ui.util.Util
Creates a new 'titled' JTextArea with the supplied text and background color
createTmpFile(String, String) - Method in class org.openrdf.sesame.repository.local.LocalService
Creates a new file with the supplied prefix and suffix in the configured tmp directory.
createURI(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied string-representation.
createURI(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI that will get the supplied namespace and local name.
createURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createURI(String, String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
createURI(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createURI(String, String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
createURI(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createURI(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
createUniqueIndex(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Creates a unique index on the specified column in the specified table.
createXMLReader() - Static method in class org.openrdf.util.xml.XMLReaderFactory
creates an org.xml.sax.XMLReader object.
createXMLReader(String) - Static method in class org.openrdf.util.xml.XMLReaderFactory
Creates an org.xml.sax.XMLReader object using the supplied name.
currentToken - Variable in class org.openrdf.sesame.query.rdql.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in class org.openrdf.sesame.query.rql.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in class org.openrdf.sesame.query.serql.parser.ParseException
This is the last token that has been consumed successfully.

D

DATATYPE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
DATATYPE - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Datatype
DATATYPEPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#DatatypeProperty
DATATYPE_LITERAL_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
DATA_DIR_KEY - Static variable in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
Key used to specify a data directory in the initialization parameters.
DATA_FORMAT_KEY - Static variable in class org.openrdf.sesame.sailimpl.memory.RdfSource
Key used to specify the format of the data in the file.
DATE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#date
DATETIME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#dateTime
DECIMAL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
DECIMAL - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#decimal
DEFAULT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
DEFAULT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
DEFAULT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
DEPEND_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
depend table, used to keep track of dependencies between statements.
DEPRECATEDCLASS - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedClass
DEPRECATEDPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedProperty
DIED_AT_URI - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
DIFFERENTFROM - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#differentFrom
DIGIT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
DIGIT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
DIGIT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
DIRECT_SUBCLASSOF_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing direct subClassOf relations.
DIRECT_SUBPROPERTYOF_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing direct subPropertyOf relations.
DISJOINTWITH - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#disjointWith
DISTINCT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
DISTINCTMEMBERS - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#distinctMembers
DIVIDE - Static variable in class org.openrdf.sesame.sail.query.MathExpr
The division (/) operator.
DOMAIN - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
DOMAIN - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#domain
DOMAIN_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing domain relations.
DOT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
DOT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
DOUBLE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#double
DOUBLEQUOTE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
DROP_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
drop table statement
DT_IGNORE - Static variable in interface org.openrdf.rio.Parser
Constant indicating that datatypes semantics should be ignored.
DT_NORMALIZE - Static variable in interface org.openrdf.rio.Parser
Constant indicating that values of datatyped literals should be normalized to their canonical representation.
DT_VERIFY - Static variable in interface org.openrdf.rio.Parser
Constant indicating that values of datatyped literals should be verified.
DURATION - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#duration
DataFile - class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile.
Class supplying access to a data file.
DataFile(File) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 
DataFile.DataIterator - class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile.DataIterator.
 
DataFile.DataIterator() - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile.DataIterator
 
DataMergeServlet - class org.openrdf.sesame.server.http.DataMergeServlet.
 
DataMergeServlet() - Constructor for class org.openrdf.sesame.server.http.DataMergeServlet
 
DataPathSelector - class org.openrdf.sesame.query.rql.model.DataPathSelector.
 
DataPathSelector(DataVar, PropertyVar, DataVar, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.DataPathSelector
Creates a new DataPathSelector.
DataQuery - interface org.openrdf.sesame.query.rql.model.DataQuery.
 
DataStore - class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore.
Class that provides indexed storage and retrieval of RDF values.
DataStore(File, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
 
DataUploadServlet - class org.openrdf.sesame.server.http.DataUploadServlet.
 
DataUploadServlet() - Constructor for class org.openrdf.sesame.server.http.DataUploadServlet
 
DataVar - class org.openrdf.sesame.query.rql.model.DataVar.
A DataVar is a variable that holds information on the actual metadata (as opposed to the schema information).
DataVar(String) - Constructor for class org.openrdf.sesame.query.rql.model.DataVar
 
Datatype - class org.openrdf.sesame.sail.query.Datatype.
 
Datatype(Var) - Constructor for class org.openrdf.sesame.sail.query.Datatype
 
DateTime - class org.openrdf.util.xml.datatypes.DateTime.
This class provides utility functions for comparisons operating on xml:dateTime datatypes as specified in W3C, XML Schema Part 2: Datatypes Second Edition
DateTime(String) - Constructor for class org.openrdf.util.xml.datatypes.DateTime
Creates a new DateTime object for the supplied xsd:dateTime string value.
DefaultBTreeValueComparator - class org.openrdf.sesame.sailimpl.nativerdf.btree.DefaultBTreeValueComparator.
A BTreeValueComparator that compares values with eachother by comparing all of their bytes.
DefaultBTreeValueComparator() - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.btree.DefaultBTreeValueComparator
 
DefaultRepositoryInfo - class org.openrdf.sesame.config.DefaultRepositoryInfo.
 
DefaultRepositoryInfo(String) - Constructor for class org.openrdf.sesame.config.DefaultRepositoryInfo
 
DefaultRepositoryInfo(String, String) - Constructor for class org.openrdf.sesame.config.DefaultRepositoryInfo
Creates a new RepositoryConfig with the supplied repository id and title
DefaultRepositoryInfo(String, String, boolean, boolean) - Constructor for class org.openrdf.sesame.config.DefaultRepositoryInfo
 
DialogSeparator - class org.openrdf.sesame.config.ui.DialogSeparator.
A horizontal separator between vertically-spaced components
DialogSeparator() - Constructor for class org.openrdf.sesame.config.ui.DialogSeparator
Creates a new DialogSeparator
DialogSeparator(String) - Constructor for class org.openrdf.sesame.config.ui.DialogSeparator
Creates a new DialogSeparator with the supplied text
DirectSubClassOf - class org.openrdf.sesame.sail.query.DirectSubClassOf.
 
DirectSubClassOf(Var, Var) - Constructor for class org.openrdf.sesame.sail.query.DirectSubClassOf
 
DirectSubPropertyOf - class org.openrdf.sesame.sail.query.DirectSubPropertyOf.
 
DirectSubPropertyOf(Var, Var) - Constructor for class org.openrdf.sesame.sail.query.DirectSubPropertyOf
 
DirectType - class org.openrdf.sesame.sail.query.DirectType.
 
DirectType(Var, Var) - Constructor for class org.openrdf.sesame.sail.query.DirectType
 
Domain - class org.openrdf.sesame.query.rql.model.Domain.
 
Domain(PropertyQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Domain
 
DomainSelector - class org.openrdf.sesame.query.rql.model.DomainSelector.
 
DomainSelector(ClassQuery, PropertyQuery) - Constructor for class org.openrdf.sesame.query.rql.model.DomainSelector
 
Done() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
Done() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
Done() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
DummyAdminListener - class org.openrdf.sesame.admin.DummyAdminListener.
A dummy AdminListener that does absolutely nothing at all.
DummyAdminListener() - Constructor for class org.openrdf.sesame.admin.DummyAdminListener
Creates a new DummyAdminListener object.
DuplicatesFilter - class org.openrdf.sesame.sail.query.DuplicatesFilter.
A QueryAnswerListener that filters any duplicates from the query results and forwards these filtered results to another QueryAnswerListener.
DuplicatesFilter(QueryAnswerListener) - Constructor for class org.openrdf.sesame.sail.query.DuplicatesFilter
Creates a new DuplicatesFilter.
data_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
datavar() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
debugStream - Variable in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
debugStream - Variable in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
debugStream - Variable in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
decodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Decodes an encoded Turtle string.
decodeUri(String) - Static method in class org.openrdf.util.uri.UriUtil
Decodes a string according to RFC 2396.
decodeUri(String, StringBuffer) - Static method in class org.openrdf.util.uri.UriUtil
Decodes a string according to RFC 2396.
deregisterThread() - Static method in class org.openrdf.util.log.ThreadLog
Deregisters the calling thread with the ThreadLog.
destroy() - Method in class org.openrdf.sesame.server.http.SesameServlet
Release resources.
disable_tracing() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
disable_tracing() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
disable_tracing() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
disconnect() - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Closes any open connections to the RDBMS.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.sesame.server.http.SesameServlet
 
doInferencing() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
the entry point for statement inferencing
doInferencing() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
the entry point for statement inferencing
doInferencing() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
doInferencing() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfMTInferencer
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.sesame.server.http.SesameServlet
 
doRoutingAction(Object) - Method in interface org.openrdf.util.rmirouting.RoutingAction
Here the implementor should take the necessary actions to align the server context using the provided cokkie into that method
domain() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
drain() - Method in class org.openrdf.util.jdbc.ConnectionPool
Drains the pool.
dropIndex(String, String[]) - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
Overrides dropIndex in RDBMS.
dropIndex(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Drops the index on the specified column name from the specified table.
dropIndex(String, String[]) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Drops the index on the specified columns from the specified table.
dropTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Drops a table.

E

EMPTY_LIST - Static variable in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
ENTITIES - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#ENTITIES
ENTITY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#ENTITY
EOF - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
EOF - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
EOF - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
EQ - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
EQ - Static variable in class org.openrdf.sesame.query.rql.model.CompareTo
EQual *
EQ - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
EQ - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
EQ - Static variable in class org.openrdf.sesame.sail.query.StringCompare
equal to
EQ - Static variable in class org.openrdf.sesame.sail.query.ValueCompare
equal to
EQUIVALENTCLASS - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentClass
EQUIVALENTPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentProperty
ERROR - Static variable in class org.openrdf.sesame.admin.AdminMsg
Error.
ERROR - Static variable in class org.openrdf.util.log.ThreadLog
 
ERROR_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
ESCAPE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
ESCAPED_CHAR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
ESCAPED_CHAR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
EXISTS - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
EXISTS - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
EXPIRED_LITERALS_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
expiredLiterals table, used to store IDs of literals that are potentially no longer used.
EXPIRED_RESOURCES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
expiredResources table, used to store IDs of resources that are potentially no longer used.
EXPIRED_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
removedTriples table, used to store IDs of statements that were 'removed' during a transaction.
EXPIRED_VALUES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
expiredValues table, used to store IDs of values that are potentially no longer used.
EXPLICIT_KEY - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
EXTENDER - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
EXTENDER - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
EXTRA - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
EmptyLiteralIterator - class org.openrdf.sesame.sail.util.EmptyLiteralIterator.
A LiteralIterator that contains exactly zero literals.
EmptyLiteralIterator() - Constructor for class org.openrdf.sesame.sail.util.EmptyLiteralIterator
Creates an EmptyLiteralIterator.
EmptyResourceIterator - class org.openrdf.sesame.sail.util.EmptyResourceIterator.
A ResourceIterator that contains exactly zero resources.
EmptyResourceIterator() - Constructor for class org.openrdf.sesame.sail.util.EmptyResourceIterator
Creates an EmptyResourceIterator.
EmptyStatementIterator - class org.openrdf.sesame.sail.util.EmptyStatementIterator.
A StatementIterator that contains exactly zero statements.
EmptyStatementIterator() - Constructor for class org.openrdf.sesame.sail.util.EmptyStatementIterator
Creates an EmptyStatementIterator.
EmptyValueIterator - class org.openrdf.sesame.sail.util.EmptyValueIterator.
A ValueIterator that contains exactly zero resources.
EmptyValueIterator() - Constructor for class org.openrdf.sesame.sail.util.EmptyValueIterator
Creates an EmptyValueIterator.
Enumeration - class org.openrdf.util.Enumeration.
An abstract super class for type-safe enumeration classes.
Exists - class org.openrdf.sesame.query.rql.model.Exists.
 
Exists(Var, ResourceQuery, BooleanQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Exists
 
Exists - class org.openrdf.sesame.sail.query.Exists.
Checks whether the wrapped Query produces any results.
Exists(Query) - Constructor for class org.openrdf.sesame.sail.query.Exists
 
edge() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
editCellAt(int, int) - Method in class org.openrdf.sesame.config.ui.XTable
Focusses on the editor
editingStopped(ChangeEvent) - Method in class org.openrdf.sesame.config.ui.ParameterTable
If the editing row is new, continues editing
editingStopped(ChangeEvent) - Method in class org.openrdf.sesame.config.ui.RepositoryTable
If the editing row is new, continues editing
editingStopped(ChangeEvent) - Method in class org.openrdf.sesame.config.ui.UserTable
If the editing row is new, continues editing
editingStopped(ChangeEvent) - Method in class org.openrdf.sesame.config.ui.XTable
Sets the the edited value
emptyElement(String) - Method in class org.openrdf.util.xml.XmlWriter
Writes an 'empty' element, e.g.
emptyLine() - Method in class org.openrdf.util.xml.XmlWriter
Writes an empty line.
emptyStringIsNull() - Method in class org.openrdf.sesame.sailimpl.rdbms.Oracle
within Oracle '' gets converted to null
emptyStringIsNull() - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Should return true if the database converts empty string to NULL.
enable_tracing() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
enable_tracing() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
enable_tracing() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
encodeLongString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a long string in a Turtle document.
encodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a 'normal' string in a Turtle document.
encodeURIString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a (relative) URI in a Turtle document.
encodeUri(String) - Static method in class org.openrdf.util.uri.UriUtil
Encodes a string according to RFC 2396.
encodeUri(String, StringBuffer) - Static method in class org.openrdf.util.uri.UriUtil
Encodes a string according to RFC 2396.
endColumn - Variable in class org.openrdf.sesame.query.rdql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.openrdf.sesame.query.rql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.openrdf.sesame.query.serql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDocument() - Method in interface org.openrdf.rio.RdfDocumentWriter
Ends the document writing.
endDocument() - Method in class org.openrdf.rio.n3.N3Writer
 
endDocument() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
endDocument() - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
endDocument() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
endDocument() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
endDocument() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
endDocument() - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
endDocument() - Method in class org.openrdf.util.xml.SimpleSAXAdapter
 
endDocument() - Method in interface org.openrdf.util.xml.SimpleSAXListener
Notifies the listener that the parser has finished parsing.
endDocument() - Method in class org.openrdf.util.xml.XmlWriter
Finishes writing and flushes the OutputStream or Writer that this XmlQueryResultWriter is writing to.
endElement(String, String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
endElement(String, String, String) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
endGraphQueryResult() - Method in class org.openrdf.sesame.query.GraphQueryDuplicatesFilter
 
endGraphQueryResult() - Method in interface org.openrdf.sesame.query.GraphQueryResultListener
Indicates the end of a graph-like query result.
endGraphQueryResult() - Method in class org.openrdf.sesame.query.QueryResultsGraphBuilder
 
endGraphQueryResult() - Method in class org.openrdf.sesame.query.RdfGraphWriter
Indicates the end of a graph-like query result.
endGraphQueryResult() - Method in class org.openrdf.sesame.query.StdOutGraphQueryResultWriter
 
endLine - Variable in class org.openrdf.sesame.query.rdql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.openrdf.sesame.query.rql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.openrdf.sesame.query.serql.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endNamespaceList() - Method in interface org.openrdf.sesame.server.http.io.NamespaceListener
 
endPrefixMapping(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
endPrefixMapping(String) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
endRepositoryList() - Method in class org.openrdf.sesame.config.RepositoryListBuilder
Indicates the end of a repository list.
endRepositoryList() - Method in interface org.openrdf.sesame.config.RepositoryListListener
Indicates the end of a repository list.
endTableQueryResult() - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
endTableQueryResult() - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
endTableQueryResult() - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Method needed by the TableQueryResultListener interface.
endTableQueryResult() - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
endTableQueryResult() - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Indicates the end of a table-like query result.
endTableQueryResult() - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
endTableQueryResult() - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
endTableQueryResult() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
endTag(String) - Method in class org.openrdf.util.xml.SimpleSAXAdapter
 
endTag(String) - Method in interface org.openrdf.util.xml.SimpleSAXListener
Reports an end tag to the listener.
endTag(String) - Method in class org.openrdf.util.xml.XmlWriter
Writes an end tag.
endTuple() - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
endTuple() - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
endTuple() - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Method needed by the TableQueryResultListener interface.
endTuple() - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
endTuple() - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Indicates the end of a tuple/row.
endTuple() - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
endTuple() - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
endTuple() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
equals(Object) - Method in interface org.openrdf.model.BNode
Compares a blank node object to another object.
equals(Object) - Method in interface org.openrdf.model.Literal
Compares a literal object to another object.
equals(Object) - Method in interface org.openrdf.model.Statement
Compares a statement object to another object.
equals(Object) - Method in interface org.openrdf.model.URI
Compares a URI object to another object.
equals(Object) - Method in class org.openrdf.model.impl.BNodeImpl
 
equals(Object) - Method in class org.openrdf.model.impl.LiteralImpl
 
equals(Object) - Method in class org.openrdf.model.impl.StatementImpl
 
equals(Object) - Method in class org.openrdf.model.impl.URIImpl
 
equals(Object) - Method in class org.openrdf.sesame.config.SailConfig
 
equals(Object) - Method in class org.openrdf.sesame.config.UserInfo
 
equals(Object) - Method in class org.openrdf.sesame.query.QueryResultsTable
Compares this QueryResultsTable with another, returning true if both contain the same values.
equals(Object) - Method in class org.openrdf.sesame.query.Tuple
Indicates whether some other object is equal to this one.
equals(Object) - Method in class org.openrdf.sesame.query.rql.model.Intersection
Compares this intersection to another object.
equals(Object) - Method in class org.openrdf.sesame.query.rql.model.Projection
 
equals(Object) - Method in class org.openrdf.sesame.sail.query.QueryAnswer
 
equals(Object) - Method in class org.openrdf.sesame.sail.query.Var
 
equals(Object) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
equals(Object) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate
 
equals(Object) - Method in class org.openrdf.util.Enumeration
 
error(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports an error from the parser.
error(String, int, int, Statement) - Method in interface org.openrdf.sesame.admin.AdminListener
An error message with optionally line and column number and the statement to indicate the source of the error.
error(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.AdminMsgCollector
 
error(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.DummyAdminListener
 
error(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
error(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.StdOutAdminListener
 
error(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
error(QueryErrorType, String) - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
error(QueryErrorType, String) - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
error(QueryErrorType, String) - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
 
error(QueryErrorType, String) - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
error(QueryErrorType, String) - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Reports an error that has occurred during the query evaluation.
error(QueryErrorType, String) - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
error(QueryErrorType, String) - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
error(QueryErrorType, String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
error(String) - Static method in class org.openrdf.util.log.ThreadLog
Logs an error.
error(String, Object) - Static method in class org.openrdf.util.log.ThreadLog
Logs an error.
escapeCharacterData(String) - Static method in class org.openrdf.util.xml.XmlUtil
Escapes any special characters in the supplied text so that it can be included as character data in an XML document.
escapeDoubleQuotedAttValue(String) - Static method in class org.openrdf.util.xml.XmlUtil
Escapes any special characters in the supplied value so that it can be used as an double-quoted attribute value in an XML document.
escapeSingleQuotedAttValue(String) - Static method in class org.openrdf.util.xml.XmlUtil
Escapes any special characters in the supplied value so that it can be used as an single-quoted attribute value in an XML document.
escapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.
escapeString(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.Oracle
Replaces any occurences of ' with ''.
escapeString(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Escapes any special characters in the specifed string such that it can be used in a query for this RDBMS.
escapeString(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.SQLServer
 
evalRdqlQuery(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Evaluates an RDQL query
evalRdqlQuery(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Evaluate an RDQL query over the data held in the current repository
evalRdqlQuery(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
evalRqlQuery(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Evaluates an RQL Query.
evalRqlQuery(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Evaluate an RQL query over the data held in the current repository
evalRqlQuery(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
evaluate(RdfSource, GraphQueryResultListener) - Method in class org.openrdf.sesame.query.GraphQuery
Evaluates this Construct-From-Where query against the supplied RdfSource and reports the query results to the supplied GraphQueryResultListener.
evaluate(RdfSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.TableQuery
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.ClassVar
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.DataVar
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.Domain
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.InstanceOf
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.IntegerConstant
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.Minus
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.PropertyVar
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.Range
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.RdfProperty
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.RdfsClass
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.RealConstant
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in interface org.openrdf.sesame.query.rql.model.ResourceQuery
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.StringConstant
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.TypeOf
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.URI
 
evaluate(RdfSchemaSource, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.model.Union
 
evaluate(RdfSource, QueryAnswerListener) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
evaluate(RdfSource, QueryAnswerListener) - Method in class org.openrdf.sesame.sail.query.Intersect
 
evaluate(RdfSource, QueryAnswerListener) - Method in class org.openrdf.sesame.sail.query.Minus
 
evaluate(RdfSource, QueryAnswerListener) - Method in interface org.openrdf.sesame.sail.query.Query
Evaluates the query on the data contained in the supplied RdfSource and reports the results to the supplied QueryAnswerListener.
evaluate(RdfSource, QueryAnswerListener) - Method in class org.openrdf.sesame.sail.query.Union
 
evaluateConstructQuery(GraphQuery, GraphQueryResultListener) - Method in class org.openrdf.sesame.query.serql.SerqlEngine
 
evaluateQuery(TableQuery, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rdql.RdqlEngine
Evaluates the supplied TableQuery and reports the results to the supplied TableQueryResultListener.
evaluateQuery(Query, TableQueryResultListener) - Method in class org.openrdf.sesame.query.rql.RqlEngine
Evaluates the supplied Query and reports the results to the supplied TableQueryResultListener.
evaluateSelectQuery(TableQuery, TableQueryResultListener) - Method in class org.openrdf.sesame.query.serql.SerqlEngine
Evaluates the supplied SerqlQuery and reports the results to the supplied QueryResultListener.
executeUpdate(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Executes an update query.
expectedTokenSequences - Variable in class org.openrdf.sesame.query.rdql.parser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in class org.openrdf.sesame.query.rql.parser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in class org.openrdf.sesame.query.serql.parser.ParseException
Each entry in this array is an array of integers.
exportPolicy(RdfRepository) - Method in interface org.openrdf.sesame.omm.SecurityServices
Exports the Security Policy to a Sail.
exportPolicy(RdfRepository) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Exports the Security Policy to a Sail.
exportRdf(RdfSource, RdfDocumentWriter, boolean) - Method in class org.openrdf.sesame.export.RdfExport
Reads statements from the supplied RdfSource and reports these to the supplied RdfDocumentWriter.
exportRdf(RdfSchemaSource, RdfDocumentWriter, boolean, boolean, boolean, boolean) - Method in class org.openrdf.sesame.export.RdfExport
Reads statements from the supplied RdfSchemaSource and reports these to the supplied RdfDocumentWriter.
exported() - Method in class org.openrdf.sesame.sailimpl.memory.Namespace
 
exported() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsNamespace
 
ext_class_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
ext_data_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
ext_property_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
extractCookies(URLConnection) - Method in class org.openrdf.util.http.CookieManager
Extracts any cookies from the supplied URLConnection and stores them internally.
extractRDF(RDFFormat, boolean, boolean, boolean, boolean) - Method in interface org.openrdf.sesame.repository.SesameRepository
Extracts data from the repository and returns it in the requested format.
extractRDF(RDFFormat, boolean, boolean, boolean, boolean) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
extractRDF(RdfDocumentWriter, boolean, boolean, boolean, boolean) - Method in class org.openrdf.sesame.repository.local.LocalRepository
Extracts data from the repository and reports the triples to the supplied RdfDocumentWriter.
extractRDF(RDFFormat, boolean, boolean, boolean, boolean) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
extractRDF(boolean, boolean, boolean) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Extracts the ontology or/and instances from the repository.
extractRDF(boolean, boolean, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Etract the contents of the current repository as RDF.
extractRDF(boolean, boolean, boolean) - Method in class org.openrdf.sesame.server.soap.SoapServices
 

F

FALSE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
FALSE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
FALSE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
FALSE - Static variable in class org.openrdf.sesame.sail.query.BooleanConstant
 
FALSE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Boolean value 'false'.
FILE_KEY - Static variable in class org.openrdf.sesame.sailimpl.memory.RdfSource
Key used to specify a file for persistent storage.
FIRST - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
FLOAT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#float
FLOATING_POINT_LITERAL - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
FOR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
FORALL - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
FORMAT_VERSION - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
The version number of the current format.
FRAGMENT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
FROM - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
FROM - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
FROM - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
FULL_URI - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
FUNCTIONALPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#FunctionalProperty
FactoryInterface - interface org.openrdf.sesame.server.rmi.FactoryInterface.
An instance implementing this interface is binded to the local RMI registry and should be used to obtain remote references to the actual SesameServices located on the server.
FactoryInterfaceImpl - class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl.
 
FactoryInterfaceImpl() - Constructor for class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
 
FilePart - class org.openrdf.util.http.FilePart.
FilePart represents a file uploaded through a multipart/form-data encoded POST request.
FilePart(String, String, byte[]) - Constructor for class org.openrdf.util.http.FilePart
Construct a new filepart.
FileUploadServlet - class org.openrdf.sesame.server.http.FileUploadServlet.
Deprecated. DataUploadServlet handles file uploads now.
FileUploadServlet() - Constructor for class org.openrdf.sesame.server.http.FileUploadServlet
Deprecated.  
Forall - class org.openrdf.sesame.query.rql.model.Forall.
 
Forall(Var, ResourceQuery, BooleanQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Forall
 
fatalError(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports a fatal error from the parser.
findFirst(RdfSource) - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
findNext(RdfSource) - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
findSailInStack(Sail, Class) - Static method in class org.openrdf.sesame.sail.SailUtil
Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface.
findSplitIndex(String) - Static method in class org.openrdf.util.xml.XmlUtil
Tries to find a point in the supplied URI where this URI can be safely split into a namespace part and a local name.
first_pathelem(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
flush() - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
flush() - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
 
focusGained(FocusEvent) - Method in class org.openrdf.sesame.config.ui.ServerTab
 
focusLost(FocusEvent) - Method in class org.openrdf.sesame.config.ui.ServerTab
 
forValue(String) - Static method in class org.openrdf.sesame.constants.AdminResultFormat
Returns an AdminResultFormat constant for the specified value.
forValue(String) - Static method in class org.openrdf.sesame.constants.QueryLanguage
Returns a QueryLanguage constant for the specified value.
forValue(String) - Static method in class org.openrdf.sesame.constants.QueryResultFormat
Returns a QueryResultFormat constant for the specified value.
forValue(String) - Static method in class org.openrdf.sesame.constants.RDFFormat
Returns an RDFFormat constant for the specified value.
forValue(String) - Static method in class org.openrdf.sesame.query.QueryErrorType
Returns a QueryErrorType constant for the specified value.
forValue(String) - Static method in class org.openrdf.sesame.repository.remote.HTTPErrorType
Returns an HTTPErrorType constant for the specified value.
forValue(String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Right
Returns a Right constant for the specified value.
forceBreak() - Method in class org.openrdf.sesame.sailimpl.rdbms.OptimizeThread
forces the loop breaking of the current OptimizeThread. so all the ables to be optimized
from_to(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
full_uri() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
fullname - Variable in class org.openrdf.sesame.omm.SessionContext
 

G

GDAY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gDay
GE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
GE - Static variable in class org.openrdf.sesame.query.rql.model.CompareTo
Larger or Equal *
GE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
GE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
GE - Static variable in class org.openrdf.sesame.sail.query.ValueCompare
greater than or equal to
GMONTH - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonth
GMONTHDAY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonthDay
GROUNDED_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
groundedTriples table, used to store IDs of statements that are still 'grounded' after a transaction.
GT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
GT - Static variable in class org.openrdf.sesame.query.rql.model.CompareTo
Larger Than *
GT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
GT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
GT - Static variable in class org.openrdf.sesame.sail.query.ValueCompare
greater than
GYEAR - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gYear
GYEARMONTH - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#gYearMonth
GetImage() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
GetImage() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
GetImage() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
GetSuffix(int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
GetSuffix(int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
GetSuffix(int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
Graph - interface org.openrdf.model.Graph.
Graph is an interface for fast manipulation of collections of RDF statements in code.
GraphException - exception org.openrdf.model.GraphException.
 
GraphException() - Constructor for class org.openrdf.model.GraphException
 
GraphException(String) - Constructor for class org.openrdf.model.GraphException
 
GraphException(Throwable) - Constructor for class org.openrdf.model.GraphException
 
GraphException(String, Throwable) - Constructor for class org.openrdf.model.GraphException
 
GraphImpl - class org.openrdf.model.impl.GraphImpl.
GraphImpl - an implementation of the graph interface that uses a local repository as storage backend.
GraphImpl() - Constructor for class org.openrdf.model.impl.GraphImpl
Creates a new GraphImpl.
GraphImpl(LocalRepository) - Constructor for class org.openrdf.model.impl.GraphImpl
Creates a new GraphImpl that uses the supplied LocalRepository as storage backend.
GraphImpl(RdfRepository) - Constructor for class org.openrdf.model.impl.GraphImpl
Deprecated. low-level SAIL api should not be exposed in access APIs; use constructor with LocalRepository object instead.
GraphPattern - class org.openrdf.sesame.sail.query.GraphPattern.
A pattern consisting of a set of path expressions and boolean constraints on the values in the path expressions, and zero or more optional child graph patterns.
GraphPattern() - Constructor for class org.openrdf.sesame.sail.query.GraphPattern
Creates a new GraphPattern.
GraphPatternQuery - class org.openrdf.sesame.sail.query.GraphPatternQuery.
An abstract representation of an RDF query that works with path expressions.
GraphQuery - class org.openrdf.sesame.query.GraphQuery.
A GraphQuery is a query that produces an RDF graph (or a set of statements) as its result.
GraphQuery(Query, Map) - Constructor for class org.openrdf.sesame.query.GraphQuery
Creates a new Construct-From-Where query.
GraphQueryAddServlet - class org.openrdf.sesame.server.http.GraphQueryAddServlet.
 
GraphQueryAddServlet() - Constructor for class org.openrdf.sesame.server.http.GraphQueryAddServlet
 
GraphQueryDuplicatesFilter - class org.openrdf.sesame.query.GraphQueryDuplicatesFilter.
A GraphQueryResultListener that filters any duplicates from the query results and forwards these filtered results to another GraphQueryResultListener.
GraphQueryDuplicatesFilter(GraphQueryResultListener) - Constructor for class org.openrdf.sesame.query.GraphQueryDuplicatesFilter
Creates a new GraphQueryDuplicatesFilter.
GraphQueryMergeServlet - class org.openrdf.sesame.server.http.GraphQueryMergeServlet.
 
GraphQueryMergeServlet() - Constructor for class org.openrdf.sesame.server.http.GraphQueryMergeServlet
 
GraphQueryRemoveServlet - class org.openrdf.sesame.server.http.GraphQueryRemoveServlet.
 
GraphQueryRemoveServlet() - Constructor for class org.openrdf.sesame.server.http.GraphQueryRemoveServlet
 
GraphQueryResultListener - interface org.openrdf.sesame.query.GraphQueryResultListener.
A listener for graph-like query results.
GraphQueryServlet - class org.openrdf.sesame.server.http.GraphQueryServlet.
 
GraphQueryServlet() - Constructor for class org.openrdf.sesame.server.http.GraphQueryServlet
 
GridBagUtil - class org.openrdf.sesame.config.ui.util.GridBagUtil.
Facilitates the use of GridBagLayout.
GridBagUtil() - Constructor for class org.openrdf.sesame.config.ui.util.GridBagUtil
 
generateParseException() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
generateParseException() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
generateParseException() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
get(Object) - Static method in class org.openrdf.sesame.omm.SessionContext
 
get(int) - Method in class org.openrdf.sesame.query.rql.model.Projection
 
get(int) - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
get(byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Gets the value that matches the specified key.
get(byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
Gets the subarray from array that starts at offset.
get(byte[], int, int) - Static method in class org.openrdf.util.ByteArrayUtil
Gets the subarray of length length from array that starts at offset.
getAddRight() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets the Add right.
getAddRight() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getAdminPassword() - Method in class org.openrdf.sesame.config.SystemConfig
 
getAdminRight() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets the Admin right.
getAdminRight() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getAlias() - Method in class org.openrdf.sesame.sail.query.ProjectionElem
 
getAllSQLs() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getAnonymousVarName() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
getArg() - Method in class org.openrdf.sesame.sail.query.Exists
 
getArg() - Method in class org.openrdf.sesame.sail.query.Not
 
getArg1() - Method in class org.openrdf.sesame.query.rql.model.And
 
getArg1() - Method in class org.openrdf.sesame.query.rql.model.CompareTo
 
getArg1() - Method in class org.openrdf.sesame.query.rql.model.In
 
getArg1() - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
getArg1() - Method in class org.openrdf.sesame.query.rql.model.Minus
 
getArg1() - Method in interface org.openrdf.sesame.query.rql.model.SetQuery
 
getArg1() - Method in class org.openrdf.sesame.query.rql.model.Union
 
getArg2() - Method in class org.openrdf.sesame.query.rql.model.And
 
getArg2() - Method in class org.openrdf.sesame.query.rql.model.CompareTo
 
getArg2() - Method in class org.openrdf.sesame.query.rql.model.In
 
getArg2() - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
getArg2() - Method in class org.openrdf.sesame.query.rql.model.Minus
 
getArg2() - Method in interface org.openrdf.sesame.query.rql.model.SetQuery
 
getArg2() - Method in class org.openrdf.sesame.query.rql.model.Union
 
getArgument() - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
getArgument() - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
getArgument() - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
getArgument() - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
getAuthority() - Method in class org.openrdf.util.uri.URI
 
getAxioms() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
getBaseDir() - Static method in class org.openrdf.sesame.server.SesameServer
Gets the base dir against which to resolve relative paths (null if not set).
getBaseSail() - Method in interface org.openrdf.sesame.sail.StackedSail
Gets the base Sail that this Sail works on top of.
getBaseSail() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getBaseSail() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
getBeginColumn() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
getBeginColumn() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
getBeginColumn() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
getBeginLine() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
getBeginLine() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
getBeginLine() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
getBinaryParameter(Map, String) - Static method in class org.openrdf.util.http.HttpServerUtil
Gets the binary value of a request parameter from a Map of FileItem objects, as returned by parseMultipartFormRequest().
getBytes() - Method in class org.openrdf.util.http.FilePart
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
getClasses(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.ClassQuery
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ClassVar
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Domain
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Range
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RdfsClass
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.TypeOf
 
getClasses(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.URI
 
getClasses() - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all defined classes.
getClasses() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getClasses() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getClasses() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getClasses() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getClasses() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of the defined classes in the repository
getClasses() - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive a list of the defined classes in the repository
getClasses() - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getClassesOf(String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive a list of classes to which an Instance belongs
getColumn() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
Deprecated.  
getColumn() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
Deprecated.  
getColumnAlignment(int) - Method in class org.openrdf.sesame.config.ui.XTableModel
 
getColumnCount() - Method in class org.openrdf.sesame.config.ui.XTableModel
 
getColumnCount() - Method in class org.openrdf.sesame.query.QueryResultsTable
Gets the number of columns in this table.
getColumnHeaders() - Method in class org.openrdf.sesame.sail.query.ConstructQuery
 
getColumnHeaders() - Method in interface org.openrdf.sesame.sail.query.Query
Gets the headers for the results table that is produced by this query.
getColumnHeaders() - Method in class org.openrdf.sesame.sail.query.SelectQuery
 
getColumnHeaders() - Method in class org.openrdf.sesame.sail.query.SetOperator
 
getColumnName(int) - Method in class org.openrdf.sesame.config.ui.XTableModel
 
getColumnName(int) - Method in class org.openrdf.sesame.query.QueryResultsTable
Return the name of the column at index 'column'
getColumnNames() - Method in class org.openrdf.sesame.query.QueryResultsTable
return the names of all columns in an array.
getColumnNo() - Method in class org.openrdf.sesame.admin.AdminMsg
Gets the column number associated with this messages, or -1 if not available or applicable.
getColumnNumber() - Method in class org.openrdf.rio.ParseException
Gets the column number associated with this parse exception.
getColumnWidth(int) - Method in class org.openrdf.sesame.config.ui.XTableModel
 
getCompressFile() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Checks whether this configuration object specifies that the Sail should compress its data before storing it in the data file.
getConfigParameters() - Method in class org.openrdf.sesame.config.SailConfig
 
getConjunctiveConstraints() - Method in class org.openrdf.sesame.sail.query.GraphPattern
Gets a list of conjunctive constraints.
getConnection() - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Gets a connection to the RDBMS.
getConnection() - Method in class org.openrdf.util.jdbc.ConnectionPool
 
getConsequent() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getContentType() - Method in class org.openrdf.util.http.FilePart
 
getContext() - Static method in class org.openrdf.sesame.omm.SessionContext
 
getContext(boolean) - Static method in class org.openrdf.sesame.omm.SessionContext
 
getContext(Object) - Static method in class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl
 
getCount() - Method in class org.openrdf.sesame.sail.query.QueryResultsCounter
Gets the number of query answers that has been counted.
getData(long, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
Gets the data that is stored at the specified offset.
getData(int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Gets the value for the specified ID.
getData(int, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Gets the value for the specified ID, optionally searching the non-commited data.
getDataDir() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Gets the fully qualified name of the data directory.
getDataFormat() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig
Gets the data format of the data in the data file that has been configured for the Sail.
getDatatype() - Method in interface org.openrdf.model.Literal
Gets the datatype for this literal.
getDatatype() - Method in class org.openrdf.model.impl.LiteralImpl
 
getDependSQL() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getDescription() - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Gets the restriction's description.
getDescription() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Gets the role description
getDescription() - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
getDescription() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets rule's description.
getDescription() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getDirectSubClassOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all direct subClassOf relations with a specific sub- and/or superclass.
getDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getDirectSubClassOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of the direct subclasses of a class
getDirectSubClassOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getDirectSubClassStatements() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
getDirectSubClassStatements() - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
getDirectSubClassStatements() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getDirectSubPropertyOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all direct subPropertyOf relations with a specific sub- and/or superproperty.
getDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getDirectSubPropertyOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of the direct subproperties of a property
getDirectSubPropertyOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getDirectSubPropertyStatements() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
getDirectSubPropertyStatements() - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
getDirectSubPropertyStatements() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getDirectType(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all direct type relations with a specific instance and/or class.
getDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getDirectType(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of URIs of an instances about specific class
getDirectType(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getDirectTypeStatements() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
getDirectTypeStatements() - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
getDirectTypeStatements() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getDisplayString(Value) - Static method in class org.openrdf.sesame.server.http.RdfExplorerUtil
 
getDomain(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all domain relations with a specific property and/or domain class.
getDomain(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getDomain(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getDomain(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getDomain(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getEdge() - Method in class org.openrdf.sesame.query.serql.parser.PathElement
 
getEndColumn() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
getEndColumn() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
getEndColumn() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
getEndLine() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
getEndLine() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
getEndLine() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
getErrors() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Gets all collected error messages.
getExplicitStatements(Resource, URI, Value) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all explicitly added statements with a specific subject, predicate and/or object.
getExplicitStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getExplicitStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getExplicitStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getExplicitStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getExplicitStatements(String, String, String, boolean) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrive a list of the explicit statemnets from the repository.
getExplicitStatements(String, String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getExpressions() - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
getFile() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig
Gets the data file that has been configured for the Sail.
getFirstMember() - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
getFragment() - Method in class org.openrdf.util.uri.URI
 
getFromPart() - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
getFullName() - Method in class org.openrdf.sesame.config.UserInfo
 
getGraph() - Method in class org.openrdf.sesame.query.QueryResultsGraphBuilder
Gets the graph that has been build from the query result.
getGraph() - Method in class org.openrdf.sesame.repository.local.LocalRepository
Creates a Graph representation of this repository.
getGraphPattern() - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
getHeader() - Method in class org.openrdf.sesame.sail.query.ResourceExpr
 
getHistoryRight() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets the History right.
getHistoryRight() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getID() - Method in interface org.openrdf.model.BNode
retrieves this bNode's identifier.
getID() - Method in class org.openrdf.model.impl.BNodeImpl
 
getID() - Method in class org.openrdf.sesame.config.UserInfo
 
getID(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getID(String, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getID(Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Gets the ID for the specified value.
getID(Value, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
getID(byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Gets the ID for the specified value.
getID(byte[], boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Gets the ID for the specified value, optionally search the non-committed data.
getId() - Method in class org.openrdf.sesame.query.serql.parser.ReifiedPathElement
Gets the identifier of this reified statement.
getId() - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Gets the restriction id.
getId() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Retireve the Id of that role
getId() - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
getId() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Get the Id of the rule
getId() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getId() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Retrieve the ID of the user
getId() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getId() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsNamespace
 
getId(Component) - Static method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getIdentifierForSelectedRow() - Method in class org.openrdf.sesame.config.ui.XTable
Gets the identifying value of the selected row.
getIdentifyingColumn() - Method in class org.openrdf.sesame.config.ui.AccessControlTableModel
 
getIdentifyingColumn() - Method in class org.openrdf.sesame.config.ui.ParameterTableModel
 
getIdentifyingColumn() - Method in class org.openrdf.sesame.config.ui.RepositoryTableModel
 
getIdentifyingColumn() - Method in class org.openrdf.sesame.config.ui.SailTableModel
 
getIdentifyingColumn() - Method in class org.openrdf.sesame.config.ui.UserTableModel
 
getIdentifyingColumn() - Method in class org.openrdf.sesame.config.ui.XTableModel
Gets the index of the identifying column.
getIndentString() - Method in class org.openrdf.util.xml.XmlWriter
Gets the string used for indentation.
getIndexName(String, String[]) - Method in class org.openrdf.sesame.sailimpl.rdbms.Oracle
Creates an index name based on the name of the columns and table that it's supposed to index.
getIndexName(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Creates an index name based on the name of the column and table that it's supposed to index.
getIndexName(String, String[]) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Creates an index name based on the name of the columns and table that it's supposed to index.
getInferencerClass() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepositoryConfig
Gets the inferencer class.
getInnerIterator(Value) - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator
 
getInnerIterator(Resource) - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedValueIterator
 
getInputStream() - Method in class org.openrdf.util.http.FilePart
 
getInputStream(URLConnection) - Static method in class org.openrdf.util.http.HttpClientUtil
Gets the InputStream for reading the response from a server.
getInstances(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
getInstances(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.DataQuery
 
getInstances(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.DataVar
 
getInstances(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.InstanceOf
 
getInstances(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
Gets all resources that are instances of all classes of this intersection.
getInstances(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.URI
 
getInstancesOf(String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive a list of URI's of an instances about specific class
getInt(byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
 
getIntId(Component) - Static method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getInterfaces() - Method in interface org.openrdf.util.rmirouting.ChannelIface
getInterfaces return all the interfaces implemented by the wraped instance as an array of strings.
getInterfaces() - Method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
getInterfaces is used by the client to obtain a list of the implemented, by the wrapped instance, interfaces .
getInternalId() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
getInternalId() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
getInternalId() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
getInternalId() - Method in interface org.openrdf.sesame.sailimpl.nativerdf.model.NativeValue
Gets the ID that is used in the native RDF repository for this Value.
getInternalId() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
getInternalId() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
getInternalId() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
getInternalId() - Method in interface org.openrdf.sesame.sailimpl.rdbms.model.IdValue
Gets the ID that is used in the RDBMS for this Value.
getJdbcDriver() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Gets the fully qualified class name of the used JDBC driver.
getJdbcUrl() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Gets the JDBC URL that identifies the database to connect to.
getLabel() - Method in interface org.openrdf.model.Literal
Gets the label of this literal.
getLabel() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLabelForResource(Resource, RdfSource) - Static method in class org.openrdf.sesame.server.http.RdfExplorerUtil
 
getLanguage() - Method in interface org.openrdf.model.Literal
Gets the language tag for this literal, normalized to lowercase.
getLanguage() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLeader() - Method in class org.openrdf.sesame.query.rql.model.Var
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.And
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.CompareAll
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.CompareAny
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.In
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.MathExpr
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.Or
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.SetOperator
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.StringCompare
 
getLeftArg() - Method in class org.openrdf.sesame.sail.query.ValueCompare
 
getLimit() - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
getLine() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
Deprecated.  
getLine() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
Deprecated.  
getLine() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
Deprecated.  
getLineNo() - Method in class org.openrdf.sesame.admin.AdminMsg
Gets the line number associated with this messages, or -1 if not available or applicable.
getLineNumber() - Method in class org.openrdf.rio.ParseException
Gets the line number associated with this parse exception.
getListener() - Method in class org.openrdf.util.xml.SimpleSAXParser
Gets the listener that currently will receive any events from this parser.
getLiteral(int) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Gets the Literal for the supplied ID.
getLiterals(String, String, URI) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all literals with a specific label, language and/or datatype.
getLiterals(String, String, URI) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getLiterals(String, String, URI) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getLiterals(String, String, URI) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getLiterals(String, String, URI) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getLocalName() - Method in interface org.openrdf.model.URI
Gets the local name of this URI.
getLocalName() - Method in class org.openrdf.model.impl.URIImpl
 
getLocalService() - Static method in class org.openrdf.sesame.server.SesameServer
Retrieves a LocalService object that can be used to access local repositories automatically
getLocalVariables(Collection) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Gets all variables that are used in the path expressions of this GraphPattern.
getLogDir() - Method in class org.openrdf.sesame.config.SystemConfig
 
getLogLevel() - Method in class org.openrdf.sesame.config.SystemConfig
 
getLogin() - Method in class org.openrdf.sesame.config.UserInfo
 
getLogin() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
 
getLogin() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getLong(byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
 
getMajorVersion() - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
getMaxID() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Returns the maximum ID value.
getMaxID() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
getMaxTemplateCountsPerRule() - Static method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
 
getMaximumSize() - Method in class org.openrdf.sesame.config.ui.DialogSeparator
 
getMembers() - Method in class org.openrdf.sesame.query.rql.model.Intersection
Gets the members of this intersection.
getMessage() - Method in class org.openrdf.sesame.admin.AdminMsg
Gets the actual message.
getMessage() - Method in class org.openrdf.sesame.query.rdql.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.openrdf.sesame.query.rdql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.openrdf.sesame.query.rql.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.openrdf.sesame.query.rql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.openrdf.sesame.query.serql.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.openrdf.sesame.query.serql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessages() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Gets all collected messages.
getMetaInfo(String, String, String) - Method in interface org.openrdf.sesame.omm.VersionManagement
Retrieves the meta info associated with a statement.
getMetaInfo(String, String, String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getMetaInfo(String, String, String) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Retrieves the meta info associated with a statement.
getMetaInfo(String, String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated.  
getMetaInfo(String, String, String) - Method in class org.openrdf.sesame.server.soap.SoapClient
 
getMetaInfo(String, String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getMetaInformation() - Method in interface org.openrdf.sesame.omm.Version
 
getMetaInformation() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
getMinimumSize() - Method in class org.openrdf.sesame.config.ui.DialogSeparator
 
getMinorVersion() - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
getName() - Method in class org.openrdf.sesame.query.rql.model.Var
 
getName() - Method in class org.openrdf.sesame.sail.Namespace
Gets the name of Namespace.
getName() - Method in interface org.openrdf.sesame.sail.NamespaceIterator
Gets the name of the current namespace (i.e. it's URI).
getName() - Method in class org.openrdf.sesame.sail.query.ProjectionElem
Returns the alias if available, or the string-representation of the value expression otherwise.
getName() - Method in class org.openrdf.sesame.sail.query.Var
 
getName() - Method in class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator
 
getName() - Method in class org.openrdf.sesame.sailimpl.memory.Namespace
Gets the name of Namespace.
getName() - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Gets the restriciton's name.
getName() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Retireve the Name of that role
getName() - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
getName() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets the name of the rule
getName() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getName() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
 
getName() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getName() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator
 
getName() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getName() - Method in class org.openrdf.util.http.FilePart
 
getNamespace() - Method in interface org.openrdf.model.URI
Gets the namespace of this URI.
getNamespace() - Method in class org.openrdf.model.impl.URIImpl
 
getNamespace(String) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
getNamespace(int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getNamespace(int, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getNamespaceName(int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getNamespaceName(int, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getNamespaces() - Method in interface org.openrdf.sesame.sail.RdfSource
Gets the prefix and name of all namespaces.
getNamespaces() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
getNamespaces() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
getNamespaces() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
getNamespaces() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getNamespaces() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
getNamespaces() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
getNewID() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
Gets a new and unused ID that can be assign to new data.
getNextToken() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
getNextToken() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
getNextToken() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
getNextToken() - Method in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
getNextToken() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
getNextToken() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
getNotifications() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Gets all collected notifications.
getObject() - Method in interface org.openrdf.model.Statement
Gets the object of this statement.
getObject() - Method in class org.openrdf.model.impl.StatementImpl
 
getObject() - Method in class org.openrdf.sesame.sail.util.EmptyStatementIterator
Deprecated. Replaced by Statement.getObject().
getObjectRestrictions() - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Gets the set of object restrictions.
getObjectStatementCount() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Gets the amount of Statements for which this BNodeNode is the object.
getObjectStatementCount() - Method in class org.openrdf.sesame.sailimpl.memory.LiteralNode
Gets the amount of Statements for which this LiteralNode is the object.
getObjectStatementCount() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Gets the amount of Statements for which this URINode is the object.
getObjectStatementCount() - Method in interface org.openrdf.sesame.sailimpl.memory.ValueNode
Gets the amount of Statements for which this ValueNode is the object.
getObjectStatementList() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
getObjectStatementList() - Method in class org.openrdf.sesame.sailimpl.memory.LiteralNode
 
getObjectStatementList() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getObjectStatementList() - Method in interface org.openrdf.sesame.sailimpl.memory.ValueNode
 
getObjectStatements() - Method in interface org.openrdf.model.Value
Gets all statements from the RDF graph for which this value is the object.
getObjectStatements() - Method in class org.openrdf.model.impl.BNodeImpl
 
getObjectStatements() - Method in class org.openrdf.model.impl.LiteralImpl
 
getObjectStatements() - Method in class org.openrdf.model.impl.URIImpl
 
getObjectStatements() - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
getObjectStatements() - Method in class org.openrdf.sesame.query.rql.model.Projection
 
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Gets the list of Statements for which this BNodeNode is the object.
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.memory.LiteralNode
Gets the list of Statements for which this LiteralNode is the object.
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Gets the list of Statements for which this URINode is the object.
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
getObjectStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
getObjectVar() - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
getObjectVars() - Method in class org.openrdf.sesame.query.serql.parser.PathElement
 
getOffset() - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
getOffset(int, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
Gets the offset of the data entry with the specified ID.
getOffsetIterator(int, boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
getOperator() - Method in class org.openrdf.sesame.query.rql.model.CompareTo
 
getOperator() - Method in class org.openrdf.sesame.sail.query.CompareAll
 
getOperator() - Method in class org.openrdf.sesame.sail.query.CompareAny
 
getOperator() - Method in class org.openrdf.sesame.sail.query.MathExpr
 
getOperator() - Method in class org.openrdf.sesame.sail.query.StringCompare
 
getOperator() - Method in class org.openrdf.sesame.sail.query.ValueCompare
 
getOptionals() - Method in class org.openrdf.sesame.sail.query.GraphPattern
Gets a list of optional child graph patterns.
getOwner(Component) - Static method in class org.openrdf.sesame.config.ui.util.Util
 
getParameter(String) - Method in class org.openrdf.sesame.config.SailConfig
Retrieves the parameter with the supplied name.
getParameter(HttpServletRequest, String) - Static method in class org.openrdf.util.http.HttpServerUtil
Gets the trimmed value of a request parameter as a String.
getParameter(HttpServletRequest, String, String) - Static method in class org.openrdf.util.http.HttpServerUtil
Gets the trimmed value of a request parameter as a String.
getParameter(Map, String) - Static method in class org.openrdf.util.http.HttpServerUtil
Gets the trimmed value of a request parameter from a Map of FileItem objects, as returned by parseMultipartFormRequest().
getParameter(Map, String, String) - Static method in class org.openrdf.util.http.HttpServerUtil
Gets the trimmed value of a request parameter from a Map of FileItem objects, as returned by parseMultipartFormRequest().
getParameterNames() - Method in interface org.openrdf.sesame.config.SystemConfigHandler
Get the names of the parameters this handler requires.
getParameterNames() - Method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
 
getParameters(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Gets a Map of parameters from the sail with the supplied class of the repository with the given id
getParentRoles() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Retrieve a list of roleIDs of the parent roles.
getParentRoles() - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
getParseStandAloneDocuments() - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
getPassword() - Method in class org.openrdf.sesame.config.UserInfo
 
getPassword() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Retrieve the user password
getPassword() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getPassword() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Gets the password that is used to log in on the database.
getPath() - Method in class org.openrdf.util.uri.URI
 
getPathExpressions() - Method in class org.openrdf.sesame.sail.query.GraphPattern
Gets a list of path expressions contained in this object.
getPathExpressionsRecursively() - Method in class org.openrdf.sesame.sail.query.GraphPattern
Gets a list of path expressions contained in this object and all of its optional child graph patterns recursively.
getPattern() - Method in class org.openrdf.sesame.sail.query.Like
 
getPatternMatchExpr(String, boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
getPatternMatchExpr(String, boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.PostgreSQL
 
getPatternMatchExpr(String, boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
getPatternMatchOperator(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
getPatternMatchOperator(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.PostgreSQL
 
getPatternMatchOperator(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
getPoolSize() - Method in class org.openrdf.util.jdbc.ConnectionPool
 
getPredicate() - Method in interface org.openrdf.model.Statement
Gets the predicate of this statement.
getPredicate() - Method in class org.openrdf.model.impl.StatementImpl
 
getPredicate() - Method in class org.openrdf.sesame.sail.util.EmptyStatementIterator
Deprecated. Replaced by Statement.getPredicate().
getPredicateRestrictions() - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Gets the set of predicate restrictions
getPredicateStatementCount() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Gets the amount of Statements for which this URINode is the predicate.
getPredicateStatementList() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getPredicateStatements() - Method in interface org.openrdf.model.URI
Gets all statements from the RDF graph for which this URI is the predicate.
getPredicateStatements() - Method in class org.openrdf.model.impl.URIImpl
 
getPredicateStatements() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Gets the list of Statements for which this URINode is the predicate.
getPredicateStatements() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
getPredicateStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
getPredicateVar() - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
getPreferredSize() - Method in class org.openrdf.sesame.config.ui.DialogSeparator
Returns a shallow area with a small fixed height and variable width
getPrefix() - Method in class org.openrdf.sesame.sail.Namespace
Gets the prefix of Namespace.
getPrefix() - Method in interface org.openrdf.sesame.sail.NamespaceIterator
Gets the prefix of the current namespace.
getPrefix() - Method in class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator
 
getPrefix() - Method in class org.openrdf.sesame.sailimpl.memory.Namespace
Gets the prefix of Namespace.
getPrefix() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator
 
getPremiseCollection() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getPremiseCount() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getProjection() - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
getProjection() - Method in class org.openrdf.sesame.sail.query.ConstructQuery
 
getProjection() - Method in class org.openrdf.sesame.sail.query.SelectQuery
 
getProjectionVariables(Collection) - Method in class org.openrdf.sesame.sail.query.ConstructQuery
 
getProjectionVariables(Collection) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
Gets all variables that are used in the projection of this GraphPatternQuery.
getProjectionVariables(Collection) - Method in class org.openrdf.sesame.sail.query.SelectQuery
 
getProperties(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
getProperties(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.PropertyQuery
 
getProperties(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.PropertyVar
 
getProperties(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RdfProperty
 
getProperties(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
getProperties(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
getProperties(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.URI
 
getProperties() - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all defined properties.
getProperties() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getProperties() - Method in class org.openrdf.sesame.sailimpl.omm.security.PropertiesRestriction
Gets the properties that form this restriction.
getProperties() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getProperties() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getProperties() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getProperties() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of the defined properties in the repository
getProperties() - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive a list of the defined properties in the repository
getProperties() - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getPropertyVar() - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
getQueries() - Method in class org.openrdf.sesame.sailimpl.omm.security.QueryRestriction
Gets the set of queries that form this restriction.
getQuery() - Method in class org.openrdf.sesame.query.GraphQuery
 
getQuery() - Method in class org.openrdf.sesame.query.TableQuery
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.And
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.BooleanConstant
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.CompareTo
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Domain
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Exists
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Forall
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.In
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.InstanceOf
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.IntegerConstant
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Like
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Minus
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Not
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Or
 
getQuery() - Method in interface org.openrdf.sesame.query.rql.model.Query
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Range
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.RdfProperty
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.RdfsClass
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.RealConstant
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.StringConstant
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.TypeOf
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.URI
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Union
 
getQuery() - Method in class org.openrdf.sesame.query.rql.model.Var
 
getQuery() - Method in class org.openrdf.util.uri.URI
 
getQueryResultsTable() - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Gets the QueryResultsTable that has been built.
getQueryString(String, Value, boolean) - Static method in class org.openrdf.sesame.server.http.RdfExplorerUtil
 
getRDBMS() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getRMIFactoryClass() - Method in class org.openrdf.sesame.config.SystemConfig
 
getRMIPort() - Method in class org.openrdf.sesame.config.SystemConfig
 
getRange(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all range relations with a specific property and/or range class.
getRange(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getRange(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getRange(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getRange(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getRdfSource() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
getRdfSource() - Method in class org.openrdf.sesame.sailimpl.memory.LiteralNode
 
getRdfSource() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getRdfSource() - Method in interface org.openrdf.sesame.sailimpl.memory.ValueNode
Returns the RdfSource that contains this ValueNode.
getRdfSource() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
getRdfSource() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
getRdfSource() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
getRdfSource() - Method in interface org.openrdf.sesame.sailimpl.rdbms.model.IdValue
Returns the RdfSource that contains this IdValue.
getReadRight() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets the Read right.
getReadRight() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getReadWriteRepositories() - Method in class org.openrdf.sesame.config.RepositoryListImpl
Gets a list of the repositories that are marked as being both readable and writable.
getReadWriteRepositories() - Method in interface org.openrdf.sesame.repository.RepositoryList
Gets a list of the repositories that are marked as being both readable and writable.
getReadableRepositories() - Method in class org.openrdf.sesame.config.RepositoryListImpl
Gets a list of the repositories that are marked as being readable.
getReadableRepositories() - Method in interface org.openrdf.sesame.repository.RepositoryList
Gets a list of the repositories that are marked as being readable.
getReasoner() - Method in interface org.openrdf.sesame.omm.KCS
Access the VersionManagement inteface
getRef(Remote) - Static method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
a way to retrieve an associated instance by its wraping stub
getRemoveRight() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Gets the Remove right.
getRemoveRight() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getRepositories() - Method in class org.openrdf.sesame.config.RepositoryListImpl
Gets a list of RepositoryInfo objects containing info about all available repositories.
getRepositories() - Method in interface org.openrdf.sesame.repository.RepositoryList
Gets a list of RepositoryInfo objects containing info about all available repositories.
getRepository(String) - Method in class org.openrdf.sesame.config.RepositoryListImpl
Gets the information about the repository with the specified ID.
getRepository(String) - Method in interface org.openrdf.sesame.repository.RepositoryList
Gets the information about the repository with the specified ID.
getRepository(String) - Method in interface org.openrdf.sesame.repository.SesameService
Gets a SesameRepository object for the specified repository ID.
getRepository(String) - Method in class org.openrdf.sesame.repository.local.LocalService
 
getRepository(String) - Method in class org.openrdf.sesame.repository.remote.HTTPService
 
getRepository() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
getRepository() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
getRepository() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
getRepository() - Method in interface org.openrdf.sesame.sailimpl.nativerdf.model.NativeValue
Returns the NativeRdfRepository that contains this NativeValue.
getRepository(String) - Method in class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl
Gets a SesameRepository object for the specified repository ID.
getRepositoryConfig(String) - Method in class org.openrdf.sesame.config.SystemConfig
 
getRepositoryConfigList() - Method in class org.openrdf.sesame.config.SystemConfig
 
getRepositoryCount() - Method in class org.openrdf.sesame.config.RepositoryListImpl
Gets the number of repositories in this list.
getRepositoryCount() - Method in interface org.openrdf.sesame.repository.RepositoryList
Gets the number of repositories in this list.
getRepositoryId() - Method in class org.openrdf.sesame.config.DefaultRepositoryInfo
 
getRepositoryId() - Method in class org.openrdf.sesame.config.RepositoryConfig
Gets the ID of this repository.
getRepositoryId() - Method in interface org.openrdf.sesame.config.RepositoryInfo
 
getRepositoryId() - Method in interface org.openrdf.sesame.repository.SesameRepository
retrieves the repository id string for this repository.
getRepositoryId() - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
getRepositoryId() - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
getRepositoryList() - Method in class org.openrdf.sesame.config.RepositoryListBuilder
Gets the RepositoryListImpl that has been built.
getRepositoryList() - Method in interface org.openrdf.sesame.repository.SesameService
Gets a list of all repositories that are accessible by the currently logged in user.
getRepositoryList() - Method in class org.openrdf.sesame.repository.local.LocalService
 
getRepositoryList() - Method in class org.openrdf.sesame.repository.remote.HTTPService
 
getRepositoryList() - Method in class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl
Gets a list of all repositories that are accessible by the currently logged in user.
getRepositoryTitle(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated.  
getRepositoryTitle(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
 
getRepositoryTitle(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getResource(int) - Method in interface org.openrdf.sesame.omm.SecurityServices
Gets a resource given its id
getResource(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getResource(int) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Gets the Resource for the supplied ID.
getResourceId(Resource) - Method in interface org.openrdf.sesame.omm.SecurityServices
Gets the id associated with a resource.
getResourceId(Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.BooleanConstant
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ClassVar
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.DataVar
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Domain
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.InstanceOf
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.IntegerConstant
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Minus
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.PropertyVar
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Range
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RdfProperty
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RdfsClass
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RealConstant
 
getResources(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.ResourceQuery
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.StringConstant
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.TypeOf
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.URI
 
getResources(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Union
 
getResources() - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceRestriction
retrieve the resources forming the restriction
getRestriction(int) - Method in interface org.openrdf.sesame.omm.SecurityServices
Gets restriction by id.
getRestriction() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Restrive the restriction of the rule
getRestriction() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getRestriction(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getRestrictions() - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Retrieve the set of all restrictions.
getRightArg() - Method in class org.openrdf.sesame.sail.query.And
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.CompareAll
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.CompareAny
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.In
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.MathExpr
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.Or
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.SetOperator
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.StringCompare
 
getRightArg() - Method in class org.openrdf.sesame.sail.query.ValueCompare
 
getRole(String) - Method in interface org.openrdf.sesame.omm.SecurityServices
Gets the role given its name.
getRole(int) - Method in interface org.openrdf.sesame.omm.SecurityServices
Gets the role given its id.
getRole(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getRole(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getRoles() - Method in interface org.openrdf.sesame.omm.SecurityServices
Retrive a set of the roles' ids.
getRoles() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getRoles() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Retieve a set of the roles assigned to the user.
getRoles() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getRootConstraint() - Method in class org.openrdf.sesame.sail.query.GraphPattern
Gets the constraints on this graph pattern as a single boolean 'root' constraint.
getRowCount() - Method in class org.openrdf.sesame.config.ui.XTableModel
 
getRowCount() - Method in class org.openrdf.sesame.query.QueryResultsTable
Gets the number of rows in this table.
getRowIndex(String) - Method in class org.openrdf.sesame.config.ui.XTableModel
Gets the index of the row having the specified value as its identifier.
getRules(boolean) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Retrive a list of rules in the Role.
getRules(boolean) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
getRules(Set, boolean) - Static method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
Retrieve the set of rules defined for the given set of roles.
getRules() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Retrieve the security rules assigned to the user
getRules() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getRules() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
getRunningTime() - Method in class org.openrdf.sesame.admin.StatusReporter
 
getSail(String) - Method in class org.openrdf.sesame.config.RepositoryConfig
Retrieves the SailConfig object for the supplied sail class.
getSail() - Method in class org.openrdf.sesame.repository.local.LocalRepository
Gets the SAIL object of this repository.
getSailClass() - Method in class org.openrdf.sesame.config.SailConfig
Returns the sail class of the Sail object represented by this SailConfig.
getSailList() - Method in class org.openrdf.sesame.config.RepositoryConfig
Retrieves a list containing the current stack of Sail configurations from top to bottom.
getSailType() - Method in class org.openrdf.sesame.config.DefaultRepositoryInfo
 
getSailType() - Method in class org.openrdf.sesame.config.RepositoryConfig
Retrieves the interface implemented by the top-most Sail in the stack.
getSailType() - Method in interface org.openrdf.sesame.config.RepositoryInfo
 
getSails(String) - Method in class org.openrdf.sesame.config.SystemConfig
Gets a List of sails from the repository with the supplied id
getScheme() - Method in class org.openrdf.util.uri.URI
 
getSchemeSpecificPart() - Method in class org.openrdf.util.uri.URI
 
getSearchStringEscape() - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Returns the character string that can be used to escape special characters in string patterns.
getSecurityServices() - Method in interface org.openrdf.sesame.omm.KCS
Access the SecurityServices intrface.
getService() - Static method in class org.openrdf.sesame.Sesame
Get an empty local SesameService.
getService(SystemConfig) - Static method in class org.openrdf.sesame.Sesame
Get a local SesameService initialized with the supplied configuration.
getService(File) - Static method in class org.openrdf.sesame.Sesame
Get a local SesameService initialized with the specified system configuration file.
getService(URL) - Static method in class org.openrdf.sesame.Sesame
Get a remote SesameService object for a server running at the specified URL.
getService(URI) - Static method in class org.openrdf.sesame.Sesame
Get a remote SesameService object for a server running at the specified URI.
getService() - Method in interface org.openrdf.sesame.server.rmi.FactoryInterface
Obtain a service reference from Sesame server.
getService() - Method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
getService() - create an instance implementing the ServicesInterface.
getSharedVar(String) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
getSource() - Method in class org.openrdf.rio.StatementHandlerException
Gets the source of this exception.
getSourceVar() - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
getState() - Method in interface org.openrdf.sesame.omm.Version
 
getState() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
getStatementCollection(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Retrieves all statements matching the (subject, predicate, object) pattern in the graph as a Collection.
getStatementCollection(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
getStatementCount() - Method in class org.openrdf.sesame.admin.StatusReporter
 
getStatements() - Method in interface org.openrdf.model.Graph
Retrieves all statements in the graph as an iterator
getStatements(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Retrieves all statements matching the (subject, predicate, object) pattern in the graph as an iterator.
getStatements() - Method in class org.openrdf.model.impl.GraphImpl
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
getStatements(Resource, URI, Value) - Method in interface org.openrdf.sesame.sail.RdfSource
Gets all statements with a specific subject, predicate and/or object.
getStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getStatements(Resource, URI, Value, boolean) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
getStatements(Resource, URI, Value, boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
getStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
getStatements(String, String, String, boolean) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrive a list of the statemnets from the repository.
getStatements(String, String, String, boolean, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive a list of the statemnets from the repository.
getStatements(String, String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapServices
RdfSchemaSource dellegation
getStreamParameter(Map, String) - Static method in class org.openrdf.util.http.HttpServerUtil
Gets the value of a request parameter as an InputStream from a Map of FileItem objects, as returned by parseMultipartFormRequest().
getString() - Method in class org.openrdf.sesame.sail.query.Datatype
 
getString() - Method in class org.openrdf.sesame.sail.query.Label
 
getString() - Method in class org.openrdf.sesame.sail.query.Lang
 
getString() - Method in class org.openrdf.sesame.sail.query.LiteralExpr
 
getString() - Method in class org.openrdf.sesame.sail.query.LocalName
 
getString() - Method in class org.openrdf.sesame.sail.query.MathExpr
 
getString() - Method in class org.openrdf.sesame.sail.query.Namespace
 
getString() - Method in class org.openrdf.sesame.sail.query.Null
 
getString() - Method in class org.openrdf.sesame.sail.query.ResourceExpr
 
getString() - Method in class org.openrdf.sesame.sail.query.StringConstant
 
getString() - Method in interface org.openrdf.sesame.sail.query.StringExpr
Gets the String value for this expression.
getString() - Method in class org.openrdf.sesame.sail.query.Var
 
getStringExpr() - Method in class org.openrdf.sesame.sail.query.Like
 
getSubClassOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all subClassOf relations with a specific sub- and/or superclass.
getSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getSubClassOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of the subclasses of a class
getSubClassOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getSubClassesOf(String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrieve a list of the subclasses of a class
getSubPropertiesOf(String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrieve a list of the subproperties of a property
getSubPropertyOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all subPropertyOf relations with a specific sub- and/or superproperty.
getSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getSubPropertyOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of the subproperties of a property
getSubPropertyOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getSubject() - Method in interface org.openrdf.model.Statement
Gets the subject of this statement.
getSubject() - Method in class org.openrdf.model.impl.StatementImpl
 
getSubject() - Method in class org.openrdf.sesame.sail.util.EmptyStatementIterator
Deprecated. Replaced by Statement.getSubject().
getSubjectRestrictions() - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Gets the set of subject restrictions.
getSubjectStatementCount() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Gets the amount of Statements for which this BNodeNode is the subject.
getSubjectStatementCount() - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
Gets the amount of Statements for which this ResourceNode is the subject.
getSubjectStatementCount() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Gets the amount of Statements for which this URINode is the subject.
getSubjectStatementList() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
getSubjectStatementList() - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
getSubjectStatementList() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
getSubjectStatements() - Method in interface org.openrdf.model.Resource
Gets all statements from the RDF graph for which this resource is the subject.
getSubjectStatements() - Method in class org.openrdf.model.impl.BNodeImpl
 
getSubjectStatements() - Method in class org.openrdf.model.impl.URIImpl
 
getSubjectStatements() - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
getSubjectStatements() - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Gets the list of Statements for which this BNodeNode is the subject.
getSubjectStatements() - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Gets the list of Statements for which this URINode is the subject.
getSubjectStatements() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
getSubjectStatements() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
getSubjectStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
getSubjectStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
getSubjectVar() - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
getSubjectVars() - Method in class org.openrdf.sesame.query.serql.parser.PathElement
 
getSuperClassesOf(String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrieve a list of the superclasses of a class
getSuperPropertiesOf(String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrieve a list of the superproperties of a property
getSyncDelay() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
Gets the currently configured sync delay.
getSyncDelay() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Gets the synchronization delay that has been configured for the Sail.
getSystemConfig() - Method in class org.openrdf.sesame.repository.local.LocalService
Gets the system configuration that is used by this service.
getSystemConfig() - Static method in class org.openrdf.sesame.server.SesameServer
Gets the current system configuration of the system.
getSystemProp(String) - Method in class org.openrdf.sesame.config.SystemConfig
 
getSystemProps() - Method in class org.openrdf.sesame.config.SystemConfig
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openrdf.sesame.config.ui.CheckCellRenderer
Sets state, font and colors of this CheckCellRenderer before returning it
getTargetVar() - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
getTitle() - Method in class org.openrdf.sesame.config.DefaultRepositoryInfo
 
getTitle() - Method in class org.openrdf.sesame.config.RepositoryConfig
Gets the title of the repository.
getTitle() - Method in interface org.openrdf.sesame.config.RepositoryInfo
 
getTmpDir() - Method in class org.openrdf.sesame.config.SystemConfig
 
getTmpDir() - Method in class org.openrdf.sesame.repository.local.LocalService
 
getToken(int) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
getToken(int) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
getToken(int) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
getTrackingChanges() - Method in interface org.openrdf.sesame.omm.KCS
Access the TrackingChanges intrface.
getTriggersRule() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
getTripleIndexes() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Gets the triple index specification to be used by the native RDF repository.
getTriplePatterns() - Method in class org.openrdf.sesame.query.serql.parser.PathElement
Creates a list of triple patterns that can represent this path element.
getTriplePatterns() - Method in class org.openrdf.sesame.query.serql.parser.ReifiedPathElement
 
getTriples(int, int, int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
getType() - Method in class org.openrdf.sesame.admin.AdminMsg
The message's type.
getType(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Gets all type relations with a specific instance and/or class.
getType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
getType() - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Gets restriction type.
getType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
getType() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
Returns the type of this component.
getType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
getType(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrieve a list of URIs of an instances about specific class
getType(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getURI() - Method in interface org.openrdf.model.URI
Returns the String-representation of this URI.
getURI() - Method in class org.openrdf.model.impl.URIImpl
 
getUnusedUserId() - Method in class org.openrdf.sesame.config.SystemConfig
Gets an unused user id.
getUpdateIds() - Method in interface org.openrdf.sesame.omm.VersionManagement
Retrive list of all Updates of the repository.
getUpdateIds() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getUpdateIds() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Return a list of all Update states of the current repository as Strings.
getUpdateIds() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrive list of all Updates of the repository.
getUpdateIds() - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive list of all Updates of the repository.
getUpdateIds() - Method in class org.openrdf.sesame.server.soap.SoapServices
Retrive list of all Updates of the repository.
getUpdateMetaInfo(String) - Method in interface org.openrdf.sesame.omm.VersionManagement
Retrieves the meta info associated with an update.
getUpdateMetaInfo(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getUpdateMetaInfo(String) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Retrieves the meta info associated with an update.
getUpdateMetaInfo(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated.  
getUpdateMetaInfo(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
 
getUpdateMetaInfo(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getUri() - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
 
getUri() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
 
getUri() - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
getUri() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
 
getUri() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
getUri() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
 
getUri() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getUser(String) - Method in interface org.openrdf.sesame.omm.SecurityServices
Retrieves a interface to an object that supports the User interface.
getUser(int) - Method in interface org.openrdf.sesame.omm.SecurityServices
Gets a user, given it's id
getUser(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getUser(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getUser() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Gets the username that is used to log in on the database.
getUserInfo(String) - Method in class org.openrdf.sesame.config.SystemConfig
 
getUserInfo(int) - Method in class org.openrdf.sesame.config.SystemConfig
 
getUserInfo() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Gets the user info.
getUserInfo() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
getUserInfoList() - Method in class org.openrdf.sesame.config.SystemConfig
Gets a List of users
getUsernames() - Method in class org.openrdf.sesame.config.SystemConfig
 
getUsers() - Method in interface org.openrdf.sesame.omm.SecurityServices
Retrieves a set of the users in the repository.
getUsers() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getUsersForRepository(RepositoryConfig) - Method in class org.openrdf.sesame.config.SystemConfig
Gets all users that have read and/or write access to the specified repository.
getValue(int, int) - Method in class org.openrdf.sesame.query.QueryResultsTable
Fetches the value at the specified row and column in this table.
getValue() - Method in class org.openrdf.sesame.query.rql.model.IntegerConstant
 
getValue() - Method in class org.openrdf.sesame.query.rql.model.RealConstant
 
getValue() - Method in class org.openrdf.sesame.query.rql.model.StringConstant
 
getValue() - Method in class org.openrdf.sesame.query.rql.model.URI
 
getValue() - Method in class org.openrdf.sesame.query.rql.model.Var
 
getValue() - Method in class org.openrdf.sesame.sail.query.Datatype
 
getValue() - Method in class org.openrdf.sesame.sail.query.Label
 
getValue() - Method in class org.openrdf.sesame.sail.query.Lang
 
getValue() - Method in class org.openrdf.sesame.sail.query.LiteralExpr
 
getValue() - Method in class org.openrdf.sesame.sail.query.LocalName
 
getValue() - Method in class org.openrdf.sesame.sail.query.MathExpr
 
getValue(Literal, Literal, int) - Static method in class org.openrdf.sesame.sail.query.MathExpr
 
getValue() - Method in class org.openrdf.sesame.sail.query.Namespace
 
getValue() - Method in class org.openrdf.sesame.sail.query.Null
 
getValue(int) - Method in class org.openrdf.sesame.sail.query.QueryAnswer
 
getValue() - Method in class org.openrdf.sesame.sail.query.ResourceExpr
 
getValue() - Method in interface org.openrdf.sesame.sail.query.ValueExpr
Gets the value of this expression.
getValue() - Method in class org.openrdf.sesame.sail.query.Var
 
getValue(int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Gets the value for the specified ID.
getValue(int) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Gets the Value for the supplied ID.
getValueAt(int, int) - Method in class org.openrdf.sesame.config.ui.AccessControlTableModel
 
getValueAt(int, int) - Method in class org.openrdf.sesame.config.ui.ParameterTableModel
 
getValueAt(int, int) - Method in class org.openrdf.sesame.config.ui.RepositoryTableModel
 
getValueAt(int, int) - Method in class org.openrdf.sesame.config.ui.SailTableModel
 
getValueAt(int, int) - Method in class org.openrdf.sesame.config.ui.UserTableModel
 
getValueCount() - Method in class org.openrdf.sesame.sail.query.QueryAnswer
 
getValueExpr() - Method in class org.openrdf.sesame.sail.query.ProjectionElem
 
getValueFactory() - Method in interface org.openrdf.model.Graph
Retrieves a ValueFactory for this graph.
getValueFactory() - Method in class org.openrdf.model.impl.GraphImpl
 
getValueFactory() - Method in interface org.openrdf.sesame.sail.RdfSource
Gets a ValueFactory object that can be used to create URI-, blank node- and literal objects.
getValueFactory() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
getValueFactory() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
getValueFactory() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getValueFactory() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
getValueFactory() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
getValueStore() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStoreRevision
 
getValueStoreRevision() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
getValueStoreRevision() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
getValueStoreRevision() - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
getValueStoreRevision() - Method in interface org.openrdf.sesame.sailimpl.nativerdf.model.NativeValue
Gets the revision of the value store that created this value.
getVar() - Method in class org.openrdf.sesame.sail.query.Datatype
 
getVar() - Method in class org.openrdf.sesame.sail.query.Label
 
getVar() - Method in class org.openrdf.sesame.sail.query.Lang
 
getVar() - Method in class org.openrdf.sesame.sail.query.LocalName
 
getVar() - Method in class org.openrdf.sesame.sail.query.Namespace
 
getVarList() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.And
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.BooleanConstant
 
getVariables(Collection) - Method in interface org.openrdf.sesame.sail.query.BooleanExpr
Gets all variables that are used in this BooleanExpr.
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.CompareAll
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.CompareAny
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Datatype
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.DirectSubClassOf
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.DirectSubPropertyOf
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.DirectType
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Exists
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.In
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.IsBNode
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.IsLiteral
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.IsResource
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.IsURI
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Label
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Lang
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Like
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.LiteralExpr
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.LocalName
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.MathExpr
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Namespace
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Not
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Null
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Or
 
getVariables(Collection) - Method in interface org.openrdf.sesame.sail.query.PathExpression
Gets all variables that are used in this PathExpression.
getVariables(Collection) - Method in interface org.openrdf.sesame.sail.query.Query
Gets all variables that are used in this query.
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.ResourceExpr
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.SetOperator
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.StringCompare
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.StringConstant
 
getVariables(Collection) - Method in interface org.openrdf.sesame.sail.query.StringExpr
Gets all variables that are used in this StringExpr.
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.ValueCompare
 
getVariables(Collection) - Method in class org.openrdf.sesame.sail.query.Var
 
getVariables(Collection) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression
 
getVersion() - Static method in class org.openrdf.sesame.server.SesameServer
Gets the version of this code base.
getVersionIds() - Method in interface org.openrdf.sesame.omm.VersionManagement
Retrieves an iterator over the version ids.
getVersionIds() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getVersionIds() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Return a list of all Version Ids of the current repository as Strings.
getVersionIds() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated.  
getVersionIds() - Method in class org.openrdf.sesame.server.soap.SoapClient
 
getVersionIds() - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getVersionManagement() - Method in interface org.openrdf.sesame.omm.KCS
Access the VersionManagement inteface
getVersionMetaInfo(String) - Method in interface org.openrdf.sesame.omm.VersionManagement
Retrieves the meta info associated with a version .
getVersionMetaInfo(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getVersionMetaInfo(String) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Retrieves the meta info associated with a version .
getVersionMetaInfo(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated.  
getVersionMetaInfo(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
 
getVersionMetaInfo(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
getVersions() - Method in interface org.openrdf.sesame.omm.VersionManagement
Retrive list of all labeled states of the repository.
getVersions() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
getVersions() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Retrive list of all labeled states of the repository.
getVersions() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Retrive list of all labeled states of the repository.
getVersions() - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrive list of all labeled states of the repository.
getVersions() - Method in class org.openrdf.sesame.server.soap.SoapServices
Retrive list of all labeled states of the repository.
getWarnings() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Gets all collected warnings.
getWherePart() - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
getWritableRepositories() - Method in class org.openrdf.sesame.config.RepositoryListImpl
Gets a list of the repositories that are marked as being writable.
getWritableRepositories() - Method in interface org.openrdf.sesame.repository.RepositoryList
Gets a list of the repositories that are marked as being writable.
getXTableModel() - Method in class org.openrdf.sesame.config.ui.XTable
Gets the XTableModel
gotFinalized() - Method in interface org.openrdf.util.rmirouting.ChannelIface
gotFinalized should be invoked through the finalize when the client garbage collector clears the remote wraper of a serfer stub.
gotFinalized() - Method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
gotFinalized() used by the client to notify this stub thet it was being 'garbage collected' at client side so we ca be quite sure that the association between this stub and the wraped instance can be safely removed from the storage map
grantRight(Right) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Grants a right through this rule.
grantRight(Right) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
graph_pattern(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
graph_query() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
graph_query_set() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
greaterEqualThan(Intersection, RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
greaterThan(Intersection, RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
gsub(String, String, String) - Static method in class org.openrdf.util.StringUtil
Substitute String "old" by String "new" in String "text" everywhere.

H

HASVALUE - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#hasValue
HEX - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
HEX - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
HEX - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
HEXBINARY - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#hexBinary
HISTORY - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Right
permissions to manage the history in the repository
HTML - Static variable in class org.openrdf.sesame.constants.AdminResultFormat
Constant representing HTML format.
HTML - Static variable in class org.openrdf.sesame.constants.QueryResultFormat
Constant representing HTML format.
HTTPErrorType - class org.openrdf.sesame.repository.remote.HTTPErrorType.
A type-safe enumeration class for HTTP error types.
HTTPOutputStream - class org.openrdf.sesame.server.http.HTTPOutputStream.
An OutputStream that wraps an HttpServletResponse.
HTTPOutputStream(HttpServletResponse) - Constructor for class org.openrdf.sesame.server.http.HTTPOutputStream
Creates a new HTTPOutputStream.
HTTPOutputStream(HttpServletResponse, String) - Constructor for class org.openrdf.sesame.server.http.HTTPOutputStream
Creates a new HTTPOutputStream.
HTTPRepository - class org.openrdf.sesame.repository.remote.HTTPRepository.
A proxy for a single remote Sesame repository that can be reached over HTTP.
HTTPService - class org.openrdf.sesame.repository.remote.HTTPService.
A Sesame service for remote repositories that can be communicated with over HTTP.
HTTPService(URL) - Constructor for class org.openrdf.sesame.repository.remote.HTTPService
Creates a new remote Sesame service that will communicate over HTTP with the server at the specified URL.
HashFile - class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile.
Class supplying access to a hash file.
HashFile(File) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
HashFile.OffsetIterator - class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile.OffsetIterator.
 
HtmlAdminMsgWriter - class org.openrdf.sesame.admin.HtmlAdminMsgWriter.
 
HtmlAdminMsgWriter(OutputStream) - Constructor for class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
HtmlTableWriter - class org.openrdf.sesame.query.HtmlTableWriter.
A TableQueryResultListener that converts the query results into an HTML document.
HtmlTableWriter(OutputStream, String, String) - Constructor for class org.openrdf.sesame.query.HtmlTableWriter
 
HtmlTableWriter(OutputStream, String, String, String) - Constructor for class org.openrdf.sesame.query.HtmlTableWriter
 
HttpClientUtil - class org.openrdf.util.http.HttpClientUtil.
Utility methods for HTTP clients.
HttpClientUtil() - Constructor for class org.openrdf.util.http.HttpClientUtil
 
HttpServerUtil - class org.openrdf.util.http.HttpServerUtil.
Utility methods for HTTP servers/servlets.
HttpServerUtil() - Constructor for class org.openrdf.util.http.HttpServerUtil
 
handleNamespace(String, String) - Method in interface org.openrdf.rio.NamespaceListener
Called by an RDF parser when it has encountered a new namespace declaration.
handleStatement(Resource, URI, Value) - Method in interface org.openrdf.rio.StatementHandler
Called by an RDF parser when it has parsed a statement.
hasARepository() - Method in class org.openrdf.sesame.config.SystemConfig
Checks if a repository exists
hasASail() - Method in class org.openrdf.sesame.config.RepositoryConfig
Checks if any Sails are specified in this RepositoryConfig.
hasASail(String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the repository with the supplied id has a sail
hasAnUser() - Method in class org.openrdf.sesame.config.SystemConfig
Checks if an user exists
hasErrors() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Return true if any errors have been collected, false otherwise.
hasExplicitStatement(Resource, URI, Value) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks if an explicitly added statement with a specific subject, predicate and/or object is present in the repository.
hasExplicitStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
hasExplicitStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
hasExplicitStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
hasExplicitStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
hasExplicitStatement(String, String, String, boolean) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Query the repository for particular explicit statement
hasExplicitStatement(String, String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
hasLeader() - Method in class org.openrdf.sesame.query.rql.model.Var
 
hasLimit() - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
hasNext() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator
 
hasNext() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedValueIterator
 
hasNext() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementObjectIterator
 
hasNext() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator
 
hasNext() - Method in interface org.openrdf.sesame.sail.NamespaceIterator
Checks whether there are any more namespaces available.
hasNext() - Method in interface org.openrdf.sesame.sail.StatementIterator
Checks whether there are any more statements available.
hasNext() - Method in interface org.openrdf.sesame.sail.ValueIterator
Checks whether there are any more values available.
hasNext() - Method in class org.openrdf.sesame.sail.util.EmptyStatementIterator
Always return false;
hasNext() - Method in class org.openrdf.sesame.sail.util.EmptyValueIterator
Always return false;
hasNext() - Method in class org.openrdf.sesame.sail.util.SingleStatementIterator
 
hasNext() - Method in class org.openrdf.sesame.sail.util.SingleValueIterator
 
hasNext() - Method in class org.openrdf.sesame.sail.util.ValueCollectionIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.memory.MemResourceIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeStatementIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile.DataIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.omm.security.StatementFilterIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsStatementIterator
 
hasNext() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsValueIterator
 
hasNotifications() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Return true if any notifications have been collected, false otherwise.
hasOffset() - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
hasParameter(String) - Method in class org.openrdf.sesame.config.SailConfig
Checks if the parameter with the supplied key exists
hasParameter(String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the sail with the supplied class of the repository with the given id has a parameter with the supplied key
hasReadAccess(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the user with the supplied login has read access to the specified repository.
hasReadAccess(String) - Method in class org.openrdf.sesame.config.UserInfo
 
hasReadAccess() - Method in class org.openrdf.sesame.repository.local.LocalRepository
Checks whether the current user has read access to this repository.
hasReadAccess(String) - Method in class org.openrdf.sesame.repository.local.LocalService
Checks whether the user that has logged in has read access on the specified repository.
hasReadAndWriteAccess(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the user with the supplied login has both read and write access to the specified repository.
hasReadOrWriteAccess(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the user with the supplied login has read or write access to the specified repository.
hasReadOrWriteAccess(String) - Method in class org.openrdf.sesame.config.UserInfo
 
hasRepository(String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if a repository with the supplied id exists
hasSail(String) - Method in class org.openrdf.sesame.config.RepositoryConfig
Checks if the supplied sail is present in the sail stack.
hasSail(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the repository with the supplied id has a sail with the supplied class
hasStatement(Resource, URI, Value) - Method in interface org.openrdf.sesame.sail.RdfSource
Checks whether some statement with a specific subject, predicate and/or object is present in the repository.
hasStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
hasStatement(Resource, URI, Value, boolean) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
hasStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
hasStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
hasStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
hasStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
hasStatement(Resource, URI, Value, boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
 
hasStatement(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
hasStatement(String, String, String, boolean) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Query the repository for particular statement
hasStatement(String, String, String, boolean, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Query the repository for particular statement
hasStatement(String, String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
hasTriggersRuleCollection() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
hasUser(String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if an user with the supplied login exists
hasValue() - Method in class org.openrdf.sesame.query.rql.model.Var
 
hasValue() - Method in class org.openrdf.sesame.sail.query.Var
 
hasWarnings() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
Return true if any warnings have been collected, false otherwise.
hasWriteAccess(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the user with the supplied login has write access to the specified repository.
hasWriteAccess(String) - Method in class org.openrdf.sesame.config.UserInfo
 
hasWriteAccess() - Method in class org.openrdf.sesame.repository.local.LocalRepository
Checks whether the current user has write access to this repository.
hasWriteAccess(String) - Method in class org.openrdf.sesame.repository.local.LocalService
Checks whether the user that has logged in has write access on the specified repository.
hashCode() - Method in interface org.openrdf.model.BNode
The hash code of a blank node is defined as the hash code of its identifier: id.hashCode().
hashCode() - Method in interface org.openrdf.model.Literal
The hash code of a literal is defined as the hash code of its label: label.hashCode().
hashCode() - Method in interface org.openrdf.model.Statement
The hash code of a statement is defined as follows: (0xFF0000 & subject.hashCode()) | (0x00FF00 & predicate.hashCode()) | (0x0000FF & object.hashCode());
hashCode() - Method in interface org.openrdf.model.URI
The hash code of a URI is defined as follows: namespace.hashCode() ^ localName.hashCode()
hashCode() - Method in class org.openrdf.model.impl.BNodeImpl
 
hashCode() - Method in class org.openrdf.model.impl.LiteralImpl
 
hashCode() - Method in class org.openrdf.model.impl.StatementImpl
 
hashCode() - Method in class org.openrdf.model.impl.URIImpl
 
hashCode() - Method in class org.openrdf.sesame.config.SailConfig
 
hashCode() - Method in class org.openrdf.sesame.config.UserInfo
 
hashCode() - Method in class org.openrdf.sesame.query.QueryResultsTable
 
hashCode() - Method in class org.openrdf.sesame.query.Tuple
Returns hash code for this Tuple.
hashCode() - Method in class org.openrdf.sesame.query.rql.model.Intersection
Returns a hashcode for use in hash tables.
hashCode() - Method in class org.openrdf.sesame.query.rql.model.Projection
 
hashCode() - Method in class org.openrdf.sesame.sail.query.QueryAnswer
 
hashCode() - Method in class org.openrdf.sesame.sail.query.Var
 
hashCode() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
hashCode() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate
 
hashCode() - Method in class org.openrdf.util.Enumeration
 

I

ID - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#ID
IDENTIFIER - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
IDEOGRAPHIC - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
IDEOGRAPHIC - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
IDFile - class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile.
Class supplying access to an ID file.
IDFile(File) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
IDREF - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#IDREF
IDREFS - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#IDREFS
ID_INT - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype for IDs (integer).
ID_INT_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
IGNORE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
IMPORTS - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#imports
IN - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
IN - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
INCOMPATIBLEWITH - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#incompatibleWith
INCREMENTAL_MODE - Static variable in class org.openrdf.sesame.omm.SessionContext
 
INDIVIDUAL - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#Individual
INFERENCER_KEY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
Key used to store a fully qualified inferencer class name in the initialization parameters.
INFERRED_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
inferred table, used during a transaction by the RDF-MT inferencer.
INFOFIELD - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of fields (both key and value) in the repository info table (unicode strings of max 255 characters).
INFOFIELD_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
INSERT - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
INSERT INTO statement
INSTANCEOF_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing instanceOf relations.
INSTANCES - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
INSTANCES Restriction Type
INSTANCES_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
INSTANCES Restriction name
INT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#int
INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#integer
INTEGER_LITERAL - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
INTEGER_LITERAL - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
INTERSECT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
INTERSECT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
INTERSECTIONOF - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#intersectionOf
INVERSEFUNCTIONALPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
INVERSEOF - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#inverseOf
IOUtil - class org.openrdf.util.io.IOUtil.
 
IOUtil() - Constructor for class org.openrdf.util.io.IOUtil
 
ISBNODE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ISDEFINEDBY - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
ISLITERAL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ISRESOURCE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ISURI - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
IdBNode - class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode.
 
IdBNode(RdfSource, String, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
IdLiteral - class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral.
 
IdLiteral(RdfSource, String, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
IdLiteral(RdfSource, String, String, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
IdLiteral(RdfSource, String, URI, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
IdResource - interface org.openrdf.sesame.sailimpl.rdbms.model.IdResource.
 
IdURI - class org.openrdf.sesame.sailimpl.rdbms.model.IdURI.
 
IdURI(RdfSource, String, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
IdURI(RdfSource, String, String, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
IdURI(RdfSource, URI, int) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
IdValue - interface org.openrdf.sesame.sailimpl.rdbms.model.IdValue.
 
In - class org.openrdf.sesame.query.rql.model.In.
 
In(ResourceQuery, ResourceQuery) - Constructor for class org.openrdf.sesame.query.rql.model.In
 
In - class org.openrdf.sesame.sail.query.In.
Checks whether a certain value is contained in a set of results produced by a query.
In(ValueExpr, Query) - Constructor for class org.openrdf.sesame.sail.query.In
 
InferenceServices - interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices.
 
InstanceOf - class org.openrdf.sesame.query.rql.model.InstanceOf.
 
InstanceOf(ClassQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.InstanceOf
 
InstanceSelector - class org.openrdf.sesame.query.rql.model.InstanceSelector.
 
InstanceSelector(DataVar, ClassQuery) - Constructor for class org.openrdf.sesame.query.rql.model.InstanceSelector
 
InstanceSelector(DataVar, ClassQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.InstanceSelector
 
InstancesRestriction - class org.openrdf.sesame.sailimpl.omm.security.InstancesRestriction.
InstancesRestriction.java Title: Knowledge Control System Company: OntoText Lab.
InstancesRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.InstancesRestriction
Create an Instances Restriction.
IntegerConstant - class org.openrdf.sesame.query.rql.model.IntegerConstant.
 
IntegerConstant(int) - Constructor for class org.openrdf.sesame.query.rql.model.IntegerConstant
 
Intersect - class org.openrdf.sesame.query.rql.model.Intersect.
Intersect represents a set query where the result is the intersection of the result sets of the two arguments.
Intersect(SfwQuery, SfwQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Intersect
 
Intersect - class org.openrdf.sesame.sail.query.Intersect.
Determines the intersection of two sets of values that are produced by queries.
Intersect(Query, Query, boolean) - Constructor for class org.openrdf.sesame.sail.query.Intersect
Creates a new Intersect object that only reports query answers that are present in the query answer sets of both the left- and right argument.
Intersection - class org.openrdf.sesame.query.rql.model.Intersection.
An intersection of classes.
Intersection() - Constructor for class org.openrdf.sesame.query.rql.model.Intersection
Creates a new, empty Intersection.
Intersection(StatementIterator) - Constructor for class org.openrdf.sesame.query.rql.model.Intersection
Creates a new Intersection that is initialized with the objects of the statements from the supplied StatementIterator.
IsBNode - class org.openrdf.sesame.sail.query.IsBNode.
 
IsBNode(Var) - Constructor for class org.openrdf.sesame.sail.query.IsBNode
 
IsLiteral - class org.openrdf.sesame.sail.query.IsLiteral.
 
IsLiteral(Var) - Constructor for class org.openrdf.sesame.sail.query.IsLiteral
 
IsResource - class org.openrdf.sesame.sail.query.IsResource.
 
IsResource(Var) - Constructor for class org.openrdf.sesame.sail.query.IsResource
 
IsURI - class org.openrdf.sesame.sail.query.IsURI.
 
IsURI(Var) - Constructor for class org.openrdf.sesame.sail.query.IsURI
 
ignorableWhitespace(char[], int, int) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
ignorableWhitespace(char[], int, int) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
image - Variable in class org.openrdf.sesame.query.rdql.parser.Token
The string image of the token.
image - Variable in class org.openrdf.sesame.query.rql.parser.Token
The string image of the token.
image - Variable in class org.openrdf.sesame.query.serql.parser.Token
The string image of the token.
importPolicy(Graph) - Method in interface org.openrdf.sesame.omm.SecurityServices
Imports the security policy given an RDF Graph.
importPolicy(Graph) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Imports the security policy given a Graph.
indexOfWord(String, String) - Static method in class org.openrdf.util.StringUtil
Searches for the first occurrence of a word, which must be surrounded by whitespace characters, in a text.
indexOfWord(String, String, int) - Static method in class org.openrdf.util.StringUtil
Searches for the first occurrence of a word, which must be surrounded by whitespace characters, that appears in a text after 'fromIndex'.
init(ServletConfig) - Method in class org.openrdf.sesame.server.http.SesameServlet
 
initRdfSchema() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
invoked to initilize the basic RDFS schema for the repository
initRdfSchema() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
invoked to initialize the basic RDFS schema for the repository
initRdfSchema() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
initTriggersRuleCollection() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ClassSelector
 
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.DomainSelector
 
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.InstanceSelector
 
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.PropertySelector
 
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RangeSelector
 
initialize(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.Selector
Gives the Selector the opportunity to initialize itself.
initialize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.UnknownSelector
 
initialize(Map) - Method in interface org.openrdf.sesame.sail.Sail
Initializes the Sail using a set of configuration parameters.
initialize(RdfSource) - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
initialize(RdfSource) - Method in interface org.openrdf.sesame.sail.query.PathExpression
Initializes the PathExpression.
initialize(RdfSource) - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
initialize(File, RDFFormat, boolean) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
initialize(File, RDFFormat, boolean) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
Initializes this RdfSource.
initialize() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
Initializes this repository.
initialize(File, RDFFormat, boolean) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
Initializes this repository, using the specified file for persistent storage.
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
Initializes this NativeRdfRepository.
initialize(File) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
Initializes this repository.
initialize(File, String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
Initializes this repository.
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Initializes the TmsSQL92Sail.
initialize(RdfSchemaRepository, Map) - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
 
initialize(RdfSchemaRepository, Map) - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
invoked within sail.initialize(Map configParam).
initialize(RdfSchemaRepository, Map) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
initialize(RdfSource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression
 
initialize() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfMTInferencer
 
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
initialize(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Initializes the RdfSource.
initialize(String, String, String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Initializes the RdfSource.
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Initializes the RdfSource.
initialize(Map) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
initialize(String, Map) - Static method in class org.openrdf.sesame.server.SesameStartup
Initializes Sesame and loads the configuration.
initialize(String) - Static method in class org.openrdf.sesame.server.SesameStartup
Initializes Sesame/OMM given a configuration file.
initialize(String, String) - Static method in class org.openrdf.sesame.server.SesameStartup
Initializes Sesame/OMM given a configuration file and a parser class.
insert(byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Inserts the supplied value into the B-Tree.
integer_literal() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
invoke(Object, Object[]) - Method in interface org.openrdf.util.rmirouting.ChannelIface
Method invoke is used to send/receive a method invokation request from a client to the object server.
invoke(Object, Object[]) - Method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
invoke - invokes a method of an 'instance' via reflection
invoke(Object, Object[]) - Method in class org.openrdf.util.rmirouting.ChannelIfaceInvocation
a helper which sends the method invocation requests to the remote instance and try to resiolve the return value to some locally stubbed object.
invoke(Object, Method, Object[]) - Method in class org.openrdf.util.rmirouting.ChannelIfaceInvocation
Handle instance method invocations.
isAbsolute() - Method in class org.openrdf.util.uri.URI
 
isAnonymous() - Method in class org.openrdf.sesame.sail.query.Var
 
isBuiltInDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is a built-in XML Schema datatype.
isCellEditable(int, int) - Method in class org.openrdf.sesame.config.ui.AccessControlTableModel
-anonymous- login is not editable
isCellEditable(int, int) - Method in class org.openrdf.sesame.config.ui.XTableModel
By default every cell in an XTableModel is editable.
isClass(Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether the supplied resource represents a class.
isClass(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isClass(Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isClass(Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isClass(Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isClass(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Check if an URI is a class
isClass(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Check that a URI is a class
isClass(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isCombiningChar(char) - Static method in class org.openrdf.util.xml.XmlUtil
 
isDateTimeDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:dateTime.
isDecimalDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived from xsd:decimal.
isDerivedDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is a derived XML Schema datatype.
isDigit(char) - Static method in class org.openrdf.util.xml.XmlUtil
 
isDirectSubClass(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
isDirectSubClass(Resource) - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
isDirectSubClass(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
isDirectSubClassOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether one resource is a direct subclass of another.
isDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isDirectSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isDirectSubClassOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Query for direct subsumption of two classes
isDirectSubClassOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isDirectSubProperty(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
isDirectSubProperty(Resource) - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
isDirectSubProperty(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
isDirectSubPropertyOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether one resource is a direct subproperty of another.
isDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isDirectSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isDirectSubPropertyOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Query for direct subsumption of two properties.
isDirectSubPropertyOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isDirectType(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether one resource is a direct instance of another.
isDirectType(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
 
isDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isDirectType(Resource) - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
 
isDirectType(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
 
isDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isDirectType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isDirectType(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Check if an URI is a direct instance of a class
isDirectType(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isDistinct() - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
isEmpty() - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
isExplicit() - Method in class org.openrdf.sesame.sailimpl.memory.MemStatement
 
isExtender(char) - Static method in class org.openrdf.util.xml.XmlUtil
 
isFloatingPointDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
isHierarchical() - Method in class org.openrdf.util.uri.URI
 
isIdeographic(char) - Static method in class org.openrdf.util.xml.XmlUtil
 
isInstanceOf(String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Check that a URI is an instance of a class
isInstanceSelector(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.UnknownSelector
Determines whether the selector is a ResourceSelector by checking whether the URI is a known Class.
isIntegerDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived from xsd:integer.
isLanguageChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLanguageStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLegalName(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLegalPrefix(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isLetter(int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Checks whether the supplied character is a letter according to the N-Triples specification.
isLetter(int) - Static method in class org.openrdf.util.ASCIIUtil
Checks whether the supplied character is a letter.
isLetter(char) - Static method in class org.openrdf.util.xml.XmlUtil
 
isLetterOrNumber(int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Checks whether the supplied character is a letter or number according to the N-Triples specification.
isLetterOrNumber(int) - Static method in class org.openrdf.util.ASCIIUtil
Checks whether the supplied character is a letter or number.
isLowerCaseLetter(int) - Static method in class org.openrdf.util.ASCIIUtil
Checks whether the supplied character is an lower-case letter.
isMultipartFormRequest(HttpServletRequest) - Static method in class org.openrdf.util.http.HttpServerUtil
Checks whether the supplied request is a multipart/form-data POST request.
isNCName(String) - Static method in class org.openrdf.util.xml.XmlUtil
Checks whether the supplied String is an NCName (Namespace Classified Name) as specified at http://www.w3.org/TR/REC-xml-names/#NT-NCName.
isNCNameChar(char) - Static method in class org.openrdf.util.xml.XmlUtil
 
isNameChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNameStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isNormalized() - Method in class org.openrdf.util.xml.datatypes.DateTime
Checks whether this object has already been normalized.
isNumber(int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Checks whether the supplied character is a number according to the N-Triples specification.
isNumber(int) - Static method in class org.openrdf.util.ASCIIUtil
Checks whether the supplied character is a number
isOpaque() - Method in class org.openrdf.util.uri.URI
 
isOrderedDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is ordered.
isPausedCounterIncrement() - Method in interface org.openrdf.sesame.omm.VersionManagement
Check if the update couter ss paused
isPausedCounterIncrement() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isPausedCounterIncrement() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Check if the update couter ss paused
isPausedCounterIncrement() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Check if the update couter ss paused
isPausedCounterIncrement() - Method in class org.openrdf.sesame.server.soap.SoapClient
Check if the update couter ss paused
isPausedCounterIncrement() - Method in class org.openrdf.sesame.server.soap.SoapServices
Check if the update couter ss paused
isPrefixChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPrefixStartChar(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isPrimitiveDatatype(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Checks whether the supplied datatype is a primitive XML Schema datatype.
isProperty(Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether the supplied resource represents a property.
isProperty(Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isProperty(Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isProperty(Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isProperty(Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isProperty(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Check if an URI is a property
isProperty(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Check that a URI is a property
isProperty(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isRMIEnabled() - Method in class org.openrdf.sesame.config.SystemConfig
 
isReadable() - Method in class org.openrdf.sesame.config.DefaultRepositoryInfo
 
isReadable() - Method in class org.openrdf.sesame.config.RepositoryConfig
Checks if this repository is readable.
isReadable() - Method in interface org.openrdf.sesame.config.RepositoryInfo
 
isRegExp() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
Returns true when this component has type REGEXP.
isRelative() - Method in class org.openrdf.util.uri.URI
 
isRepositoryAccessible(Right) - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks the accessibility of a repository for a specified right.
isRepositoryAccessible(Right) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isResourceAccessible(Resource) - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks the accessibility of a resource according the security policy and the existence of a Read right over the resource.
isResourceAccessible(Resource, Right) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isResourceAccessible(Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isSchemaAccessible(Right) - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks the accessibility of a tracking for a specified right.
isSchemaAccessible(Right) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isSelfReference() - Method in class org.openrdf.util.uri.URI
Checks whether this URI is a relative URI that references itself (i.e. it only contains an anchor).
isStatementAccessible(Statement, Right) - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks the accessibility of a statement according the security policy and a given right.
isStatementAccessible(Resource, URI, Value, Right) - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks the accessibility of a statement according the security policy and a given right.
isStatementAccessible(Resource, URI, Value, Right) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isStatementAccessible(Statement, Right) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isSubClassOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether one resource is a subclass of another.
isSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isSubClassOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isSubClassOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Query for subsumption of two classes
isSubClassOf(String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Query for subsumtion of two classes
isSubClassOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isSubPropertyOf(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether one resource is a subproperty of another.
isSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isSubPropertyOf(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isSubPropertyOf(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Query for subsumption of two properties.
isSubPropertyOf(String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
Query for subsumtion of two properties
isSubPropertyOf(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isSubset(RdfSource, RdfSource) - Static method in class org.openrdf.sesame.sail.SailUtil
Compares the models of two RdfSource objects and returns true if rdfSource1 is a subset of rdfSource2.
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.And
 
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.BooleanConstant
 
isTrue(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.BooleanQuery
 
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.CompareTo
Determines what the boolean value of the comparison operator is.
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Exists
 
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Forall
 
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.In
Determines whether operand 1 is in the result set of operand 2.
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Like
Determines whether the two operands match according to the like operator.
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Not
 
isTrue(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Or
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.And
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.BooleanConstant
 
isTrue(RdfSource) - Method in interface org.openrdf.sesame.sail.query.BooleanExpr
Evaluates the boolean expression on the supplied RdfSource object.
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.CompareAll
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.CompareAny
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.Exists
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.In
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.IsBNode
Determines whether the operand (a variable) contains a BNode.
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.IsLiteral
Determines whether the operand (a variable) contains a Literal.
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.IsResource
Determines whether the operand (a variable) contains a Resource.
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.IsURI
Determines whether the operand (a variable) contains a URI.
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.Like
Determines whether the two operands match according to the like operator.
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.Not
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.Or
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.StringCompare
 
isTrue(RdfSource) - Method in class org.openrdf.sesame.sail.query.ValueCompare
 
isTrue(Value, Value, int) - Static method in class org.openrdf.sesame.sail.query.ValueCompare
 
isType(Resource, Resource) - Method in interface org.openrdf.sesame.sail.RdfSchemaSource
Checks whether one resource is an instance of another.
isType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
isType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
isType(Resource, Resource) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
isType(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Check if an URI is an instance of a class
isType(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
isUpperCaseLetter(int) - Static method in class org.openrdf.util.ASCIIUtil
Checks whether the supplied character is an upper-case letter.
isUri() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
Returns true when this component has type URI.
isValid() - Method in class org.openrdf.sesame.config.ui.XCellEditor
Checks if the input is validate
isValidBoolean(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidByte(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidDateTime(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidDecimal(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidDouble(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidFloat(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidInt(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidLong(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidNegativeInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidNonNegativeInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidNonPositiveInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidPositiveInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidShort(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidUnsignedByte(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidUnsignedInt(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidUnsignedLong(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidUnsignedShort(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValidValue(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
 
isValueAccessible(Value) - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks the accessibility of a value according to the security policy.
isValueAccessible(Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isVar() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
Returns true when this component has type VAR or REGEXP.
isVersionTrackingAccessible() - Method in interface org.openrdf.sesame.omm.SecurityServices
Checks if the user has access to the versioning and tracking sail.
isVersionTrackingAccessible() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
isWhitespace(int) - Static method in class org.openrdf.rio.turtle.TurtleUtil
 
isWorldReadable() - Method in class org.openrdf.sesame.config.RepositoryConfig
Checks whether this repository is publicly readable.
isWorldReadable(String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the repository with the supplied id is world readable
isWorldWriteable() - Method in class org.openrdf.sesame.config.RepositoryConfig
Checks whether this repository is publicly writeable.
isWorldWriteable(String) - Method in class org.openrdf.sesame.config.SystemConfig
Checks if the repository with the supplied id is world writeable
isWriteable() - Method in class org.openrdf.sesame.config.DefaultRepositoryInfo
 
isWriteable() - Method in class org.openrdf.sesame.config.RepositoryConfig
Checks if this repository is writeable.
isWriteable() - Method in interface org.openrdf.sesame.config.RepositoryInfo
 
itemStateChanged(ItemEvent) - Method in class org.openrdf.sesame.config.ui.ServerTab
 
iterateAll() - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Returns an iterator that iterates over all values in this B-Tree.
iterateRange(byte[], byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Returns an iterator that iterates over all values between minValue and maxValue, inclusive.
iterateValues(byte[], byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Returns an iterator that iterates over all values and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterateValues(byte[], byte[], byte[], byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Returns an iterator that iterates over all values between minValue and maxValue (inclusive) and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterator() - Method in class org.openrdf.sesame.query.Tuple
Returns iterator over this Tuple.
iterator() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 

J

JDBC_DRIVER_KEY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to specify a JDBC driver in the initialization parameters
JDBC_URL_KEY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to specify a JDBC URL in the initialization parameters
JavaCharStream - class org.openrdf.sesame.query.rdql.parser.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
javaScriptEscape(String) - Static method in class org.openrdf.sesame.server.http.RdfExplorerUtil
 
jj_nt - Variable in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
jj_nt - Variable in class org.openrdf.sesame.query.rql.parser.RqlParser
 
jj_nt - Variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
jjstrLiteralImages - Static variable in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
jjstrLiteralImages - Static variable in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
jjstrLiteralImages - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
joined_pathelem(List, RqlParser.FromTo) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 

K

KCS - interface org.openrdf.sesame.omm.KCS.
The interface KCS is an entry point to access the rest of the Ontology Middleware Module interfaces.
KEY_EXPORT_FLAGS - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to store the status of the export flags in the metadata table
KEY_SCHEMACREATOR - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to store the schema creator in the metadata table
KEY_SCHEMAVERSION - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to store the schema version in the metadata table
KIND_KEY - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
KeepAliveWhenUnreferenced - interface org.openrdf.util.rmirouting.KeepAliveWhenUnreferenced.
The main purpose of this interface is to indicate that the implementing instance should not be 'unexported' - e.g. removed from the RMI Object Table.
kind - Variable in class org.openrdf.sesame.query.rdql.parser.Token
An integer that describes the kind of this token.
kind - Variable in class org.openrdf.sesame.query.rql.parser.Token
An integer that describes the kind of this token.
kind - Variable in class org.openrdf.sesame.query.serql.parser.Token
An integer that describes the kind of this token.

L

LABEL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LABEL - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of label of literal (arbitrary length unicode string).
LABEL - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#label
LABEL_HASH - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of labelHash of literal (a signed 64-bit long).
LABEL_HASH_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
LABEL_KEY - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
LABEL_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
LANG - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LANGUAGE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of language of literal.
LANGUAGE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#language
LANGUAGE_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
LANG_LITERAL_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
LANG_TAG - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LANG_TAG - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LBRACE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
LBRACE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LBRACK - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LBRACK - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LBRACKET - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
LE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LE - Static variable in class org.openrdf.sesame.query.rql.model.CompareTo
Lower or Equal *
LE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
LE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LE - Static variable in class org.openrdf.sesame.sail.query.ValueCompare
lower than or equal to
LETTER - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LETTER - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LI - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#li
LIKE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
LIKE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LIMIT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LIST - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
LITERAL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LITERAL - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Literal
LITERALS_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Literals.
LITERALS_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Literals table.
LIT_DT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LIT_DT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LIT_LABEL - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LIT_LABEL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LIT_LANG - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LIT_LANG - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LOCALNAME - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LOCALNAME - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of localname of resource.
LOCALNAME_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
LONG - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#long
LPAREN - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LPAREN - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
LPAREN - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
LT - Static variable in class org.openrdf.sesame.query.rql.model.CompareTo
Lower Than *
LT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
LT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
LT - Static variable in class org.openrdf.sesame.sail.query.ValueCompare
lower than
Label - class org.openrdf.sesame.sail.query.Label.
 
Label(Var) - Constructor for class org.openrdf.sesame.sail.query.Label
 
Lang - class org.openrdf.sesame.sail.query.Lang.
 
Lang(Var) - Constructor for class org.openrdf.sesame.sail.query.Lang
 
Like - class org.openrdf.sesame.query.rql.model.Like.
 
Like(ResourceQuery, StringConstant) - Constructor for class org.openrdf.sesame.query.rql.model.Like
 
Like - class org.openrdf.sesame.sail.query.Like.
Compares the string representation of an expression to a pattern.
Like(StringExpr, StringConstant, boolean) - Constructor for class org.openrdf.sesame.sail.query.Like
 
ListRepositoriesServlet - class org.openrdf.sesame.server.http.ListRepositoriesServlet.
 
ListRepositoriesServlet() - Constructor for class org.openrdf.sesame.server.http.ListRepositoriesServlet
 
Literal - interface org.openrdf.model.Literal.
An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
LiteralExpr - class org.openrdf.sesame.sail.query.LiteralExpr.
 
LiteralExpr(Literal) - Constructor for class org.openrdf.sesame.sail.query.LiteralExpr
 
LiteralImpl - class org.openrdf.model.impl.LiteralImpl.
An implementation of the Literal interface.
LiteralImpl(String) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new Literal which will get the supplied label, but no language tag or datatype (=null).
LiteralImpl(String, String) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new Literal which will get the supplied label and language tag.
LiteralImpl(String, URI) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new Literal which will get the supplied label and datatype.
LiteralIterator - interface org.openrdf.sesame.sail.LiteralIterator.
An extension of ValueIterator offering a utility method for retrieving the values as Literals.
LiteralNode - class org.openrdf.sesame.sailimpl.memory.LiteralNode.
An extension of Literal giving it node properties.
LiteralNode(RdfSource, String, String) - Constructor for class org.openrdf.sesame.sailimpl.memory.LiteralNode
Creates a new Literal which will get the supplied label and language code.
LiteralNode(RdfSource, String, URI) - Constructor for class org.openrdf.sesame.sailimpl.memory.LiteralNode
Creates a new Literal which will get the supplied label and datatype.
LocalName - class org.openrdf.sesame.sail.query.LocalName.
 
LocalName(Var) - Constructor for class org.openrdf.sesame.sail.query.LocalName
 
LocalRepository - class org.openrdf.sesame.repository.local.LocalRepository.
Entry point for access to a local Sesame repository.
LocalRepositoryChangedEvent - interface org.openrdf.sesame.repository.local.LocalRepositoryChangedEvent.
Event object for signaling changes to a local repository to LocalRepositoryListeners.
LocalRepositoryChangedListener - interface org.openrdf.sesame.repository.local.LocalRepositoryChangedListener.
 
LocalService - class org.openrdf.sesame.repository.local.LocalService.
A Sesame service for local repositories.
LocalService() - Constructor for class org.openrdf.sesame.repository.local.LocalService
Creates a new LocalService that does not administer any repositories yet.
LocalService(SystemConfig) - Constructor for class org.openrdf.sesame.repository.local.LocalService
Creates a new LocalService for all repositories defined in the supplied SystemConfig object.
LoginServlet - class org.openrdf.sesame.server.http.LoginServlet.
 
LoginServlet() - Constructor for class org.openrdf.sesame.server.http.LoginServlet
 
LogoutServlet - class org.openrdf.sesame.server.http.LogoutServlet.
 
LogoutServlet() - Constructor for class org.openrdf.sesame.server.http.LogoutServlet
 
labelCurrentState(String) - Method in interface org.openrdf.sesame.omm.VersionManagement
Create a labeled version of the curent repository state.
labelCurrentState(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
labelCurrentState(String) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Create a labeled version of the curent repository state.
labelCurrentState(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Create a labeled version of the curent repository state.
labelCurrentState(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Create a labeled version of the curent repository state.
labelCurrentState(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
Create a labeled version of the curent repository state.
labelState(long, String) - Method in interface org.openrdf.sesame.omm.VersionManagement
Create a labeled version for a state of the repository assigning the necessary mata-information about that operation.
labelState(long, String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
labelState(long, String) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Create a labeled version for a statte of the repository assigning the necessary mata-information about thet operation.
labelState(long, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Create a labeled version for a statte of the repository assigning the necessary mata-information about thet operation.
labelState(String, String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Create a labeled version for a statte of the repository assigning the necessary mata-information about thet operation.
labelState(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
Create a labeled version for a statte of the repository assigning the necessary mata-information about thet operation.
lastIndexOfWord(String, String) - Static method in class org.openrdf.util.StringUtil
Searches for the last occurrence of a word, which must be surrounded by whitespace characters, in a text.
lastIndexOfWord(String, String, int) - Static method in class org.openrdf.util.StringUtil
Searches for the last occurrence of a word, which must be surrounded by whitespace characters, in a text.
lexStateNames - Static variable in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
lexStateNames - Static variable in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
lexStateNames - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
listRepositories() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Lists all the repositories.
listRepositories() - Method in class org.openrdf.sesame.server.soap.SoapClient
Retrieve a list of availibe repositories on the server
listRepositories() - Method in class org.openrdf.sesame.server.soap.SoapServices
 
literal() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
literal() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
load(File) - Method in class org.openrdf.sesame.config.ui.ConfigureSesameFrame
Loads a system.conf file.
load(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
loadConfig() - Method in interface org.openrdf.sesame.config.SystemConfigHandler
Load the system configuration.
loadConfig() - Method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
 
lockStatements(Iterator) - Method in interface org.openrdf.sesame.omm.VersionManagement
Perform locking of statements in the repository
lockStatements(Iterator) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
lockStatements(Iterator) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Perform locking of statements in the repository
log(String) - Static method in class org.openrdf.util.log.ThreadLog
Logs a message.
log(String, Object) - Static method in class org.openrdf.util.log.ThreadLog
Logs a message.
login(String, String) - Method in interface org.openrdf.sesame.repository.SesameService
Log in to a Sesame service.
login(String, String) - Method in class org.openrdf.sesame.repository.local.LocalService
Log in to a Sesame service.
login(String, String) - Method in class org.openrdf.sesame.repository.remote.HTTPService
 
login(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Logs in given a user and a password
login(String, String) - Method in class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl
Log in to a Sesame server.
login(String, String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Login to server.
login(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
logout() - Method in interface org.openrdf.sesame.repository.SesameService
Log out from a Sesame service.
logout() - Method in class org.openrdf.sesame.repository.local.LocalService
 
logout() - Method in class org.openrdf.sesame.repository.remote.HTTPService
 
logout() - Method in class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl
Log out from a Sesame server.
lookingAhead - Variable in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
lowerEqualThan(Intersection, RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
 
lowerThan(Intersection, RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
 

M

MADE_BY_URI - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
MADE_ON_URI - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
MAGIC_NUMBER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
Magic number for Binary RDF Table Result files.
MALFORMED_QUERY - Static variable in class org.openrdf.sesame.repository.remote.HTTPErrorType
Constant indicating that a malformed query has been specified.
MALFORMED_QUERY_ERROR - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
MALFORMED_QUERY_ERROR - Static variable in class org.openrdf.sesame.query.QueryErrorType
Constant used for identifying a malformed query error.
MAXCARDINALITY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#maxCardinality
MAX_PREFIX_LENGTH - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
MEMBER - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#member
MINCARDINALITY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#minCardinality
MINUS - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
MINUS - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
MINUS - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
MULTIPLY - Static variable in class org.openrdf.sesame.sail.query.MathExpr
The multiplication (*) operator.
MalformedQueryException - exception org.openrdf.sesame.query.MalformedQueryException.
 
MalformedQueryException() - Constructor for class org.openrdf.sesame.query.MalformedQueryException
 
MalformedQueryException(String) - Constructor for class org.openrdf.sesame.query.MalformedQueryException
 
MalformedQueryException(Throwable) - Constructor for class org.openrdf.sesame.query.MalformedQueryException
 
MalformedQueryException(String, Throwable) - Constructor for class org.openrdf.sesame.query.MalformedQueryException
 
MalformedSystemConfigException - exception org.openrdf.sesame.config.MalformedSystemConfigException.
 
MalformedSystemConfigException() - Constructor for class org.openrdf.sesame.config.MalformedSystemConfigException
 
MalformedSystemConfigException(String) - Constructor for class org.openrdf.sesame.config.MalformedSystemConfigException
 
MalformedSystemConfigException(Throwable) - Constructor for class org.openrdf.sesame.config.MalformedSystemConfigException
 
MalformedSystemConfigException(String, Throwable) - Constructor for class org.openrdf.sesame.config.MalformedSystemConfigException
 
MathExpr - class org.openrdf.sesame.sail.query.MathExpr.
A mathematical expression consisting an operator and two arguments.
MathExpr(ValueExpr, ValueExpr, int) - Constructor for class org.openrdf.sesame.sail.query.MathExpr
 
MemLiteralIterator - class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator.
An implementation of org.openrdf.sesame.sail.LiteralIterator that can iterate over a list of Literal objects.
MemLiteralIterator(Collection) - Constructor for class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator
Creates a new LiteralIterator that iterates over all objects in the supplied list.
MemLiteralIterator(Collection, String, String, URI) - Constructor for class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator
Creates a new LiteralIterator that iterates over all objects in the supplied list, only returning the ones that have the specified label, language and/or datatype.
MemNamespaceIterator - class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator.
An implementation of org.openrdf.sesame.sail.NamespaceIterator that can iterate over a list of Namespace objects.
MemNamespaceIterator(List) - Constructor for class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator
Constructor.
MemResourceIterator - class org.openrdf.sesame.sailimpl.memory.MemResourceIterator.
An implementation of org.openrdf.sesame.sail.ResourceIterator that can iterate over a list of Resource objects.
MemResourceIterator(Collection) - Constructor for class org.openrdf.sesame.sailimpl.memory.MemResourceIterator
 
MemStatement - class org.openrdf.sesame.sailimpl.memory.MemStatement.
A MemStatement is a Statement which has a flag setting indicating whether the statement is explicit or inferred.
MemStatement(Resource, URI, Value) - Constructor for class org.openrdf.sesame.sailimpl.memory.MemStatement
 
MemStatement(Resource, URI, Value, boolean) - Constructor for class org.openrdf.sesame.sailimpl.memory.MemStatement
 
Minus - class org.openrdf.sesame.query.rql.model.Minus.
Minus represents a set query where the result is the difference of the result sets of the two arguments.
Minus(SfwQuery, SfwQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Minus
 
Minus - class org.openrdf.sesame.sail.query.Minus.
Determines the difference between two sets of values that are produced by queries.
Minus(Query, Query, boolean) - Constructor for class org.openrdf.sesame.sail.query.Minus
Creates a new Minus object that filters the query answers from the left argument if they are not in the query answer set from the right argument.
MySQL - class org.openrdf.sesame.sailimpl.rdbms.MySQL.
Defines MySQL specific SQL syntax.
MySQL() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.MySQL
Initializes MySQL specific SQL syntax.
main(String[]) - Static method in class org.openrdf.sesame.config.ui.ConfigureSesame
Starts Configure Sesame!
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
 
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
 
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
main(String[]) - Static method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
main(String[]) - Static method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
test bind/unbind code
main(String[]) - Static method in class org.openrdf.sesame.server.rmi.RMICenter
 
main(String[]) - Static method in class org.openrdf.tools.cmdline.AddData
 
makePrivate() - Method in class org.openrdf.sesame.config.RepositoryConfig
Makes this repository private, meaning that it will not be publicly readable or writeable.
makePublic() - Method in class org.openrdf.sesame.config.RepositoryConfig
Makes this repository public, meaning that it will be publicly readable and writeable.
markAxioms() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
invoked to mark the currently added statements as axioms
markAxioms() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
invoked to mark the currently added statements as axioms
markAxioms() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
markAxioms() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfMTDependencyInferencer
Marks all statements that are in ALL_NEW_TRIPLES_TABLE as axioms.
matchesPattern(byte[], byte[], byte[]) - Static method in class org.openrdf.util.ByteArrayUtil
Checks whether value matches pattern after mask has bee applied to value.
mergeGraph(Graph) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
mergeGraph(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
minimize(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.Intersection
Minimizes the set of classes in this intersection by filtering out any superclasses for which there are also subclasseses in this intersection.
modelsEqual(RdfSource, RdfSource) - Static method in class org.openrdf.sesame.sail.SailUtil
Compares the models of two RdfSource objects and returns true if they are equal.
multiplicative_expr() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
multiplicative_operator() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 

N

N3 - Static variable in class org.openrdf.sesame.constants.RDFFormat
Constant representing the N3/Notation3 format.
N3Writer - class org.openrdf.rio.n3.N3Writer.
An implementation of the RdfDocumentWriter interface that writes RDF documents in N3 format.
N3Writer(OutputStream) - Constructor for class org.openrdf.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied OutputStream.
N3Writer(Writer) - Constructor for class org.openrdf.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied Writer.
NAME - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of name of namespace.
NAME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#Name
NAMESPACE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
NAMESPACE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NAMESPACE - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#
NAMESPACE - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#
NAMESPACE - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#
NAMESPACE - Static variable in class org.openrdf.vocabulary.XmlSchema
The XML Schema namespace (http://www.w3.org/2001/XMLSchema#).
NAMESPACES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Namespaces.
NAMESPACES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Namespaces table.
NAMESPACE_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
NAME_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
NCNAME - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
NCNAME - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NCNAME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NCName
NCNAME_CHAR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
NCNAME_CHAR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
NE - Static variable in class org.openrdf.sesame.query.rql.model.CompareTo
Not Equal *
NE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
NE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NE - Static variable in class org.openrdf.sesame.sail.query.StringCompare
not equal to
NE - Static variable in class org.openrdf.sesame.sail.query.ValueCompare
not equal to
NEGATIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#negativeInteger
NEG_INTEGER - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NEW_GROUNDED_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
 
NEW_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
newTriples table, used during a transaction to filter the duplicates from the addedTriples table, and also by the RDF-MT inferencer to infer new statements from the newly added statements.
NIL - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
NMTOKEN - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NMTOKEN
NMTOKENS - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NMTOKENS
NONE - Static variable in class org.openrdf.util.log.ThreadLog
 
NON_NEGATIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#nonNegativeInteger
NON_POSITIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#nonPositiveInteger
NORMALIZEDSTRING - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#normalizedString
NOT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
NOT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
NOT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NOTATION - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#NOTATION
NOTIFICATION - Static variable in class org.openrdf.sesame.admin.AdminMsg
Notification.
NTRIPLES - Static variable in class org.openrdf.sesame.constants.RDFFormat
Constant representing the N-Triples format.
NTriplesParser - class org.openrdf.rio.ntriples.NTriplesParser.
Parser for N-Triples files.
NTriplesParser() - Constructor for class org.openrdf.rio.ntriples.NTriplesParser
Creates a new NTriplesParser that will use a ValueFactoryImpl to create object for resources, bNodes and literals.
NTriplesParser(ValueFactory) - Constructor for class org.openrdf.rio.ntriples.NTriplesParser
Creates a new NTriplesParser that will use the supplied ValueFactory to create objects for resources, bNodes and literals.
NTriplesUtil - class org.openrdf.rio.ntriples.NTriplesUtil.
Utility methods for N-Triples encoding/decoding.
NTriplesUtil() - Constructor for class org.openrdf.rio.ntriples.NTriplesUtil
 
NTriplesWriter - class org.openrdf.rio.ntriples.NTriplesWriter.
An implementation of the RdfDocumentWriter interface that writes RDF documents in N-Triples format.
NTriplesWriter(OutputStream) - Constructor for class org.openrdf.rio.ntriples.NTriplesWriter
Creates a new NTriplesWriter that will write to the supplied OutputStream.
NTriplesWriter(Writer) - Constructor for class org.openrdf.rio.ntriples.NTriplesWriter
Creates a new NTriplesWriter that will write to the supplied Writer.
NULL - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
NULL - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
NULL - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
NULL_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
NUM - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
NUM - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
Namespace - class org.openrdf.sesame.sail.Namespace.
Object that represents a Namespace.
Namespace(String, String) - Constructor for class org.openrdf.sesame.sail.Namespace
Constructor.
Namespace - class org.openrdf.sesame.sail.query.Namespace.
 
Namespace(Var) - Constructor for class org.openrdf.sesame.sail.query.Namespace
 
Namespace - class org.openrdf.sesame.sailimpl.memory.Namespace.
A namespace representation that contains the name and prefix of a namespace.
Namespace(String, String, boolean) - Constructor for class org.openrdf.sesame.sailimpl.memory.Namespace
Constructor.
NamespaceIterator - interface org.openrdf.sesame.sail.NamespaceIterator.
An iterator over namespaces that are stored in RDF Sails.
NamespaceListParser - class org.openrdf.sesame.server.http.io.NamespaceListParser.
Parser for parsing lists of namespaces that are in Sesame's XML format for namespace lists.
NamespaceListParser(NamespaceListener) - Constructor for class org.openrdf.sesame.server.http.io.NamespaceListParser
Creates a new NamespaceListParser which reports its query results to the supplied NamespaceListener.
NamespaceListWriter - class org.openrdf.sesame.server.http.io.NamespaceListWriter.
 
NamespaceListWriter() - Constructor for class org.openrdf.sesame.server.http.io.NamespaceListWriter
 
NamespaceListener - interface org.openrdf.rio.NamespaceListener.
An interface defining methods for receiving namespace declarations from an RDF parser.
NamespaceListener - interface org.openrdf.sesame.server.http.io.NamespaceListener.
 
NamespaceStore - class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore.
An in-memory store for namespace information that uses a file for persistence.
NamespaceStore(File) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
NativeBNode - class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode.
 
NativeBNode(NativeRdfRepository, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
NativeBNode(NativeRdfRepository, BNode) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
NativeLiteral - class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral.
 
NativeLiteral(NativeRdfRepository, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
NativeLiteral(NativeRdfRepository, String, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
NativeLiteral(NativeRdfRepository, String, URI) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
NativeRdfRepository - class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository.
An implementation of the RdfRepository interface from the RDF Sail API that stores its data in, and queries it from files on disk.
NativeRdfRepository() - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
Creates a new NativeRdfRepository.
NativeRdfRepositoryConfig - class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig.
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository Sail.
NativeRdfRepositoryConfig() - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Creates a new and unconfigured NativeRdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository Sail.
NativeRdfRepositoryConfig(String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Creates a new NativeRdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository Sail that uses the specified directory for storing its data.
NativeRdfRepositoryConfig(String, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Creates a new NativeRdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository Sail that uses the specified directory for storing its data and the specified indexes for searching triples.
NativeResource - interface org.openrdf.sesame.sailimpl.nativerdf.model.NativeResource.
 
NativeStatementIterator - class org.openrdf.sesame.sailimpl.nativerdf.NativeStatementIterator.
An implementation of the RdfRepository interface from the RDF Sail API that stores its data in, and queries it from files on disk.
NativeStatementIterator(TripleStore, ValueStore, ValueFactory, Resource, URI, Value, int, int, int) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.NativeStatementIterator
Creates a new NativeStatementIterator.
NativeURI - class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI.
 
NativeURI(NativeRdfRepository, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
NativeURI(NativeRdfRepository, String, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
NativeURI(NativeRdfRepository, URI) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
NativeValue - interface org.openrdf.sesame.sailimpl.nativerdf.model.NativeValue.
 
NestedResourceIterator - class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator.
 
NestedResourceIterator(ValueIterator) - Constructor for class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator
 
NestedValueIterator - class org.openrdf.sesame.query.rql.model.iterators.NestedValueIterator.
 
NestedValueIterator(ResourceIterator) - Constructor for class org.openrdf.sesame.query.rql.model.iterators.NestedValueIterator
 
Not - class org.openrdf.sesame.query.rql.model.Not.
 
Not(BooleanQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Not
 
Not - class org.openrdf.sesame.sail.query.Not.
 
Not(BooleanExpr) - Constructor for class org.openrdf.sesame.sail.query.Not
 
Null - class org.openrdf.sesame.sail.query.Null.
 
Null() - Constructor for class org.openrdf.sesame.sail.query.Null
 
NullParameterException - exception org.openrdf.sesame.sailimpl.omm.security.NullParameterException.
NullParameterException.java Title: Knowledge Control System Company: OntoText Lab.
NullParameterException() - Constructor for class org.openrdf.sesame.sailimpl.omm.security.NullParameterException
 
NullParameterException(String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.NullParameterException
 
namespace(String, String) - Method in class org.openrdf.sesame.query.GraphQueryDuplicatesFilter
 
namespace(String, String) - Method in interface org.openrdf.sesame.query.GraphQueryResultListener
Reports a namespace and its (preferred) prefix that might be used in the query result.
namespace(String, String) - Method in class org.openrdf.sesame.query.QueryResultsGraphBuilder
 
namespace(String, String) - Method in class org.openrdf.sesame.query.RdfGraphWriter
 
namespace(String, String) - Method in class org.openrdf.sesame.query.StdOutGraphQueryResultWriter
 
namespace() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
namespace() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
namespace(String, String) - Method in interface org.openrdf.sesame.server.http.io.NamespaceListener
 
namespace_list() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
nc_name() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
newToken(int) - Static method in class org.openrdf.sesame.query.rdql.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.openrdf.sesame.query.rql.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.openrdf.sesame.query.serql.parser.Token
Returns a new Token object, by default.
next - Variable in class org.openrdf.sesame.query.rdql.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator
 
next() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedValueIterator
 
next() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementObjectIterator
 
next() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator
 
next - Variable in class org.openrdf.sesame.query.rql.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.openrdf.sesame.query.serql.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in interface org.openrdf.sesame.sail.NamespaceIterator
Go to the next namespace.
next() - Method in interface org.openrdf.sesame.sail.StatementIterator
Gets the next statement.
next() - Method in interface org.openrdf.sesame.sail.ValueIterator
Gets the next value.
next() - Method in class org.openrdf.sesame.sail.util.EmptyStatementIterator
Always throws a NoSuchElementException as there are no results in an EmptyStatementIterator.
next() - Method in class org.openrdf.sesame.sail.util.EmptyValueIterator
Always throws a NoSuchElementException as there are no results in an EmptyValueIterator.
next() - Method in class org.openrdf.sesame.sail.util.SingleStatementIterator
 
next() - Method in class org.openrdf.sesame.sail.util.SingleValueIterator
 
next() - Method in class org.openrdf.sesame.sail.util.ValueCollectionIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.memory.MemNamespaceIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.memory.MemResourceIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeStatementIterator
 
next() - Method in interface org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeIterator
Returns the next value in the BTree.
next() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile.DataIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile.OffsetIterator
Returns the next offset that has been mapped to the specified hash code, or -1 if no more offset were found.
next() - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.omm.security.StatementFilterIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsStatementIterator
 
next() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsValueIterator
 
nextLiteral() - Method in interface org.openrdf.sesame.sail.LiteralIterator
Gets the next Literal.
nextLiteral() - Method in class org.openrdf.sesame.sail.util.EmptyLiteralIterator
Always throws a NoSuchElementException as there are no results in an EmptyLiteralIterator.
nextLiteral() - Method in class org.openrdf.sesame.sailimpl.memory.MemLiteralIterator
 
nextLiteral() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsLiteralIterator
 
nextResource() - Method in class org.openrdf.sesame.query.rql.model.iterators.NestedResourceIterator
 
nextResource() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementObjectIterator
 
nextResource() - Method in class org.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator
 
nextResource() - Method in interface org.openrdf.sesame.sail.ResourceIterator
Gets the next Resource.
nextResource() - Method in class org.openrdf.sesame.sail.util.EmptyResourceIterator
Always throws a NoSuchElementException as there are no results in an EmptyResourceIterator.
nextResource() - Method in class org.openrdf.sesame.sail.util.ResourceCollectionIterator
 
nextResource() - Method in class org.openrdf.sesame.sail.util.SingleResourceIterator
 
nextResource() - Method in class org.openrdf.sesame.sailimpl.memory.MemResourceIterator
 
nextResource() - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
nextResource() - Method in class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsResourceIterator
 
node(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
node_elem(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
normalize() - Method in class org.openrdf.util.uri.URI
Normalizes the path of this URI if it has one.
normalize(String, String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes the supplied value according to the normalization rules for the supplied datatype.
normalize() - Method in class org.openrdf.util.xml.datatypes.DateTime
Normalizes this dateTime object.
normalizeBoolean(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes a boolean value to its canonical representation.
normalizeByte(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:byte.
normalizeDateTime(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:dateTime.
normalizeDecimal(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes a decimal to its canonical representation.
normalizeDouble(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes a double to its canonical representation.
normalizeFPNumber(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes a floating point number to its canonical representation.
normalizeFloat(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes a float to its canonical representation.
normalizeInt(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:int.
normalizeInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an integer to its canonical representation.
normalizeLong(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:long.
normalizeNegativeInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:negativeInteger.
normalizeNonNegativeInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:nonNegativeInteger.
normalizeNonPositiveInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:nonPositiveInteger.
normalizePositiveInteger(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:positiveInteger.
normalizeShort(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:short.
normalizeUnsignedByte(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:unsignedByte.
normalizeUnsignedInt(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:unsignedInt.
normalizeUnsignedLong(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:unsignedLong.
normalizeUnsignedShort(String) - Static method in class org.openrdf.util.xml.XmlDatatypeUtil
Normalizes an xsd:unsignedShort.
notification(String, int, int, Statement) - Method in interface org.openrdf.sesame.admin.AdminListener
A notification message (not an error) with optionally line and column number and the statement to indicate the source of the notification.
notification(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.AdminMsgCollector
 
notification(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.DummyAdminListener
 
notification(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
notification(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.StdOutAdminListener
 
notification(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
null_value() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 

O

OBJECT - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
OBJECTPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#ObjectProperty
OFFSET - Static variable in class org.openrdf.sesame.config.ui.DialogSeparator
Offset
OFFSET - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
ONEOF - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#oneOf
ONPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#onProperty
ONTOLOGY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#Ontology
ONTOLOGYPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#OntologyProperty
OR - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
OR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
OWL - class org.openrdf.vocabulary.OWL.
Constants for OWL primitives and for the OWL namespace.
OWL() - Constructor for class org.openrdf.vocabulary.OWL
 
OffsetFilter - class org.openrdf.sesame.sail.query.OffsetFilter.
A QueryAnswerListener that handles any OFFSET settings on a query.
OffsetFilter(QueryAnswerListener, int) - Constructor for class org.openrdf.sesame.sail.query.OffsetFilter
Creates a new OffsetFilter.
OptimizeThread - class org.openrdf.sesame.sailimpl.rdbms.OptimizeThread.
 
Or - class org.openrdf.sesame.query.rql.model.Or.
 
Or(BooleanQuery, BooleanQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Or
 
Or - class org.openrdf.sesame.sail.query.Or.
 
Or(BooleanExpr, BooleanExpr) - Constructor for class org.openrdf.sesame.sail.query.Or
 
Oracle - class org.openrdf.sesame.sailimpl.rdbms.Oracle.
Defines Oracle specific SQL syntax.
Oracle() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.Oracle
Initializes Oracle specific SQL syntax.
object - Variable in class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate
 
onShutDown() - Static method in class org.openrdf.sesame.sailimpl.rdbms.OptimizeThread
onShutDown() - break the waiting loop of the currently active OptimizeThread instance and force it to optimize the collected tables.
openGZIPOutputStream(HttpServletResponse) - Static method in class org.openrdf.util.http.HttpServerUtil
Opens an gzip-encoded output stream for the specified response.
operator2string(int) - Static method in class org.openrdf.sesame.sail.query.ValueCompare
Gives a string representation of the specified operator code.
optimize(RdfSource) - Method in class org.openrdf.sesame.query.GraphQuery
 
optimize(RdfSource) - Method in class org.openrdf.sesame.query.TableQuery
 
optimize(Query) - Static method in class org.openrdf.sesame.query.rql.RqlOptimizer
 
optimizeQuery(Query) - Method in interface org.openrdf.sesame.sail.RdfSource
Gives the RdfSource the oportunity to optimize a Query to its specific storage model.
optimizeQuery(Query) - Static method in class org.openrdf.sesame.sail.query.QueryOptimizer
Applies some generally applicable optimizations to the supplied query: variable assignments are inlined, and path expressions are sorted from more to less specific.
optimizeQuery(Query) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
optimizeQuery(Query) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
optimizeQuery(Query) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
optimizeQuery(Query) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Merges all TriplePatterns to one large SQL-join and includes as much of the boolean constraints as possible.
optimizeQuery(Query) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
optimizeTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
optimizeTable(RdfSchemaRepository, String) - Static method in class org.openrdf.sesame.sailimpl.rdbms.OptimizeThread
The entry point of the OptimizeThread class. if there is no pending optimization this method create a OptimizeThread instance and adds the table name to it.
optimizeTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.Oracle
 
optimizeTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.PostgreSQL
 
optimizeTable(String, int) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Optimizes a table.
optimizeTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Optimizes a table.
optimizeTable(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.SQLServer
 
or_expression() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
org.openrdf.model - package org.openrdf.model
RDF model interfaces.
org.openrdf.model.impl - package org.openrdf.model.impl
Implementations of the RDF model interfaces.
org.openrdf.rio - package org.openrdf.rio
General classes and interfaces for RDF parsers and RDF writers.
org.openrdf.rio.n3 - package org.openrdf.rio.n3
Writer for RDF in Notation 3/N3 format.
org.openrdf.rio.ntriples - package org.openrdf.rio.ntriples
Parser and writer for RDF in N-Triples format.
org.openrdf.rio.rdfxml - package org.openrdf.rio.rdfxml
Parser and writer for XML-serialized RDF.
org.openrdf.rio.turtle - package org.openrdf.rio.turtle
Parser and writer for RDF in Turtle format.
org.openrdf.sesame - package org.openrdf.sesame
Main API for communicating with both local and remote Sesame repositories.
org.openrdf.sesame.admin - package org.openrdf.sesame.admin
Functionality for adding and deleting data to/from a repository.
org.openrdf.sesame.config - package org.openrdf.sesame.config
 
org.openrdf.sesame.config.handlers - package org.openrdf.sesame.config.handlers
 
org.openrdf.sesame.config.ui - package org.openrdf.sesame.config.ui
Configure Sesame!
org.openrdf.sesame.config.ui.util - package org.openrdf.sesame.config.ui.util
 
org.openrdf.sesame.constants - package org.openrdf.sesame.constants
 
org.openrdf.sesame.export - package org.openrdf.sesame.export
Functionality for extracting data from a repository.
org.openrdf.sesame.omm - package org.openrdf.sesame.omm
 
org.openrdf.sesame.query - package org.openrdf.sesame.query
 
org.openrdf.sesame.query.rdql - package org.openrdf.sesame.query.rdql
The RDQL query engine.
org.openrdf.sesame.query.rdql.parser - package org.openrdf.sesame.query.rdql.parser
 
org.openrdf.sesame.query.rql - package org.openrdf.sesame.query.rql
The RQL query engine.
org.openrdf.sesame.query.rql.model - package org.openrdf.sesame.query.rql.model
 
org.openrdf.sesame.query.rql.model.iterators - package org.openrdf.sesame.query.rql.model.iterators
 
org.openrdf.sesame.query.rql.parser - package org.openrdf.sesame.query.rql.parser
 
org.openrdf.sesame.query.serql - package org.openrdf.sesame.query.serql
The SeRQL query engine.
org.openrdf.sesame.query.serql.parser - package org.openrdf.sesame.query.serql.parser
 
org.openrdf.sesame.repository - package org.openrdf.sesame.repository
Repository API interfaces.
org.openrdf.sesame.repository.local - package org.openrdf.sesame.repository.local
Implementations of the repository API for local Sesame repositories.
org.openrdf.sesame.repository.remote - package org.openrdf.sesame.repository.remote
Implementations of the repository API for remote Sesame repositories.
org.openrdf.sesame.sail - package org.openrdf.sesame.sail
RDF Storage And Inference Layer.
org.openrdf.sesame.sail.query - package org.openrdf.sesame.sail.query
SAIL query object model.
org.openrdf.sesame.sail.util - package org.openrdf.sesame.sail.util
Generic utility iterators for RDF SAIL implementations.
org.openrdf.sesame.sailimpl.memory - package org.openrdf.sesame.sailimpl.memory
An implementation of the RDF SAIL API that uses main memory for storage.
org.openrdf.sesame.sailimpl.nativerdf - package org.openrdf.sesame.sailimpl.nativerdf
 
org.openrdf.sesame.sailimpl.nativerdf.btree - package org.openrdf.sesame.sailimpl.nativerdf.btree
 
org.openrdf.sesame.sailimpl.nativerdf.datastore - package org.openrdf.sesame.sailimpl.nativerdf.datastore
 
org.openrdf.sesame.sailimpl.nativerdf.model - package org.openrdf.sesame.sailimpl.nativerdf.model
 
org.openrdf.sesame.sailimpl.omm.security - package org.openrdf.sesame.sailimpl.omm.security
 
org.openrdf.sesame.sailimpl.omm.versioning - package org.openrdf.sesame.sailimpl.omm.versioning
 
org.openrdf.sesame.sailimpl.rdbms - package org.openrdf.sesame.sailimpl.rdbms
A generic SAIL implementation for relational databases.
org.openrdf.sesame.sailimpl.rdbms.iterators - package org.openrdf.sesame.sailimpl.rdbms.iterators
 
org.openrdf.sesame.sailimpl.rdbms.model - package org.openrdf.sesame.sailimpl.rdbms.model
 
org.openrdf.sesame.sailimpl.rdbms.rules - package org.openrdf.sesame.sailimpl.rdbms.rules
 
org.openrdf.sesame.sailimpl.sync - package org.openrdf.sesame.sailimpl.sync
Synchronization SAIL.
org.openrdf.sesame.server - package org.openrdf.sesame.server
 
org.openrdf.sesame.server.http - package org.openrdf.sesame.server.http
Servlets handling the communication with Sesame over HTTP.
org.openrdf.sesame.server.http.io - package org.openrdf.sesame.server.http.io
 
org.openrdf.sesame.server.rmi - package org.openrdf.sesame.server.rmi
 
org.openrdf.sesame.server.soap - package org.openrdf.sesame.server.soap
 
org.openrdf.tools.cmdline - package org.openrdf.tools.cmdline
 
org.openrdf.util - package org.openrdf.util
 
org.openrdf.util.http - package org.openrdf.util.http
 
org.openrdf.util.io - package org.openrdf.util.io
 
org.openrdf.util.jdbc - package org.openrdf.util.jdbc
 
org.openrdf.util.log - package org.openrdf.util.log
 
org.openrdf.util.rmirouting - package org.openrdf.util.rmirouting
 
org.openrdf.util.uri - package org.openrdf.util.uri
 
org.openrdf.util.xml - package org.openrdf.util.xml
 
org.openrdf.util.xml.datatypes - package org.openrdf.util.xml.datatypes
 
org.openrdf.vocabulary - package org.openrdf.vocabulary
Static constants for RDF and RDF Schema primitives.

P

PARAM_RULE_FILE - Static variable in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
 
PASSWORD_KEY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to specify a password in the initialization parameters
PATTERN - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
PATTERN Restriction Type
PATTERN_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
PATTERN Restriction name
PATTERN_RESTRS_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Pattern Restrictions.
PLAIN_LITERAL_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
PLUS - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
PLUS - Static variable in class org.openrdf.sesame.sail.query.MathExpr
The plus (+) operator.
POSITIVE_INTEGER - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#positiveInteger
POS_INTEGER - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
PREDICATE - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
PREFIX - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Datatype of prefix of namespace.
PREFIXES - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
PREFIX_NAME - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
PREFIX_TYPE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
PRIORVERSION - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#priorVersion
PROPERTIES - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
PROPERTIES Restriction Type
PROPERTIES_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
PROPERTIES Restriction name
PROPERTY - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
PROPERTY - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
PROPERTYVAR - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
PROPERTY_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing properties.
PROPER_INSTANCEOF_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing proper instanceOf relations.
ParameterTable - class org.openrdf.sesame.config.ui.ParameterTable.
Parameter XTable of AdvancedSettingDialog
ParameterTable(String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.ParameterTable
Creates a new ParameterTable with the supplied repository id and SystemConfig
ParameterTableModel - class org.openrdf.sesame.config.ui.ParameterTableModel.
Parameter XTableModel for ParameterTable
ParameterTableModel(String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.ParameterTableModel
Creates a new ParameterTableModel with the supplied repository id, sail class and SystemConfig
ParseErrorListener - interface org.openrdf.rio.ParseErrorListener.
An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException - exception org.openrdf.rio.ParseException.
A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
ParseException(String, int, int) - Constructor for class org.openrdf.rio.ParseException
Creates a new ParseException.
ParseException(String, Throwable, int, int) - Constructor for class org.openrdf.rio.ParseException
Creates a new ParseException wrapping another exception.
ParseException(Throwable, int, int) - Constructor for class org.openrdf.rio.ParseException
Creates a new ParseException wrapping another exception.
ParseException - exception org.openrdf.sesame.query.rdql.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.openrdf.sesame.query.rdql.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.openrdf.sesame.query.rdql.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.openrdf.sesame.query.rdql.parser.ParseException
 
ParseException - exception org.openrdf.sesame.query.rql.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.openrdf.sesame.query.rql.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.openrdf.sesame.query.rql.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.openrdf.sesame.query.rql.parser.ParseException
 
ParseException - exception org.openrdf.sesame.query.serql.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.openrdf.sesame.query.serql.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.openrdf.sesame.query.serql.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.openrdf.sesame.query.serql.parser.ParseException
 
ParseLocationListener - interface org.openrdf.rio.ParseLocationListener.
A listener interface for listening to the parser's progress.
Parser - interface org.openrdf.rio.Parser.
A general interface for RDF parsers.
PathElement - class org.openrdf.sesame.query.serql.parser.PathElement.
 
PathElement(List, Var, List) - Constructor for class org.openrdf.sesame.query.serql.parser.PathElement
Creates a new PathElement.
PathExpression - interface org.openrdf.sesame.sail.query.PathExpression.
A path expression that matches specific paths in an (RDF) graph.
PatternRestriction - class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction.
PatternRestriction.java Title: Knowledge Control System Company: OntoText Lab.
PatternRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
Create a Pattern Restriction.
PostgreSQL - class org.openrdf.sesame.sailimpl.rdbms.PostgreSQL.
Defines PostgreSQL specific SQL syntax.
PostgreSQL() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.PostgreSQL
Initializes PostgreSQL specific SQL syntax.
Projection - class org.openrdf.sesame.query.rql.model.Projection.
An object structure representing an instantiation of a select-clause.
Projection(int) - Constructor for class org.openrdf.sesame.query.rql.model.Projection
 
ProjectionElem - class org.openrdf.sesame.sail.query.ProjectionElem.
 
ProjectionElem(ValueExpr) - Constructor for class org.openrdf.sesame.sail.query.ProjectionElem
 
ProjectionElem(ValueExpr, String) - Constructor for class org.openrdf.sesame.sail.query.ProjectionElem
 
PropertiesRestriction - class org.openrdf.sesame.sailimpl.omm.security.PropertiesRestriction.
Title: Knowledge Control System Company: OntoText Lab.
PropertiesRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.PropertiesRestriction
Create a Resource Restriction.
PropertyQuery - interface org.openrdf.sesame.query.rql.model.PropertyQuery.
 
PropertySelector - class org.openrdf.sesame.query.rql.model.PropertySelector.
 
PropertySelector(PropertyVar, PropertyQuery) - Constructor for class org.openrdf.sesame.query.rql.model.PropertySelector
Creates a new PropertySelector that fills the supplied propVar with values from propQ. propQ is not allowed to be an instance of PropertyVar.
PropertyVar - class org.openrdf.sesame.query.rql.model.PropertyVar.
 
PropertyVar(String) - Constructor for class org.openrdf.sesame.query.rql.model.PropertyVar
 
paintComponent(Graphics) - Method in class org.openrdf.sesame.config.ui.DialogSeparator
Draws a separating bar with a raised appearance
parse(InputStream, String) - Method in interface org.openrdf.rio.Parser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in interface org.openrdf.rio.Parser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Implementation of the parse(InputStream, String) method defined in the Parser interface.
parse(Reader, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
Implementation of the parse(Reader, String) method defined in the Parser interface.
parse(InputStream, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Implementation of the parse(InputStream, String) method defined in the Parser interface.
parse(Reader, String) - Method in class org.openrdf.rio.turtle.TurtleParser
Implementation of the parse(Reader, String) method defined in the Parser interface.
parse() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
parse(InputStream) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
parse(File) - Method in class org.openrdf.util.xml.SimpleSAXParser
Parses the content of the supplied File as XML.
parse(InputStream) - Method in class org.openrdf.util.xml.SimpleSAXParser
Parses the content of the supplied InputStream as XML.
parse(Reader) - Method in class org.openrdf.util.xml.SimpleSAXParser
Parses the content of the supplied Reader as XML.
parseBNode(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.
parseGraphQuery(String) - Method in class org.openrdf.sesame.query.serql.SerqlEngine
Parses the supplied SeRQL-construct query and builds a query model from it.
parseGraphQuery() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
parseLiteral(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples literal, creates an object for it using the supplied ValueFactory and returns this object.
parseLocationUpdate(int, int) - Method in interface org.openrdf.rio.ParseLocationListener
Signals an update of a parser's progress, indicated by a line and column number.
parseMultipartFormRequest(HttpServletRequest) - Static method in class org.openrdf.util.http.HttpServerUtil
Parses a multipart/form-data POST request and returns its parameters as set of FileItems, mapped using their field name.
parseQuery(String) - Method in class org.openrdf.sesame.query.rdql.RdqlEngine
Parses the supplied RDQL query and builds a query model from it.
parseQuery() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
parseQuery(String) - Method in class org.openrdf.sesame.query.rql.RqlEngine
Parses the supplied RQL query and builds a query model from it.
parseResource(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.
parseTableQuery(String) - Method in class org.openrdf.sesame.query.serql.SerqlEngine
Parses the supplied SeRQL-select query and builds a query model from it.
parseTableQuery() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
parseURI(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object.
parseValue(String, ValueFactory) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.
pass - Variable in class org.openrdf.sesame.omm.SessionContext
 
path_expr(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
path_expr_head(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
path_expr_list(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
path_expr_tail(List, GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
pathexpr(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
pauseCounterIncrement() - Method in interface org.openrdf.sesame.omm.VersionManagement
Stop the increment of the update counter.
pauseCounterIncrement() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
pauseCounterIncrement() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Stop the increment of the update counter.
pauseCounterIncrement() - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Stop the increment of the update counter.
pauseCounterIncrement() - Method in class org.openrdf.sesame.server.soap.SoapClient
Stop the increment of the update counter.
pauseCounterIncrement() - Method in class org.openrdf.sesame.server.soap.SoapServices
Stop the increment of the update counter.
performGraphQuery(QueryLanguage, String, GraphQueryResultListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Evaluates a graph query and reports the resulting statements to the specified listener.
performGraphQuery(QueryLanguage, String) - Method in interface org.openrdf.sesame.repository.SesameRepository
Evaluates a graph query and reports the resulting statements to the specified listener.
performGraphQuery(QueryLanguage, String, GraphQueryResultListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
performGraphQuery(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
performGraphQuery(QueryLanguage, String, GraphQueryResultListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
performGraphQuery(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
performTableQuery(QueryLanguage, String, TableQueryResultListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Evaluates a query and reports the results as rows in a table to the supplied listener.
performTableQuery(QueryLanguage, String) - Method in interface org.openrdf.sesame.repository.SesameRepository
Evaluates a query and returns the results in a QueryResultsTable.
performTableQuery(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
performTableQuery(QueryLanguage, String, TableQueryResultListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
performTableQuery(QueryLanguage, String, TableQueryResultListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
performTableQuery(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
pos_integer() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
predicate - Variable in class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate
 
prefix_decl() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
prefixes_clause() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
prepareEditor(TableCellEditor, int, int) - Method in class org.openrdf.sesame.config.ui.XTable
Sets the value of the XCellEditor
prepareMultipartPostRequest(HttpURLConnection, Map, String) - Static method in class org.openrdf.util.http.HttpClientUtil
 
prepareMultipartPostRequestInputStreamAware(HttpURLConnection, Map, String) - Static method in class org.openrdf.util.http.HttpClientUtil
 
preparePostRequest(HttpURLConnection, Map) - Static method in class org.openrdf.util.http.HttpClientUtil
Prepares an HttpURLConnection for a POST request that sends the supplied parameters.
prettyPrintEnabled() - Method in class org.openrdf.util.xml.XmlWriter
Checks whether pretty-printing is enabled.
print(PrintStream) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
 
processNewStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
invoked when some staements are being added so to infer the dependancy information for them
processNewStatements() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
invoked when some staements are being added so to infer the dependancy information for them
processNewStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
processNewStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfMTDependencyInferencer
Processes the new statements that are in ALL_NEW_TRIPLES_TABLE and records there dependencies in the DEPEND_TABLE.
processingInstruction(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
processingInstruction(String, String) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
projection() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
projection() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
projection_elem() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
projection_elem() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
projs_elem() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
projslist(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
proper_instances() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
property_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
propertyvar() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
put(Object, SessionContext) - Static method in class org.openrdf.sesame.omm.SessionContext
 
put(byte[], byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
putInt(int, byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
 
putLong(long, byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
 

Q

QNAME - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
QNAME - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
QNAME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#QName
QNAME_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
QUERY - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
QUERY Restriction Type
QUERY_EVALUATION_ERROR - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
QUERY_EVALUATION_ERROR - Static variable in class org.openrdf.sesame.query.QueryErrorType
Constant used for identifying a query evaluation error.
QUERY_EVALUATION_ERROR - Static variable in class org.openrdf.sesame.repository.remote.HTTPErrorType
Constant indicating that a error occured during the evaluation of a query.
QUERY_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
QUERY Restriction name
QUERY_RESTRS_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Query Restrictions.
QUOTE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
QUOTED_CHAR - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
QUOTED_STRING - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
QUOTED_URI - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
Query - interface org.openrdf.sesame.query.rql.model.Query.
The top interface of all queries.
Query - interface org.openrdf.sesame.sail.query.Query.
The interface for queries.
QueryAnswer - class org.openrdf.sesame.sail.query.QueryAnswer.
 
QueryAnswer(Value[]) - Constructor for class org.openrdf.sesame.sail.query.QueryAnswer
Creates a new QueryAnswer.
QueryAnswerListener - interface org.openrdf.sesame.sail.query.QueryAnswerListener.
A listener for query answers (a set of bound variables).
QueryErrorType - class org.openrdf.sesame.query.QueryErrorType.
A type-safe enumeration class for query error types.
QueryEvaluationException - exception org.openrdf.sesame.query.QueryEvaluationException.
 
QueryEvaluationException() - Constructor for class org.openrdf.sesame.query.QueryEvaluationException
 
QueryEvaluationException(String) - Constructor for class org.openrdf.sesame.query.QueryEvaluationException
 
QueryEvaluationException(Throwable) - Constructor for class org.openrdf.sesame.query.QueryEvaluationException
 
QueryEvaluationException(String, Throwable) - Constructor for class org.openrdf.sesame.query.QueryEvaluationException
 
QueryLanguage - class org.openrdf.sesame.constants.QueryLanguage.
A type-safe enumeration class for RDF query languages.
QueryOptimizer - class org.openrdf.sesame.sail.query.QueryOptimizer.
A default query optimizer that applies some generally applicable optimizations.
QueryOptimizer() - Constructor for class org.openrdf.sesame.sail.query.QueryOptimizer
 
QueryRestriction - class org.openrdf.sesame.sailimpl.omm.security.QueryRestriction.
QueryRestriction.java Title: Knowledge Control System Company: OntoText Lab.
QueryResultFormat - class org.openrdf.sesame.constants.QueryResultFormat.
A type-safe enumeration class for query response formats.
QueryResultsCounter - class org.openrdf.sesame.sail.query.QueryResultsCounter.
A QueryAnswerListener that counts the number of reported query results and forwards them to another QueryAnswerListener.
QueryResultsCounter() - Constructor for class org.openrdf.sesame.sail.query.QueryResultsCounter
Creates a new QueryResultsCounter.
QueryResultsCounter(QueryAnswerListener) - Constructor for class org.openrdf.sesame.sail.query.QueryResultsCounter
Creates a new QueryResultsCounter that forwards any query results to the specified listener.
QueryResultsGraphBuilder - class org.openrdf.sesame.query.QueryResultsGraphBuilder.
An implementation of GraphQueryResultListener that can be used to create a Graph from a query result.
QueryResultsGraphBuilder() - Constructor for class org.openrdf.sesame.query.QueryResultsGraphBuilder
Creates a new QueryResultsGraphBuilder.
QueryResultsTable - class org.openrdf.sesame.query.QueryResultsTable.
A table for query results.
QueryResultsTable(int) - Constructor for class org.openrdf.sesame.query.QueryResultsTable
Creates a new QueryResultsTable that can store a query result with the indicated number of columns.
QueryResultsTable(int, String[]) - Constructor for class org.openrdf.sesame.query.QueryResultsTable
 
QueryResultsTableBuilder - class org.openrdf.sesame.query.QueryResultsTableBuilder.
A TableQueryResultListener that can be used to build a QueryResultsTable.
QueryResultsTableBuilder() - Constructor for class org.openrdf.sesame.query.QueryResultsTableBuilder
Creates a new QueryResultsTableBuilder.
QuerySailStack - class org.openrdf.sesame.sail.util.QuerySailStack.
QuerySailStack - queries the sail stack for a SAIL that is instance of a specific class.i.e. implements a specific interface.
QuerySailStack() - Constructor for class org.openrdf.sesame.sail.util.QuerySailStack
 
qname() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
qname() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
queryAnswer(QueryAnswer) - Method in class org.openrdf.sesame.sail.query.DuplicatesFilter
 
queryAnswer(QueryAnswer) - Method in class org.openrdf.sesame.sail.query.OffsetFilter
 
queryAnswer(QueryAnswer) - Method in interface org.openrdf.sesame.sail.query.QueryAnswerListener
Reports a query answer to the listener.
queryAnswer(QueryAnswer) - Method in class org.openrdf.sesame.sail.query.QueryResultsCounter
 
queryHasResults(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Evaluates the specific query and check whether it has any results.
queryInterface(Sail, String) - Static method in class org.openrdf.sesame.sail.util.QuerySailStack
Gets the first SAIL from the stacked ones that is instanceof the specified class.
queryInterface(Sail, Class) - Static method in class org.openrdf.sesame.sail.util.QuerySailStack
Gets the first SAIL from the stacked ones that is instanceof the specified class.
quoted_char() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
quoted_string() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
quoted_uri() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 

R

RANGE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
RANGE - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#range
RANGE_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing range relations.
RAW_TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
rawTriples table, used during a transaction to store the explicitly added triples in it's raw form (i.e.
RBRACE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
RBRACE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
RBRACK - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
RBRACK - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
RBRACKET - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
RDBMS - class org.openrdf.sesame.sailimpl.rdbms.RDBMS.
A representation of an RDBMS.
RDBMS() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Creates a nw RDBMS.
RDF - Static variable in class org.openrdf.sesame.constants.QueryResultFormat
Constant representing RDF format.
RDF - class org.openrdf.vocabulary.RDF.
Constants for RDF primitives and for the RDF namespace.
RDF() - Constructor for class org.openrdf.vocabulary.RDF
 
RDFFormat - class org.openrdf.sesame.constants.RDFFormat.
A type-safe enumeration class for RDF data serialization formats.
RDFS - class org.openrdf.vocabulary.RDFS.
Constants for RDF Schema primitives and for the RDF Schema namespace.
RDFS() - Constructor for class org.openrdf.vocabulary.RDFS
 
RDFS_CLASS - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Class
RDFS_COMMENT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:comment
RDFS_CONTAINER - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Container
RDFS_CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:ContainerMembershipProperty
RDFS_DATATYPE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Datatype
RDFS_DOMAIN - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:domain
RDFS_ISDEFINEDBY - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:isDefinedBy
RDFS_LABEL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:label
RDFS_LITERAL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Literal
RDFS_MEMBER - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:member
RDFS_RANGE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:range
RDFS_RESOURCE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:Resource
RDFS_SEEALSO - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:seeAlso
RDFS_SUBCLASSOF - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:subClassOf
RDFS_SUBPROPERTYOF - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdfs:subPropertyOf
RDFXML - Static variable in class org.openrdf.sesame.constants.RDFFormat
Constant representing the XML-encoded RDF format.
RDF_ALT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Alt
RDF_BAG - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Bag
RDF_FIRST - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:first
RDF_LIST - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:List
RDF_NIL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:nil
RDF_OBJECT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:object
RDF_PREDICATE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:predicate
RDF_PROPERTY - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Property
RDF_REST - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:rest
RDF_SEQ - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Seq
RDF_STATEMENT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:Statement
RDF_SUBJECT - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:subject
RDF_TYPE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:type
RDF_VALUE - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:value
RDF_XMLLITERAL - Static variable in class org.openrdf.model.impl.URIImpl
Constant URI for rdf:XMLLiteral
RDQL - Static variable in class org.openrdf.sesame.constants.QueryLanguage
Constant representing the RDQL query language.
READ - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Right
permissions to read parts of the repository
REAL_LITERAL - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
REGEXP - Static variable in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
REINIT_MODE - Static variable in class org.openrdf.sesame.omm.SessionContext
 
REM - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
REMAINDER - Static variable in class org.openrdf.sesame.sail.query.MathExpr
The remainder (%) operator.
REMOVE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Right
permissions to remove items from the repository
REPEAT_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
REPOSITORY - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
REPOSITORY Restriction Type
REPOSITORY_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
REPOSITORY Restriction name
REP_INFO_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Repository metadata.
RESERVED - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
RESOURCE - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Resource
RESOURCES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Resources.
RESOURCES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Resources table.
REST - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
RESTRICTION - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#Restriction
RESTRICTIONS_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Restrictions.
RES_PROP_RESTRS_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Resource Or Properties Restrictions.
RMICenter - class org.openrdf.sesame.server.rmi.RMICenter.
This is a hepler class where you can start or stop the Sesame RMI server.
RMICenter() - Constructor for class org.openrdf.sesame.server.rmi.RMICenter
 
ROLES_HIERARCHY_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Roles Hierarchy.
ROLES_RULES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Roles' Rules.
ROLES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Roles.
RPAREN - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
RPAREN - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
RPAREN - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
RQL - Static variable in class org.openrdf.sesame.constants.QueryLanguage
Constant representing the RQL query language.
Range - class org.openrdf.sesame.query.rql.model.Range.
 
Range(PropertyQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Range
 
RangeSelector - class org.openrdf.sesame.query.rql.model.RangeSelector.
 
RangeSelector(PropertyQuery, ClassQuery) - Constructor for class org.openrdf.sesame.query.rql.model.RangeSelector
 
RdbmsInferenceServices - class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices.
Title: Custom Inference Rules Description: Copyright: Copyright (c) 2003 Company: Ontotext Lab.
RdbmsInferenceServices() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
RdbmsInferenceServices(boolean) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
RdbmsLiteralIterator - class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsLiteralIterator.
An implementation of SQLValueIterator that iterates over literals.
RdbmsLiteralIterator(RdfSource, String[], Connection, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsLiteralIterator
Constructor.
RdbmsNamespace - class org.openrdf.sesame.sailimpl.rdbms.RdbmsNamespace.
 
RdbmsNamespace(int, String, String, boolean) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdbmsNamespace
 
RdbmsNamespaceIterator - class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator.
A NamespaceIterator that returns namespaces from a cache.
RdbmsNamespaceIterator(List) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsNamespaceIterator
Constructor.
RdbmsPathExpression - class org.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression.
 
RdbmsPathExpression(RdfSource, RDBMS, List, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression
Constructor.
RdbmsResourceIterator - class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsResourceIterator.
An implementation of RdbmsValueIterator that iterates rdfs:Resources.
RdbmsResourceIterator(RdfSource, String[], Connection, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsResourceIterator
Constructor.
RdbmsStatementIterator - class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsStatementIterator.
A StatementIterator that executes an SQL query.
RdbmsStatementIterator(RdfSource, String[], Connection, String, String, Resource, URI, Value) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsStatementIterator
Constructor.
RdbmsValueIterator - class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsValueIterator.
A ResourceIterator that executes an SQL query.
RdbmsValueIterator(RdfSource, String[], Connection, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.iterators.RdbmsValueIterator
Constructor.
RdfAdmin - class org.openrdf.sesame.admin.RdfAdmin.
The RdfAdmin module that can upload files to an RdfRepository and remove sets of statements from it.
RdfAdmin(RdfRepository, LocalService) - Constructor for class org.openrdf.sesame.admin.RdfAdmin
Creates a new RdfAdmin that will use the supplied RdfRepository for administrating the data.
RdfAdmin(RdfRepository) - Constructor for class org.openrdf.sesame.admin.RdfAdmin
 
RdfDocumentWriter - interface org.openrdf.rio.RdfDocumentWriter.
An interface defining methods for writing RDF documents.
RdfExplorerUtil - class org.openrdf.sesame.server.http.RdfExplorerUtil.
 
RdfExplorerUtil() - Constructor for class org.openrdf.sesame.server.http.RdfExplorerUtil
 
RdfExport - class org.openrdf.sesame.export.RdfExport.
 
RdfExport() - Constructor for class org.openrdf.sesame.export.RdfExport
Creates a new RdfExport that can extract data from a Sail and export it as RDF.
RdfExtractionServlet - class org.openrdf.sesame.server.http.RdfExtractionServlet.
 
RdfExtractionServlet() - Constructor for class org.openrdf.sesame.server.http.RdfExtractionServlet
 
RdfGraphWriter - class org.openrdf.sesame.query.RdfGraphWriter.
 
RdfGraphWriter(RDFFormat, OutputStream) - Constructor for class org.openrdf.sesame.query.RdfGraphWriter
Creates a new RdfGraphWriter that will write the received query results to the supplied OutputStream.
RdfMTDependencyInferencer - class org.openrdf.sesame.sailimpl.rdbms.RdfMTDependencyInferencer.
Dependency inferencer that infers the depencies between statements based on the rules from the RDF Model Theory Recommendation (10 February 2004).
RdfMTDependencyInferencer(RdfSchemaRepository, RDBMS) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfMTDependencyInferencer
 
RdfMTInferencer - class org.openrdf.sesame.sailimpl.memory.RdfMTInferencer.
RDF(S) Inferencer for in-memory repositories using the rules from the RDF Semantics Recommendation (10 February 2004).
RdfMTInferencer - class org.openrdf.sesame.sailimpl.rdbms.RdfMTInferencer.
Inferencer using the rules from the RDF Semantics Recommendation (10 February 2004).
RdfMTInferencer(RdfSchemaRepository, RDBMS) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfMTInferencer
 
RdfProperty - class org.openrdf.sesame.query.rql.model.RdfProperty.
 
RdfProperty() - Constructor for class org.openrdf.sesame.query.rql.model.RdfProperty
 
RdfRepository - interface org.openrdf.sesame.sail.RdfRepository.
An extension of the read-only RdfSource interface that adds methods to add data to, and remove data from RDF repositories.
RdfRepository - class org.openrdf.sesame.sailimpl.memory.RdfRepository.
An implementation of the RdfRepository interface extending the class org.openrdf.sesame.sail.memory.RdfSource with write-methods.
RdfRepository() - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfRepository
Creates a new RdfRepository.
RdfRepository - class org.openrdf.sesame.sailimpl.rdbms.RdfRepository.
A portable implementation of the RdfRepository interface for relational databases, based on (a subset of) the SQL2/SQL92 standard.
RdfRepository() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
RdfRepositoryConfig - class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig.
Extension of RdfSourceConfig offering additional utility methods for configuring a org.openrdf.sesame.sailimpl.memory.RdfRepository Sail.
RdfRepositoryConfig() - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Creates a new RdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.memory.RdfRepository Sail.
RdfRepositoryConfig(String) - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Creates a new RdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.memory.RdfRepository Sail that will contain the XML-encoded RDF data from specified file.
RdfRepositoryConfig(String, RDFFormat) - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Creates a new RdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.memory.RdfRepository Sail that will contain the data from specified file.
RdfRepositoryConfig - class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig.
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.rdbms.RdfRepository Sail.
RdfRepositoryConfig() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Creates a new and unconfigured RdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.rdbms.RdfRepository Sail.
RdfRepositoryConfig(String, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Creates a new RdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.rdbms.RdfRepository Sail that uses the specified JDBC Driver to connect to the specified database.
RdfRepositoryConfig(String, String, String, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Creates a new RdfRepositoryConfig object for an org.openrdf.sesame.sailimpl.rdbms.RdfRepository Sail that uses the specified JDBC Driver to connect to the specified database.
RdfSchemaRepository - interface org.openrdf.sesame.sail.RdfSchemaRepository.
An extension of both RdfSchemaSource and RdfRepository.
RdfSchemaRepository - class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository.
An implementation of the RdfSchemaRepository interface extending the memory repository with Schema inferencing capabilities.
RdfSchemaRepository() - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
RdfSchemaRepository - class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository.
A portable implementation of the RdfSchemaRepository interface for relational databases.
RdfSchemaRepository() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
RdfSchemaRepositoryConfig - class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepositoryConfig.
Extension of RdfRepositoryConfig offering additional utility methods for configuring a org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository Sail.
RdfSchemaRepositoryConfig() - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepositoryConfig
Creates a new RdfSchemaRepositoryConfig object for an org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository Sail.
RdfSchemaRepositoryConfig(String) - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepositoryConfig
Creates a new RdfSchemaRepositoryConfig object for an org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository Sail that will contain the XML-encoded RDF data from specified file.
RdfSchemaRepositoryConfig(String, RDFFormat) - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepositoryConfig
Creates a new RdfSchemaRepositoryConfig object for an org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository Sail that will contain the data from specified file.
RdfSchemaRepositoryConfig - class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepositoryConfig.
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository Sail.
RdfSchemaRepositoryConfig() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepositoryConfig
Creates a new and unconfigured RdfSchemaRepositoryConfig object for an org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository Sail.
RdfSchemaRepositoryConfig(String, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepositoryConfig
Creates a new RdfSchemaRepositoryConfig object for an org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository Sail that uses the specified JDBC Driver to connect to the specified database.
RdfSchemaRepositoryConfig(String, String, String, String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepositoryConfig
Creates a new RdfSchemaRepositoryConfig object for an org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository Sail that uses the specified JDBC Driver to connect to the specified database.
RdfSchemaSource - interface org.openrdf.sesame.sail.RdfSchemaSource.
An extension of RdfSource offering RDF Schema specific methods.
RdfSource - interface org.openrdf.sesame.sail.RdfSource.
An extension of the Storage And Inference Layer (Sail) interface that defines methods for read-only RDF-repositories or other sources of information that can be accessed as RDF.
RdfSource - class org.openrdf.sesame.sailimpl.memory.RdfSource.
An implementation of the RdfSource interface from the RDF Sail API that stores its data in main memory and that can use a file for persistent storage.
RdfSource() - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSource
Creates a new RdfSource.
RdfSource - class org.openrdf.sesame.sailimpl.rdbms.RdfSource.
A portable implementation of the RdfSource interface for relational databases, based on (a subset of) the SQL2/SQL92 standard.
RdfSource() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Creates a new RdfSource object that will be able to read triples from an RDF database.
RdfSourceConfig - class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig.
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.memory.RdfSource Sail.
RdfSourceConfig(String) - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig
Creates a new RdfSourceConfig object for an org.openrdf.sesame.sailimpl.memory.RdfSource Sail that will contain the XML-encoded RDF data from specified file.
RdfSourceConfig(String, RDFFormat) - Constructor for class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig
Creates a new RdfSourceConfig object for an org.openrdf.sesame.sailimpl.memory.RdfSource Sail that will contain the data from specified file.
RdfXmlParser - class org.openrdf.rio.rdfxml.RdfXmlParser.
A parser for XML-serialized RDF.
RdfXmlParser() - Constructor for class org.openrdf.rio.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use a ValueFactoryImpl to create objects for resources, bNodes and literals.
RdfXmlParser(ValueFactory) - Constructor for class org.openrdf.rio.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use the supplied ValueFactory to create objects for resources, bNodes and literals.
RdfXmlWriter - class org.openrdf.rio.rdfxml.RdfXmlWriter.
An implementation of the RdfDocumentWriter interface that writes RDF documents in XML-serialized RDF format.
RdfXmlWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.RdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied OutputStream.
RdfXmlWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.RdfXmlWriter
Creates a new RdfXmlWriter that will write to the supplied Writer.
RdfsClass - class org.openrdf.sesame.query.rql.model.RdfsClass.
 
RdfsClass() - Constructor for class org.openrdf.sesame.query.rql.model.RdfsClass
 
RdqlEngine - class org.openrdf.sesame.query.rdql.RdqlEngine.
QueryEngine for RDQL queries.
RdqlEngine(RdfSource) - Constructor for class org.openrdf.sesame.query.rdql.RdqlEngine
Creates a new QueryEngine that will use the supplied RdfSource for retrieving the data.
RdqlParser - class org.openrdf.sesame.query.rdql.parser.RdqlParser.
 
RdqlParser(InputStream) - Constructor for class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
RdqlParser(Reader) - Constructor for class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
RdqlParser(RdqlParserTokenManager) - Constructor for class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
RdqlParserConstants - interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants.
 
RdqlParserTokenManager - class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager.
 
RdqlParserTokenManager(JavaCharStream) - Constructor for class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
RdqlParserTokenManager(JavaCharStream, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
ReInit(Reader, int, int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
ReInit(Reader) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
ReInit(InputStream) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
ReInit(Reader) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
ReInit(RdqlParserTokenManager) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
ReInit(JavaCharStream) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
ReInit(InputStream) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
ReInit(Reader) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
ReInit(RqlParserTokenManager) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
ReInit(SimpleCharStream) - Method in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
ReInit(Reader) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
ReInit(SerqlParserTokenManager) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
ReInit(SimpleCharStream) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
RealConstant - class org.openrdf.sesame.query.rql.model.RealConstant.
 
RealConstant(float) - Constructor for class org.openrdf.sesame.query.rql.model.RealConstant
 
Reasoner - interface org.openrdf.sesame.omm.Reasoner.
Interface Reasoner provides the basic DL oprations that can be run over the data held in the repository.
ReifiedPathElement - class org.openrdf.sesame.query.serql.parser.ReifiedPathElement.
Represents a reified statement.
ReifiedPathElement(Var, List, Var, List) - Constructor for class org.openrdf.sesame.query.serql.parser.ReifiedPathElement
Creates a new ReifiedPathElement.
RemoveStatementsServlet - class org.openrdf.sesame.server.http.RemoveStatementsServlet.
 
RemoveStatementsServlet() - Constructor for class org.openrdf.sesame.server.http.RemoveStatementsServlet
 
RepositoryConfig - class org.openrdf.sesame.config.RepositoryConfig.
A configuration object containing the configuration parameters for a repository.
RepositoryConfig(String) - Constructor for class org.openrdf.sesame.config.RepositoryConfig
Creates a new repository configuration object for a private repository with the specified ID.
RepositoryConfig(String, String) - Constructor for class org.openrdf.sesame.config.RepositoryConfig
Creates a new repository configuration object for a private repository with the specified ID and title.
RepositoryConfig(String, boolean, boolean) - Constructor for class org.openrdf.sesame.config.RepositoryConfig
Creates a new repository configuration object for a repository with the specified ID and title.
RepositoryConfig(String, String, boolean, boolean) - Constructor for class org.openrdf.sesame.config.RepositoryConfig
Creates a new repository configuration object for a repository with the specified ID and title.
RepositoryInfo - interface org.openrdf.sesame.config.RepositoryInfo.
 
RepositoryList - interface org.openrdf.sesame.repository.RepositoryList.
A list for repository information.
RepositoryListBuilder - class org.openrdf.sesame.config.RepositoryListBuilder.
A RepositoryListListener that can be used to build a RepositoryListImpl.
RepositoryListBuilder() - Constructor for class org.openrdf.sesame.config.RepositoryListBuilder
Creates a new RepositoryListBuilder.
RepositoryListImpl - class org.openrdf.sesame.config.RepositoryListImpl.
A list for repository information.
RepositoryListImpl() - Constructor for class org.openrdf.sesame.config.RepositoryListImpl
Creates a new and empty RepositoryListImpl.
RepositoryListImpl(List) - Constructor for class org.openrdf.sesame.config.RepositoryListImpl
Creates a new RepositoryListImpl that is initialized with the RepositoryInfo objects from the supplied list.
RepositoryListListener - interface org.openrdf.sesame.config.RepositoryListListener.
A listener for repository lists information.
RepositoryListReader - class org.openrdf.sesame.config.RepositoryListReader.
Parser for parsing repository lists returned by Sesame.
RepositoryListReader(XMLReader) - Constructor for class org.openrdf.sesame.config.RepositoryListReader
 
RepositoryListWriter - class org.openrdf.sesame.config.RepositoryListWriter.
 
RepositoryListWriter() - Constructor for class org.openrdf.sesame.config.RepositoryListWriter
 
RepositoryRestriction - class org.openrdf.sesame.sailimpl.omm.security.RepositoryRestriction.
RepositoryRestriction.java Title: Knowledge Control System Company: OntoText Lab.
RepositoryRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.RepositoryRestriction
Create a Repository Restriction.
RepositoryTab - class org.openrdf.sesame.config.ui.RepositoryTab.
Repository JPanel of ConfigureSesameFrame
RepositoryTab(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.RepositoryTab
Creates a new RepositoryTab with the supplied SystemConfig
RepositoryTable - class org.openrdf.sesame.config.ui.RepositoryTable.
Repository XTable of RepositoryTab
RepositoryTable(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.RepositoryTable
Creates a new RepositoryTable with the supplied SystemConfig
RepositoryTableModel - class org.openrdf.sesame.config.ui.RepositoryTableModel.
Repository XTableModel for RepositoryTable
RepositoryTableModel(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.RepositoryTableModel
Creates a new RepositoryTableModel with the supplied SystemConfig
Resource - interface org.openrdf.model.Resource.
The supertype of all RDF resources (URIs and blank nodes).
ResourceCollectionIterator - class org.openrdf.sesame.sail.util.ResourceCollectionIterator.
A ResourceIterator that iterates over a Collection of Resource objects.
ResourceCollectionIterator(Collection) - Constructor for class org.openrdf.sesame.sail.util.ResourceCollectionIterator
Creates a new ResourceCollectionIterator that will return all objects from the supplied Collection.
ResourceExpr - class org.openrdf.sesame.sail.query.ResourceExpr.
 
ResourceExpr(Resource) - Constructor for class org.openrdf.sesame.sail.query.ResourceExpr
 
ResourceFilterIterator - class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator.
ResourceFilterIterator.java Title: Knowledge Control System Company: OntoText Lab.
ResourceFilterIterator(ResourceIterator, SecurityServices) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
ResourceFilterIterator(ValueIterator, SecurityServices) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
ResourceFilterIterator() - Constructor for class org.openrdf.sesame.sailimpl.omm.security.ResourceFilterIterator
 
ResourceIterator - interface org.openrdf.sesame.sail.ResourceIterator.
An extension of ValueIterator offering a utility method for retrieving the values as Resources.
ResourceNode - interface org.openrdf.sesame.sailimpl.memory.ResourceNode.
An extension of ValueNode giving it subject statements.
ResourceQuery - interface org.openrdf.sesame.query.rql.model.ResourceQuery.
A ResourceQuery is a Query that evaluates to a set of resources.
ResourceRestriction - class org.openrdf.sesame.sailimpl.omm.security.ResourceRestriction.
ResourceRestriction.java Title: Knowledge Control System Company: OntoText Lab.
ResourceRestriction(int, int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.ResourceRestriction
Create a Resource Restriction.
Restriction - class org.openrdf.sesame.sailimpl.omm.security.Restriction.
Restriction.java Title: Knowledge Control System Company: OntoText Lab.
Right - class org.openrdf.sesame.sailimpl.omm.security.Right.
This class lists all supported access right for the respository.
Role - interface org.openrdf.sesame.sailimpl.omm.security.Role.
Title: Knowledge Control System Company: OntoText Lab.
RoleImpl - class org.openrdf.sesame.sailimpl.omm.security.RoleImpl.
RoleImpl.java Title: Knowledge Control System Company: OntoText Lab.
RoleImpl(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
Create a Role given an id, a name and a description.
RoleImpl() - Constructor for class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
Create a Role with the first free id.
RoutingAction - interface org.openrdf.util.rmirouting.RoutingAction.
RoutingAction instances are used to perform some custom setup/cleanup actions during a remote method invocation.
RqlEngine - class org.openrdf.sesame.query.rql.RqlEngine.
QueryEngine for RQL queries.
RqlEngine(RdfSchemaSource) - Constructor for class org.openrdf.sesame.query.rql.RqlEngine
Creates a new QueryEngine that will use the supplied RdfSchemaSource for retrieving the data.
RqlOptimizer - class org.openrdf.sesame.query.rql.RqlOptimizer.
 
RqlParser - class org.openrdf.sesame.query.rql.parser.RqlParser.
 
RqlParser(InputStream) - Constructor for class org.openrdf.sesame.query.rql.parser.RqlParser
 
RqlParser(Reader) - Constructor for class org.openrdf.sesame.query.rql.parser.RqlParser
 
RqlParser(RqlParserTokenManager) - Constructor for class org.openrdf.sesame.query.rql.parser.RqlParser
 
RqlParserConstants - interface org.openrdf.sesame.query.rql.parser.RqlParserConstants.
 
RqlParserTokenManager - class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager.
 
RqlParserTokenManager(SimpleCharStream) - Constructor for class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
RqlParserTokenManager(SimpleCharStream, int) - Constructor for class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
Rule - interface org.openrdf.sesame.sailimpl.omm.security.Rule.
Rule.java Title: Knowledge Control System Company: OntoText Lab.
Rule - class org.openrdf.sesame.sailimpl.rdbms.rules.Rule.
 
Rule(String) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
RuleImpl - class org.openrdf.sesame.sailimpl.omm.security.RuleImpl.
RuleImpl.java Title: Knowledge Control System Company: OntoText Lab.
RuleImpl(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
RuleImpl(String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
RuleParser - class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser.
Parser for custom inference rule files.
RuleParser() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
range() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
ranges_elem(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
rangeslist(List) - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
rdfAltId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfBagId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfFirstId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfListId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfNilId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfObjectId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfPredicateId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfPropertyId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfRestId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfSeqId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfStatementId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfSubjectId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfTypeId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfValueId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfXMLLiteralId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdf_property() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
rdfsClassId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsCommentId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsContainerId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsContainerMembershipPropertyId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsDatatypeId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsDomainId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsIsDefinedById - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsLabelId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsLiteralId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsMemberId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsRangeId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsResourceId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsSeeAlsoId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsSubClassOfId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfsSubPropertyOfId - Variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
rdfs_class() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
read(InputStream, AdminListener) - Method in class org.openrdf.sesame.admin.XmlAdminMsgReader
 
read(InputStream, RepositoryListListener) - Method in class org.openrdf.sesame.config.RepositoryListReader
 
read(InputStream, TableQueryResultListener) - Method in class org.openrdf.sesame.query.BinaryTableResultReader
Reads a stream containing a binary table result and reports the parsed results to the supplied TableQueryResultListener.
read(InputStream, TableQueryResultListener) - Method in class org.openrdf.sesame.query.XmlQueryResultReader
 
readBytes(InputStream, int) - Static method in class org.openrdf.util.io.IOUtil
Reads at most maxBytes bytes from the supplied input stream and returns them as a byte array.
readChar() - Method in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
readChar() - Method in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
readChar() - Method in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
readConfiguration(InputStream) - Static method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
Reads a system configuration from the supplied InputStream.
readConfiguration(Reader) - Static method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
Reads a system configuration from the supplied Reader.
readFully(InputStream) - Static method in class org.openrdf.util.io.IOUtil
Fully reads the bytes available from the supplied InputStream and returns these bytes in a byte array.
readFully(Reader) - Static method in class org.openrdf.util.io.IOUtil
Fully reads the characters available from the supplied Reader and returns these characters as a String object.
real_literal() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
regionMatches(byte[], byte[], int) - Static method in class org.openrdf.util.ByteArrayUtil
Checks whether subValue matches the region in superValue starting at offset offset.
registerThread(String, int) - Static method in class org.openrdf.util.log.ThreadLog
Registers the calling thread with the ThreadLog.
reified_stat(GraphPattern) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
remove(Resource, URI, Value) - Method in interface org.openrdf.model.Graph
Remove all statements matching the (subject, predicate, object) pattern from the graph.
remove(Statement) - Method in interface org.openrdf.model.Graph
Remove the supplied statement from the graph.
remove(StatementIterator) - Method in interface org.openrdf.model.Graph
Remove all statements in the StatementIterator from the graph.
remove(Graph) - Method in interface org.openrdf.model.Graph
Remove all statements in the supplied graph from this graph.
remove(Resource, URI, Value) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(StatementIterator) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(Graph) - Method in class org.openrdf.model.impl.GraphImpl
 
remove(Object) - Static method in class org.openrdf.sesame.omm.SessionContext
 
remove(int) - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
remove(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
remove(byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
Removes the value that matches the specified key from the B-Tree.
removeExpired() - Method in class org.openrdf.util.jdbc.ConnectionPool
 
removeExpiredStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
invoked when some statements are being removed
removeExpiredStatements() - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
invoked when some statements are being removed
removeExpiredStatements() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
removeGraph(Graph) - Method in interface org.openrdf.sesame.repository.SesameRepository
Removes the contents of the supplied graph from the repository.
removeGraph(QueryLanguage, String) - Method in interface org.openrdf.sesame.repository.SesameRepository
Removes the contents of the graph specified by the supplied graph query from the repository.
removeGraph(Graph) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
removeGraph(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
removeGraph(Graph) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
removeGraph(QueryLanguage, String) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
removeListener(SystemConfigListener) - Method in class org.openrdf.sesame.config.SystemConfig
Removes the supplied SystemConfigListener
removeListener(LocalRepositoryChangedListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
removeListener(SailChangedListener) - Method in interface org.openrdf.sesame.sail.RdfRepository
 
removeListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
removeListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
removeListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
removeListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
removeListener(SailChangedListener) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
removeListener(SystemConfigCenterListener) - Static method in class org.openrdf.sesame.server.SesameServer
Removes a SystemConfigCenterListener
removeNewRow() - Method in class org.openrdf.sesame.config.ui.XTableModel
Removes the new row
removeObjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Removes a statement from this BNodeNode's list of statements for which it is the object.
removeObjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.LiteralNode
Removes a statement from this ResourceNode's list of statements for which it is the object.
removeObjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Removes a statement from this URINode's list of statements for which it is the object.
removeObjectStatement(Statement) - Method in interface org.openrdf.sesame.sailimpl.memory.ValueNode
Removes a statement from this ValueNode's list of statements for which it is the object.
removeParameter(String) - Method in class org.openrdf.sesame.config.SailConfig
Removes the parameter with the supplied key
removeParameter(String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Removes the parameter with the supplied key from the sail with the given class of the repository with the supplied id
removePredicateStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Removes a statement from this URINode's list of statements for which it is the predicate.
removeReadAccess(RepositoryConfig) - Method in class org.openrdf.sesame.config.UserInfo
 
removeRepository(String) - Method in class org.openrdf.sesame.config.SystemConfig
Removes the repository with the supplied id
removeRepository(String) - Method in class org.openrdf.sesame.repository.local.LocalService
Removes a repository definition.
removeRole(String) - Method in interface org.openrdf.sesame.omm.SecurityServices
Remove user role from the repository.
removeRole(int) - Method in interface org.openrdf.sesame.omm.SecurityServices
Removes user role from the repository.
removeRole(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
removeRole(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
removeRow() - Method in class org.openrdf.sesame.config.ui.AccessControlTable
 
removeRow() - Method in class org.openrdf.sesame.config.ui.ParameterTable
 
removeRow() - Method in class org.openrdf.sesame.config.ui.RepositoryTable
 
removeRow() - Method in class org.openrdf.sesame.config.ui.SailTable
 
removeRow() - Method in class org.openrdf.sesame.config.ui.UserTable
 
removeRow() - Method in class org.openrdf.sesame.config.ui.XTable
Removes a row
removeRule(Rule) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Remove a security Rule from the role
removeRule(Rule) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
removeSail(SailConfig) - Method in class org.openrdf.sesame.config.RepositoryConfig
Removes the supplied Sail configuration from the current stack of Sail configurations.
removeSail(int) - Method in class org.openrdf.sesame.config.RepositoryConfig
Removes the Sail configuration that is at the specified index from the current stack of Sail configurations.
removeSail(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Removes the sail with the supplied class from the sail stack of the repository with the supplied id
removeSession() - Method in class org.openrdf.sesame.omm.SessionKilled
 
removeStatements(Resource, URI, Value, AdminListener) - Method in class org.openrdf.sesame.admin.RdfAdmin
Removes statements matching the pattern (subject, predicate, object).
removeStatements(Resource, URI, Value, AdminListener) - Method in interface org.openrdf.sesame.repository.SesameRepository
Removes statements from the repository.
removeStatements(Resource, URI, Value, AdminListener) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
removeStatements(Resource, URI, Value, AdminListener) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
 
removeStatements(Resource, URI, Value) - Method in interface org.openrdf.sesame.sail.RdfRepository
Removes data statements that match the (subject, predicate, object) pattern from the repository.
removeStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
removeStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSchemaRepository
 
removeStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
removeStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
removeStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
removeStatements(Resource, URI, Value) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
removeStatements(String, String, String, boolean) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Removes statements.
removeStatements(String, String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapClient
remove statements from the repository
removeStatements(String, String, String, boolean) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
removeSubjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.BNodeNode
Removes a statement from this BNodeNode's list of statements for which it is the subject.
removeSubjectStatement(Statement) - Method in interface org.openrdf.sesame.sailimpl.memory.ResourceNode
Removes a statement from this ResourceNode's list of statements for which it is the subject.
removeSubjectStatement(Statement) - Method in class org.openrdf.sesame.sailimpl.memory.URINode
Removes a statement from this URINode's list of statements for which it is the subject.
removeTriples(int, int, int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
removeUser(String) - Method in class org.openrdf.sesame.config.SystemConfig
Removes the user with the supplied login
removeUser(String) - Method in interface org.openrdf.sesame.omm.SecurityServices
Removes a user given its login.
removeUser(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
removeWriteAccess(RepositoryConfig) - Method in class org.openrdf.sesame.config.UserInfo
 
renameTable(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Renames a table.
renameTableColumn(String, String, String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
renameTableColumn(String, String, String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
renameTableColumn(String, String, String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.SQLServer
 
reportError(String) - Method in class org.openrdf.sesame.query.GraphQueryDuplicatesFilter
 
reportError(String) - Method in interface org.openrdf.sesame.query.GraphQueryResultListener
Reports an error that has occurred during the query evaluation.
reportError(String) - Method in class org.openrdf.sesame.query.QueryResultsGraphBuilder
 
reportError(String) - Method in class org.openrdf.sesame.query.RdfGraphWriter
 
reportError(String) - Method in class org.openrdf.sesame.query.StdOutGraphQueryResultWriter
 
reportError(String) - Method in interface org.openrdf.sesame.server.http.io.NamespaceListener
 
repository(String, String, boolean, boolean) - Method in class org.openrdf.sesame.config.RepositoryListBuilder
Delivers information about an available repository.
repository(String, String, boolean, boolean) - Method in interface org.openrdf.sesame.config.RepositoryListListener
Delivers information about an available repository.
repository - Variable in class org.openrdf.sesame.omm.SessionContext
 
repositoryChanged(LocalRepositoryChangedEvent) - Method in interface org.openrdf.sesame.repository.local.LocalRepositoryChangedListener
 
requestFocus() - Method in class org.openrdf.sesame.config.ui.AdvancedDialog
Focusses on one of the tables, if they are being edited
requestFocus() - Method in class org.openrdf.sesame.config.ui.RepositoryTab
Focusses on table if it is being edited
requestFocus() - Method in class org.openrdf.sesame.config.ui.UserTab
 
requestFocus() - Method in class org.openrdf.sesame.config.ui.XTable
Focusses on the editor component
resetCounter() - Method in class org.openrdf.sesame.sail.query.QueryResultsCounter
Resets the counter to 0.
resolve(String) - Method in class org.openrdf.util.uri.URI
Resolves a relative URI using this URI as the base URI.
resolve(URI) - Method in class org.openrdf.util.uri.URI
Resolves a relative URI using this URI as the base URI.
resolveEntities(String) - Static method in class org.openrdf.util.xml.XmlUtil
Replaces all XML character entities with the character they represent.
resolveEntity(String) - Static method in class org.openrdf.util.xml.XmlUtil
Resolves an entity reference or character reference to its value.
resource_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Constant
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Domain
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.InstanceOf
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Minus
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Range
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.RdfProperty
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.RdfsClass
 
returnsSet() - Method in interface org.openrdf.sesame.query.rql.model.ResourceQuery
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.TypeOf
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.URI
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Union
 
returnsSet() - Method in class org.openrdf.sesame.query.rql.model.Var
 
revertToState(long) - Method in interface org.openrdf.sesame.omm.VersionManagement
Restore the repository to previous state removing all statements added after the value of the update counter and revive all remover ones.
revertToState(long) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
revertToState(long) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Restore the repository to previous state removing all statements added after the value of the update counter and revive all removed ones.
revertToState(long) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Restore the repository to previous state removing all statements added after the value of the update counter and revive all remover ones.
revertToState(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Restore the repository to previous state removing all statements added after the value of the update counter and revive all remover ones.
revertToState(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
Restore the repository to previous state removing all statements added after the value of the update counter and revive all remover ones.
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Rolls back all updates that have been performed in the current transaction and closes it.
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Rolls back all updates that have been performed in the current transaction and closes it.
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
rollbackTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
rowIsNew(int) - Method in class org.openrdf.sesame.config.ui.XTableModel
Checks if the row at the supplied row index is new.
run() - Method in class org.openrdf.sesame.admin.StatusReporter
 
run() - Method in class org.openrdf.sesame.sailimpl.rdbms.OptimizeThread
run() - wait minutes*60 x timeunits ms before commiting the table optimization
runDebugTest(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
 
runPerformanceTest(String[]) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
 

S

SAFE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SAFE_CHAR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
SAMEAS - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#sameAs
SCHEMA - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
SCHEMA Restriction Type
SCHEMA_RESTRICTION - Static variable in class org.openrdf.sesame.sailimpl.omm.security.Restriction
SCHEMA Restriction name
SCHEME - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SCHEME - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
SC_AND - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SC_OR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SECURITY_RULES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Security Rules.
SEEALSO - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#seeAlso
SELECT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SELECT - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SELECT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
SELECT - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
select * from statement
SEMICOLON - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SEMICOLON - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
SEQ - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
SERQL - Static variable in class org.openrdf.sesame.constants.QueryLanguage
Constant representing the SeRQL query language.
SERQL_DIRECTSUBCLASSOF - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SERQL_DIRECTSUBPROPERTYOF - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SERQL_DIRECTTYPE - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SERQL_NS - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SHORT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#short
SINGLE_LINE_COMMENT - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
SLASH - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SOMEVALUESFROM - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#someValuesFrom
SOURCE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SPO_OBJECT - Static variable in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
 
SPO_OBJECT_LITERAL - Static variable in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
 
SPO_PREDICATE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
 
SPO_SUBJECT - Static variable in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
subject restriction
SQLServer - class org.openrdf.sesame.sailimpl.rdbms.SQLServer.
Defines SQLServer specific SQL syntax.
SQLServer() - Constructor for class org.openrdf.sesame.sailimpl.rdbms.SQLServer
Initializes SQLServer specific SQL syntax.
STAR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
STAR - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
STATEMENT - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
STATUS - Static variable in class org.openrdf.sesame.admin.AdminMsg
Status message.
STATUS - Static variable in class org.openrdf.util.log.ThreadLog
 
STRING - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
STRING - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#string
STRING1 - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
STRING2 - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
STR_EQ - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
STR_MATCH - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
STR_NE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
STR_NMATCH - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SUBCLASSOF - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SUBCLASSOF - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#subClassOf
SUBCLASSOF_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing subClassOf relations.
SUBJECT - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
SUBPROPERTYOF - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SUBPROPERTYOF - Static variable in class org.openrdf.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
SUBPROPERTYOF_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Auxiliary table used by RdfSchemaRepository for storing subPropertyOf relations.
SUBTRACT - Static variable in class org.openrdf.sesame.sail.query.MathExpr
The subtraction (-) operator.
SUCHTHAT - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
SUPERCLASSOF - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SUPERPROPERTYOF - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
SYMMETRICPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#SymmetricProperty
SYNC_DELAY_KEY - Static variable in class org.openrdf.sesame.sailimpl.memory.RdfRepository
Key used to specify a file for persistent storage.
Sail - interface org.openrdf.sesame.sail.Sail.
An interface for an RDF-based Storage And Inference Layer.
SailChangedEvent - interface org.openrdf.sesame.sail.SailChangedEvent.
Event object indicating that changes were made to the Sail that sent the event.
SailChangedEventImpl - class org.openrdf.sesame.sail.util.SailChangedEventImpl.
Default implementation of the SailChangedEvent interface.
SailChangedEventImpl() - Constructor for class org.openrdf.sesame.sail.util.SailChangedEventImpl
Creates a new SailChangedEventImpl in which all possible changes are set to false.
SailChangedEventImpl(boolean, boolean) - Constructor for class org.openrdf.sesame.sail.util.SailChangedEventImpl
Creates a new SailChangedEventImpl in which statementsAdded and statementsRemoved are set to the supplied values.
SailChangedListener - interface org.openrdf.sesame.sail.SailChangedListener.
 
SailConfig - class org.openrdf.sesame.config.SailConfig.
Representation of the configuration settings for a Sail object.
SailConfig(String) - Constructor for class org.openrdf.sesame.config.SailConfig
 
SailInitializationException - exception org.openrdf.sesame.sail.SailInitializationException.
An exception thrown by Sail.initialize() to indicate that the Sail could not be initialized.
SailInitializationException() - Constructor for class org.openrdf.sesame.sail.SailInitializationException
 
SailInitializationException(String) - Constructor for class org.openrdf.sesame.sail.SailInitializationException
 
SailInitializationException(Throwable) - Constructor for class org.openrdf.sesame.sail.SailInitializationException
 
SailInitializationException(String, Throwable) - Constructor for class org.openrdf.sesame.sail.SailInitializationException
 
SailInternalException - exception org.openrdf.sesame.sail.SailInternalException.
A runtime exception that can be used to indicate an error or an unexpected situation in an RDF Sail internally.
SailInternalException() - Constructor for class org.openrdf.sesame.sail.SailInternalException
 
SailInternalException(String) - Constructor for class org.openrdf.sesame.sail.SailInternalException
 
SailInternalException(Throwable) - Constructor for class org.openrdf.sesame.sail.SailInternalException
 
SailInternalException(String, Throwable) - Constructor for class org.openrdf.sesame.sail.SailInternalException
 
SailQueryException - exception org.openrdf.sesame.sail.query.SailQueryException.
Exception indicating that there was a problem evaluating (part of) a Sail query model.
SailQueryException() - Constructor for class org.openrdf.sesame.sail.query.SailQueryException
 
SailQueryException(String) - Constructor for class org.openrdf.sesame.sail.query.SailQueryException
 
SailQueryException(Throwable) - Constructor for class org.openrdf.sesame.sail.query.SailQueryException
 
SailQueryException(String, Throwable) - Constructor for class org.openrdf.sesame.sail.query.SailQueryException
 
SailTable - class org.openrdf.sesame.config.ui.SailTable.
Sail XTable of RepositoryTab
SailTable(String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.SailTable
Creates a new SailTable with the supplied repository id and SystemConfig
SailTableModel - class org.openrdf.sesame.config.ui.SailTableModel.
Sail XTableModel for SailTable
SailTableModel(String, SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.SailTableModel
Creates a new SailTableModel with the supplied repository id and SystemConfig
SailUpdateException - exception org.openrdf.sesame.sail.SailUpdateException.
An exception thrown by some methods in RdfRepository to indicate that a requested update operation could not be executed.
SailUpdateException() - Constructor for class org.openrdf.sesame.sail.SailUpdateException
 
SailUpdateException(String) - Constructor for class org.openrdf.sesame.sail.SailUpdateException
 
SailUpdateException(Throwable) - Constructor for class org.openrdf.sesame.sail.SailUpdateException
 
SailUpdateException(String, Throwable) - Constructor for class org.openrdf.sesame.sail.SailUpdateException
 
SailUtil - class org.openrdf.sesame.sail.SailUtil.
Defines utility methods for working with Sails.
SailUtil() - Constructor for class org.openrdf.sesame.sail.SailUtil
 
SchemaRestriction - class org.openrdf.sesame.sailimpl.omm.security.SchemaRestriction.
Title: Knowledge Control System Company: OntoText Lab.
SchemaRestriction(int, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.SchemaRestriction
Create a Schema Restriction.
SecurityException - exception org.openrdf.sesame.sailimpl.omm.security.SecurityException.
Title: Knowledge Control System Company: OntoText Lab.
SecurityException() - Constructor for class org.openrdf.sesame.sailimpl.omm.security.SecurityException
 
SecurityException(String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.SecurityException
 
SecuritySail - class org.openrdf.sesame.sailimpl.omm.security.SecuritySail.
SecuritySail.java Title: Knowledge Control System Company: OntoText Lab.
SecuritySail() - Constructor for class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
SecurityServices - interface org.openrdf.sesame.omm.SecurityServices.
Security Services inteface.
SelectBranch - class org.openrdf.sesame.server.http.SelectBranch.
 
SelectBranch() - Constructor for class org.openrdf.sesame.server.http.SelectBranch
 
SelectQuery - class org.openrdf.sesame.sail.query.SelectQuery.
Class representing a select-from-where query.
SelectQuery(List, GraphPattern) - Constructor for class org.openrdf.sesame.sail.query.SelectQuery
 
SelectQuery(boolean, List, GraphPattern) - Constructor for class org.openrdf.sesame.sail.query.SelectQuery
 
SelectQuery(boolean, int, int, List, GraphPattern) - Constructor for class org.openrdf.sesame.sail.query.SelectQuery
 
Selector - interface org.openrdf.sesame.query.rql.model.Selector.
 
SerqlEngine - class org.openrdf.sesame.query.serql.SerqlEngine.
QueryEngine for SeRQL queries.
SerqlEngine(RdfSource) - Constructor for class org.openrdf.sesame.query.serql.SerqlEngine
Creates a new QueryEngine that will use the supplied RdfSource for retrieving the data.
SerqlParser - class org.openrdf.sesame.query.serql.parser.SerqlParser.
 
SerqlParser(InputStream) - Constructor for class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SerqlParser(Reader) - Constructor for class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SerqlParser(SerqlParserTokenManager) - Constructor for class org.openrdf.sesame.query.serql.parser.SerqlParser
 
SerqlParserConstants - interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants.
 
SerqlParserTokenManager - class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager.
 
SerqlParserTokenManager(SimpleCharStream) - Constructor for class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
SerqlParserTokenManager(SimpleCharStream, int) - Constructor for class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
ServerTab - class org.openrdf.sesame.config.ui.ServerTab.
Server JPanel of ConfigureSesameFrame
ServerTab(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.ServerTab
Creates a new ServerTab with the supplied SystemConfig
ServicesInterface - interface org.openrdf.sesame.server.rmi.ServicesInterface.
Deprecated. This interface was used in the previous version of the Sesame RMI API
ServicesInterfaceImpl - class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl.
 
ServicesInterfaceImpl(String) - Constructor for class org.openrdf.sesame.server.rmi.ServicesInterfaceImpl
 
Sesame - class org.openrdf.sesame.Sesame.
Class providing a static entry point to the Sesame APIs.
Sesame() - Constructor for class org.openrdf.sesame.Sesame
 
SesameRepository - interface org.openrdf.sesame.repository.SesameRepository.
Interface for access to a single Sesame repository.
SesameServer - class org.openrdf.sesame.server.SesameServer.
Static object that represents a locally running Sesame server.
SesameServer() - Constructor for class org.openrdf.sesame.server.SesameServer
 
SesameService - interface org.openrdf.sesame.repository.SesameService.
The main interface for all Sesame services.
SesameServlet - class org.openrdf.sesame.server.http.SesameServlet.
 
SesameServlet() - Constructor for class org.openrdf.sesame.server.http.SesameServlet
 
SesameStartup - class org.openrdf.sesame.server.SesameStartup.
Title: Sample standalone Sesame Application Description: Demonstrates an standalone Sesame Application Company: Sirma AI, OntoText Lab/
SesameStartup() - Constructor for class org.openrdf.sesame.server.SesameStartup
 
SessionContext - class org.openrdf.sesame.omm.SessionContext.
 
SessionContext() - Constructor for class org.openrdf.sesame.omm.SessionContext
 
SessionKilled - class org.openrdf.sesame.omm.SessionKilled.
 
SessionKilled(Object) - Constructor for class org.openrdf.sesame.omm.SessionKilled
 
SetOperator - class org.openrdf.sesame.sail.query.SetOperator.
Generic set operator.
SetOperator(Query, Query, boolean) - Constructor for class org.openrdf.sesame.sail.query.SetOperator
 
SetQuery - interface org.openrdf.sesame.query.rql.model.SetQuery.
 
SfwQuery - class org.openrdf.sesame.query.rql.model.SfwQuery.
 
SfwQuery(List, List, BooleanQuery) - Constructor for class org.openrdf.sesame.query.rql.model.SfwQuery
 
SimpleCharStream - class org.openrdf.sesame.query.rql.parser.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
SimpleCharStream - class org.openrdf.sesame.query.serql.parser.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
SimpleSAXAdapter - class org.openrdf.util.xml.SimpleSAXAdapter.
An implementation of SimpleSAXListener providing dummy implementations for all its methods.
SimpleSAXAdapter() - Constructor for class org.openrdf.util.xml.SimpleSAXAdapter
 
SimpleSAXListener - interface org.openrdf.util.xml.SimpleSAXListener.
A listener for events reported by SimpleSAXParser.
SimpleSAXParser - class org.openrdf.util.xml.SimpleSAXParser.
An XML parser that generates "simple" SAX-like events from a limited subset of XML documents.
SimpleSAXParser(XMLReader) - Constructor for class org.openrdf.util.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will use the supplied XMLReader for parsing the XML.
SimpleSAXParser() - Constructor for class org.openrdf.util.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will try to create a new XMLReader using org.openrdf.util.xml.XMLReaderFactory for parsing the XML.
SingleResourceIterator - class org.openrdf.sesame.sail.util.SingleResourceIterator.
A ResourceIterator that contains exactly one Resource.
SingleResourceIterator(Resource) - Constructor for class org.openrdf.sesame.sail.util.SingleResourceIterator
Creates a new SingleResourceIterator that will return the supplied resource as its only resource.
SingleStatementIterator - class org.openrdf.sesame.sail.util.SingleStatementIterator.
An iterator over a single statements.
SingleStatementIterator(Resource, Resource, Value) - Constructor for class org.openrdf.sesame.sail.util.SingleStatementIterator
 
SingleValueIterator - class org.openrdf.sesame.sail.util.SingleValueIterator.
A ValueIterator that contains exactly one Value.
SingleValueIterator(Value) - Constructor for class org.openrdf.sesame.sail.util.SingleValueIterator
Creates a new SingleValueIterator that will return the supplied value as its only value.
SoapClient - class org.openrdf.sesame.server.soap.SoapClient.
 
SoapClient(String, String) - Constructor for class org.openrdf.sesame.server.soap.SoapClient
The only constructor of the SOAP client.
SoapServices - class org.openrdf.sesame.server.soap.SoapServices.
 
SoapServices() - Constructor for class org.openrdf.sesame.server.soap.SoapServices
 
StackedSail - interface org.openrdf.sesame.sail.StackedSail.
An interface for Sails that can be stacked on top of other Sails.
Statement - interface org.openrdf.model.Statement.
An RDF statement.
StatementFilterIterator - class org.openrdf.sesame.sailimpl.omm.security.StatementFilterIterator.
StatementFilterIterator.java Title: Knowledge Control System Company: OntoText Lab.
StatementFilterIterator(StatementIterator, SecurityServices, Right) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.StatementFilterIterator
 
StatementHandler - interface org.openrdf.rio.StatementHandler.
An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerException - exception org.openrdf.rio.StatementHandlerException.
An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
StatementHandlerException(String) - Constructor for class org.openrdf.rio.StatementHandlerException
Creates a new StatementHandlerException.
StatementHandlerException(String, Exception) - Constructor for class org.openrdf.rio.StatementHandlerException
Creates a new StatementHandlerException wrapping another exception.
StatementHandlerException(Exception) - Constructor for class org.openrdf.rio.StatementHandlerException
Creates a new StatementHandlerException wrapping another exception.
StatementImpl - class org.openrdf.model.impl.StatementImpl.
An implementation of the Statement interface.
StatementImpl(Resource, URI, Value) - Constructor for class org.openrdf.model.impl.StatementImpl
Creates a new Statement with the supplied subject, predicate and object.
StatementIterator - interface org.openrdf.sesame.sail.StatementIterator.
An iterator over statements that are stored in RDF Sails.
StatementList - class org.openrdf.sesame.sailimpl.memory.StatementList.
 
StatementList() - Constructor for class org.openrdf.sesame.sailimpl.memory.StatementList
Creates a new StatementList.
StatementList(int) - Constructor for class org.openrdf.sesame.sailimpl.memory.StatementList
 
StatementList(StatementList) - Constructor for class org.openrdf.sesame.sailimpl.memory.StatementList
 
StatementObjectIterator - class org.openrdf.sesame.query.rql.model.iterators.StatementObjectIterator.
A ResourceIterator that iterates over the subjects of a set of statements.
StatementObjectIterator(StatementIterator) - Constructor for class org.openrdf.sesame.query.rql.model.iterators.StatementObjectIterator
 
StatementSubjectIterator - class org.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator.
A ResourceIterator that iterates over the subjects of a set of statements.
StatementSubjectIterator(StatementIterator) - Constructor for class org.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator
 
StatusReporter - class org.openrdf.sesame.admin.StatusReporter.
 
StatusReporter(long, AdminListener) - Constructor for class org.openrdf.sesame.admin.StatusReporter
 
StdOutAdminListener - class org.openrdf.sesame.admin.StdOutAdminListener.
A simple AdminListener implementation that reports all messages to System.out.
StdOutAdminListener() - Constructor for class org.openrdf.sesame.admin.StdOutAdminListener
 
StdOutGraphQueryResultWriter - class org.openrdf.sesame.query.StdOutGraphQueryResultWriter.
A default implementation of GraphQueryResultListener that simply writes all results to System.out.
StdOutGraphQueryResultWriter() - Constructor for class org.openrdf.sesame.query.StdOutGraphQueryResultWriter
 
StringCompare - class org.openrdf.sesame.sail.query.StringCompare.
A comparison between two strings.
StringCompare(StringExpr, StringExpr) - Constructor for class org.openrdf.sesame.sail.query.StringCompare
 
StringCompare(StringExpr, StringExpr, int) - Constructor for class org.openrdf.sesame.sail.query.StringCompare
 
StringConstant - class org.openrdf.sesame.query.rql.model.StringConstant.
 
StringConstant(String) - Constructor for class org.openrdf.sesame.query.rql.model.StringConstant
 
StringConstant - class org.openrdf.sesame.sail.query.StringConstant.
 
StringConstant(String) - Constructor for class org.openrdf.sesame.sail.query.StringConstant
 
StringExpr - interface org.openrdf.sesame.sail.query.StringExpr.
An expressions that evaluates to String objects.
StringUtil - class org.openrdf.util.StringUtil.
 
StringUtil() - Constructor for class org.openrdf.util.StringUtil
 
SubClassOf - class org.openrdf.sesame.query.rql.model.SubClassOf.
 
SubClassOf(ClassQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.SubClassOf
 
SubPropertyOf - class org.openrdf.sesame.query.rql.model.SubPropertyOf.
 
SubPropertyOf(PropertyQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
SuperClassOf - class org.openrdf.sesame.query.rql.model.SuperClassOf.
 
SuperClassOf(ClassQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.SuperClassOf
 
SuperPropertyOf - class org.openrdf.sesame.query.rql.model.SuperPropertyOf.
 
SuperPropertyOf(PropertyQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
SwitchTo(int) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
SwitchTo(int) - Method in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
SwitchTo(int) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
SyncRdfRepository - class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository.
 
SyncRdfRepository() - Constructor for class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
SyncRdfSchemaRepository - class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository.
 
SyncRdfSchemaRepository() - Constructor for class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
SystemConfig - class org.openrdf.sesame.config.SystemConfig.
 
SystemConfig() - Constructor for class org.openrdf.sesame.config.SystemConfig
 
SystemConfigCenterListener - interface org.openrdf.sesame.config.SystemConfigCenterListener.
Listens to refreshed SystemConfig
SystemConfigFileHandler - class org.openrdf.sesame.config.handlers.SystemConfigFileHandler.
 
SystemConfigFileHandler() - Constructor for class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
 
SystemConfigHandler - interface org.openrdf.sesame.config.SystemConfigHandler.
Interface for objects that know how to handle (i.e. load and store) system configuration information.
SystemConfigListener - interface org.openrdf.sesame.config.SystemConfigListener.
Listens to changes in the SystemConfig
sailChanged(SailChangedEvent) - Method in class org.openrdf.sesame.repository.local.LocalRepository
 
sailChanged(SailChangedEvent) - Method in interface org.openrdf.sesame.sail.SailChangedListener
 
sailChanged() - Method in class org.openrdf.sesame.sail.util.SailChangedEventImpl
Utitiliy method that ndicates whether anything has changed in the Sail during this even.
sailDown(String) - Method in class org.openrdf.sesame.config.RepositoryConfig
Moves the sail with the supplied class one level down in the sail stack.
sailDown(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Moves the sail with the supplied class one level down in the sail stack of the repository with the given id
sailDown() - Method in class org.openrdf.sesame.config.ui.SailTable
Moves the selected sail one level down on the sail stack
sailUp(String) - Method in class org.openrdf.sesame.config.RepositoryConfig
Moves the sail with the supplied class one level up in the sail stack.
sailUp(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Moves the sail with the supplied class one level up in the sail stack of the repository with the given id
sailUp() - Method in class org.openrdf.sesame.config.ui.SailTable
Moves the selected sail one level up on the sail stack
schema_part() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.ClassSelector
 
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.DomainSelector
 
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.InstanceSelector
 
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.PropertySelector
 
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.RangeSelector
 
selectNext(RdfSchemaSource) - Method in interface org.openrdf.sesame.query.rql.model.Selector
Selects the next values.
selectNext(RdfSchemaSource) - Method in class org.openrdf.sesame.query.rql.model.UnknownSelector
 
selectNext(RdfSource) - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
selectNext(RdfSource) - Method in interface org.openrdf.sesame.sail.query.PathExpression
Selects the next path matching this path expression.
selectNext(RdfSource) - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
selectNext(RdfSource) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression
 
selectPreviousRowTo(int) - Method in class org.openrdf.sesame.config.ui.XTable
Selects the previous row to the supplied row
selectRepository(String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Selects a repository to work with.
selectRepository(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Select a repository to work with
selectRepository(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
select_query() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
select_query() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
setAcceptGZIPEncoding(URLConnection) - Static method in class org.openrdf.util.http.HttpClientUtil
Sets a request property on the supplied connection indicating that a server can respond with gzip-encoded data if it wants to.
setAddRight(boolean) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the Add right.
setAddRight(boolean) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setAdminPassword(String) - Method in class org.openrdf.sesame.config.SystemConfig
 
setAdminRight(boolean) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the Admin right.
setAdminRight(boolean) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setAnonymous(boolean) - Method in class org.openrdf.sesame.sail.query.Var
 
setAttribute(String, String) - Method in class org.openrdf.util.xml.XmlWriter
Sets an attribute for the next start tag.
setAttribute(String, int) - Method in class org.openrdf.util.xml.XmlWriter
Sets an attribute for the next start element.
setAttribute(String, boolean) - Method in class org.openrdf.util.xml.XmlWriter
Sets an attribute for the next start element.
setBaseDir(File) - Static method in class org.openrdf.sesame.server.SesameServer
Sets the base dir against which to resolve relative paths.
setBaseSail(Sail) - Method in interface org.openrdf.sesame.sail.StackedSail
Sets the base Sail that this Sail will work on top of.
setBaseSail(Sail) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
setBaseSail(Sail) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
setBaseSail(Sail) - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfSchemaRepository
 
setCacheableResult(boolean) - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
Sets whether the receiver of the written result is allowed cache it.
setCheckConnections(boolean) - Method in class org.openrdf.util.jdbc.ConnectionPool
Sets the flag that determines whether the the status of connections (closed, has warnings) is checked before they are returned by getConnection().
setCleaningInterval(long) - Method in class org.openrdf.util.jdbc.ConnectionPool
Sets the interval for the pool cleaner to come into action.
setCompressFile(boolean) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Sets whether the data in the data file is/should be compressed.
setConfigParameters(Map) - Method in class org.openrdf.sesame.config.SailConfig
 
setConnectionInfo(String, String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Sets the information that is required for connecting to the RDBMS.
setConsequent(TripleTemplate) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
setConstraints(BooleanExpr) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Sets the constraints for this graph pattern to the supplied constraint, removing any existing constraints.
setConstraints(List) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Sets the constraints for this graph pattern to the supplied constraints, removing any existing constraints.
setContentType(String) - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
Sets the content type that will be reported to the client, e.g.
setContext(SessionContext) - Static method in class org.openrdf.sesame.omm.SessionContext
 
setCookies(URLConnection) - Method in class org.openrdf.util.http.CookieManager
Sets any cookies that are relevant for the supplied URLConnection.
setCurrentCookie(Object) - Static method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
use it to set the thread cookie
setDataDir(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Sets the data directory for the native RDF repository.
setDataFormat(RDFFormat) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig
Sets the format of the data in the data file.
setDatatypeHandling(int) - Method in interface org.openrdf.rio.Parser
Sets the datatype handling mode.
setDatatypeHandling(int) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setDatatypeHandling(int) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setDatatypeHandling(int) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setDebugStream(PrintStream) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.openrdf.sesame.query.rql.parser.RqlParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.openrdf.sesame.query.serql.parser.SerqlParserTokenManager
 
setDefaultGraphQueryResultFormat(RDFFormat) - Method in class org.openrdf.sesame.repository.remote.HTTPService
Sets the default response format for graph query results to be used by HTTPRepository objects of this service.
setDefaultLog(String, int) - Static method in class org.openrdf.util.log.ThreadLog
Sets a default log file for all threads that have not registered themselves.
setDefaultLogFile(String) - Static method in class org.openrdf.sesame.server.SesameServer
Sets the default log file for all threads that have not registered themselves with ThreadLog.
setDefaultTableQueryResultFormat(QueryResultFormat) - Method in class org.openrdf.sesame.repository.remote.HTTPService
Sets the default response format for table query results to be used by HTTPRepository objects of this service.
setDependencyInferencer(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.CustomInferenceServices
 
setDependencyInferencer(boolean) - Method in interface org.openrdf.sesame.sailimpl.rdbms.InferenceServices
 
setDependencyInferencer(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsInferenceServices
 
setDescription(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Sets the restriction's description.
setDescription(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Sets role description
setDescription(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
setDescription(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets rule's description.
setDescription(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setDistinct(boolean) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
setDocumentLocator(Locator) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
setDocumentLocator(Locator) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
setDocumentURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
Sets the URI of the document that is currently being parsed.
setEpilogAction(RoutingAction) - Static method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
a way to set an action which can cleanup the proper context at the server.
setExplicit(boolean) - Method in class org.openrdf.sesame.sailimpl.memory.MemStatement
 
setExported(boolean) - Method in class org.openrdf.sesame.sailimpl.memory.Namespace
 
setExported(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdbmsNamespace
 
setExpressions(List) - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
setFile(String) - Method in class org.openrdf.sesame.sailimpl.memory.RdfSourceConfig
Sets the data file for the Sail.
setFromPart(List) - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
setFullName(String) - Method in class org.openrdf.sesame.config.UserInfo
 
setGraphPattern(GraphPattern) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
setGraphQueryResultFormat(RDFFormat) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
Sets the response format for graph query results.
setHistoryRight(boolean) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the History right.
setHistoryRight(boolean) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setID(int) - Method in class org.openrdf.sesame.config.UserInfo
 
setId(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Sets restriction's id.
setId(int) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Sets roles id.
setId(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
setId(int) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the id of the rule.
setId(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setId(int) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Set the Id of the user
setId(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setId(Component, int) - Static method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
setId(String, int) - Static method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
setIndentString(String) - Method in class org.openrdf.util.xml.XmlWriter
Sets the string that should be used for indentation when pretty-printing is enabled.
setInferencerClass(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepositoryConfig
Sets the inferencer class that should be used for inferencing.
setInternalId(int, ValueStoreRevision) - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeBNode
 
setInternalId(int, ValueStoreRevision) - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
 
setInternalId(int, ValueStoreRevision) - Method in class org.openrdf.sesame.sailimpl.nativerdf.model.NativeURI
 
setInternalId(int, ValueStoreRevision) - Method in interface org.openrdf.sesame.sailimpl.nativerdf.model.NativeValue
Sets the ID that is used for this value in a specific revision of the value store.
setInternalId(int) - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
 
setInternalId(int) - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdLiteral
 
setInternalId(int) - Method in class org.openrdf.sesame.sailimpl.rdbms.model.IdURI
 
setJdbcDriver(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Sets the JDBC Driver class that should be used to connect to the database.
setJdbcUrl(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Sets the JDBC URL that identifies the database to connect to.
setLeader(Var) - Method in class org.openrdf.sesame.query.rql.model.Var
 
setLimit(int) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
setListener(SimpleSAXListener) - Method in class org.openrdf.util.xml.SimpleSAXParser
Sets the (new) listener that should receive any events from this parser.
setLogDir(String) - Method in class org.openrdf.sesame.config.SystemConfig
 
setLogLevel(int) - Method in class org.openrdf.sesame.config.SystemConfig
 
setLogLevel(int) - Static method in class org.openrdf.util.log.ThreadLog
Changes the log level for the calling thread.
setLogin(String) - Method in class org.openrdf.sesame.config.UserInfo
 
setLogin(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
 
setLogin(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setMaxIdleTime(long) - Method in class org.openrdf.util.jdbc.ConnectionPool
Sets the maximum time that a connection is allowed to be idle.
setMaxUseTime(long) - Method in class org.openrdf.util.jdbc.ConnectionPool
Sets the maximum time that a connection is allowed to be used.
setName(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Sets the restriciton's name.
setName(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Change the role Name
setName(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
setName(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the name of the rule.
setName(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setName(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
 
setName(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setNamespace(String, String) - Method in interface org.openrdf.rio.RdfDocumentWriter
Sets a mapping from a namespace prefix to a namespace name.
setNamespace(String, String) - Method in class org.openrdf.rio.n3.N3Writer
 
setNamespace(String, String) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
setNamespace(String, String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
setNamespace(String, String) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
setNamespaceListener(NamespaceListener) - Method in interface org.openrdf.rio.Parser
Sets the NamespaceListener that will be notified of any namespace declarations that the parser finds during parsing.
setNamespaceListener(NamespaceListener) - Method in class org.openrdf.rio.ntriples.NTriplesParser
A NamespaceListener is of no use when parsing N-Triples as N-Triples doesn't have any namespace mechanism (yet).
setNamespaceListener(NamespaceListener) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setNamespaceListener(NamespaceListener) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setNamespacePrefix(String, String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
setNoCacheHeaders(HttpServletResponse) - Static method in class org.openrdf.util.http.HttpServerUtil
Sets headers on the supplied response that prevent all kinds of browsers to cache it.
setOffset(int) - Method in class org.openrdf.sesame.sail.query.GraphPatternQuery
 
setOptionals(Collection) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Sets the optional child graph patterns for this object to the supplied set.
setParameter(String, String) - Method in class org.openrdf.sesame.config.SailConfig
Sets the parameter with the supplied value.
setParameter(String, String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Adds the parameter with the supplied key-value pair to the sail with the given class of the repository with the supplied id
setParameterKey(String, String) - Method in class org.openrdf.sesame.config.SailConfig
Sets the key of the parameter with the supplied old key to the given new key
setParameterKey(String, String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the key of the parameter with the supplied old key of the sail with the given class of the repository with the supplied id to the given new key
setParameterValue(String, String) - Method in class org.openrdf.sesame.config.SailConfig
Sets the value of the parameter with the supplied key to the given value
setParameterValue(String, String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the value of the parameter with the supplied key of the sail with the given class of the repository with the supplied id to the given value
setParameters(Map) - Method in interface org.openrdf.sesame.config.SystemConfigHandler
Set the parameters for this handler.
setParameters(Map) - Method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
 
setParentRoles(Set) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
 
setParentRoles(Set) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
setParseErrorListener(ParseErrorListener) - Method in interface org.openrdf.rio.Parser
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setParseLocationListener(ParseLocationListener) - Method in interface org.openrdf.rio.Parser
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setParseStandAloneDocuments(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
Sets the parser in a mode to parse stand-alone RDF documents.
setPassword(String) - Method in class org.openrdf.sesame.config.UserInfo
 
setPassword(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Change the user password.
setPassword(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setPassword(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Sets the password that should be used to log in on the database.
setPathExpressions(List) - Method in class org.openrdf.sesame.sail.query.GraphPattern
Sets the list of path expressions for this object.
setPrefix(String) - Method in class org.openrdf.sesame.sail.Namespace
Sets the prefix of Namespace.
setPrefix(String) - Method in class org.openrdf.sesame.sailimpl.memory.Namespace
Sets the prefix of Namespace.
setPreserveBNodeIds(boolean) - Method in interface org.openrdf.rio.Parser
Set whether the parser should preserve bnode identifiers specified in the source (default is false).
setPreserveBNodeIds(boolean) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setPreserveBNodeIds(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setPreserveBNodeIds(boolean) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setPrettyPrint(boolean) - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
Enables/disables addition of indentation characters and newlines in the XML document.
setPrettyPrint(boolean) - Method in class org.openrdf.util.xml.XmlWriter
Enables or disables pretty-printing.
setProjection(List) - Method in class org.openrdf.sesame.sail.query.ConstructQuery
 
setProjection(TriplePattern[]) - Method in class org.openrdf.sesame.sail.query.ConstructQuery
 
setProjection(List) - Method in class org.openrdf.sesame.sail.query.SelectQuery
 
setProjection(ProjectionElem[]) - Method in class org.openrdf.sesame.sail.query.SelectQuery
 
setPrologAction(RoutingAction) - Static method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
a way to set an aicton which can be able to setup the proper context at the server.
setProperties(Set) - Method in class org.openrdf.sesame.sailimpl.omm.security.PropertiesRestriction
Sets the properties to form this restriction.
setRMIEnabled(boolean) - Method in class org.openrdf.sesame.config.SystemConfig
 
setRMIFactory(String, int) - Method in class org.openrdf.sesame.config.SystemConfig
 
setReadAccess(String, String, boolean) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the read access of the user with supplied login to the repository with the given id to the supplied read access
setReadRight(boolean) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the read right.
setReadRight(boolean) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setRegExpTemplate(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
setRemoveRight(boolean) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Sets the Remove right.
setRemoveRight(boolean) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setRepositoryId(String) - Method in class org.openrdf.sesame.config.RepositoryConfig
Sets the ID of this repository.
setRepositoryId(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the id of the repository with the supplied old id to the given new id
setRepositoryTitle(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the title of the repository with the supplied id to the given title
setResources(Set) - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceRestriction
Sets the resources that form this restriction.
setRestriction(Restriction) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Set the restriction of the Rule.
setRestriction(Restriction) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setRoles(Set) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Assign new Roles to the user.
setRoles(Set) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setRules(Set) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Assign new security rules to the user, as an alternative to assigning roles
setRules(Set) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setSail(String, String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the sail with the supplied old class of the repository with the given id to the supplied new class
setSailClass(String) - Method in class org.openrdf.sesame.config.SailConfig
Sets the sail class of the Sail object represented by this SailConfig.
setSailClass(String) - Method in class org.openrdf.sesame.config.ui.ParameterTable
Sets the class to the supplied class
setSailClass(String) - Method in class org.openrdf.sesame.config.ui.ParameterTableModel
Sets the class to the supplied class
setSailList(List) - Method in class org.openrdf.sesame.config.RepositoryConfig
Sets the Sail stack.
setSessionContext(HttpServletRequest) - Static method in class org.openrdf.sesame.server.http.SesameServlet
 
setStatementHandler(StatementHandler) - Method in interface org.openrdf.rio.Parser
Sets the StatementHandler that will be notified of statements that are parsed by this parser.
setStatementHandler(StatementHandler) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setStatementHandler(StatementHandler) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setStatementHandler(StatementHandler) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setStatementsAdded(boolean) - Method in class org.openrdf.sesame.sail.util.SailChangedEventImpl
 
setStatementsRemoved(boolean) - Method in class org.openrdf.sesame.sail.util.SailChangedEventImpl
 
setStopAtFirstError(boolean) - Method in interface org.openrdf.rio.Parser
Sets whether the parser should stop immediately if it finds an error in the data (default value is true).
setStopAtFirstError(boolean) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setStopAtFirstError(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setStopAtFirstError(boolean) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setSyncDelay(long) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
Sets the time (in milliseconds) to wait after a transaction was commited before writing the changed data to file.
setSyncDelay(long) - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepositoryConfig
Sets the synchronization delay for the Sail.
setSystemConfig(SystemConfig) - Method in class org.openrdf.sesame.config.SystemConfig
Copies the data from other to this SystemConfig.
setSystemConfig(SystemConfig) - Method in class org.openrdf.sesame.repository.local.LocalService
Sets or updates the system configuration that is used by this service.
setSystemConfig(SystemConfig) - Static method in class org.openrdf.sesame.server.SesameServer
Sets a new system configuration for the system.
setSystemProp(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
 
setTableQueryResultFormat(QueryResultFormat) - Method in class org.openrdf.sesame.repository.remote.HTTPRepository
Sets the response format for table query results.
setThreadLogFile(String) - Static method in class org.openrdf.sesame.server.SesameServer
Sets the log file for the thread calling this method.
setThreadLogFileForRepository(String) - Static method in class org.openrdf.sesame.server.SesameServer
Sets the log file for the thread calling this method.
setTimeout(int) - Static method in class org.openrdf.sesame.sailimpl.rdbms.OptimizeThread
Changes the number of time units that the OptimizeThread should wait before actual optimization is performed.
setTitle(String) - Method in class org.openrdf.sesame.config.RepositoryConfig
Sets the title of the repository.
setTmpDir(String) - Method in class org.openrdf.sesame.config.SystemConfig
 
setTmpDir(File) - Static method in class org.openrdf.util.http.HttpServerUtil
 
setTripleIndexes(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepositoryConfig
Specifies which triple indexes the native RDF repository should use.
setType(int) - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Sets the type of the restriction.
setUri(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
 
setUri(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
 
setUri(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
setUri(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
 
setUri(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
setUri(String) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
 
setUri(String) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setUseGZIPCompression(boolean) - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
Sets whether written response should be compressed using gzip.
setUser(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepositoryConfig
Sets the username that should be used to log in on the database.
setUserFullName(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the full name of the user with the supplied login to the given full name
setUserId(String, int) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the id of the user with the supplied login to the given id
setUserInfo(UserInfo) - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Sets the user info.
setUserInfo(UserInfo) - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
setUserLogin(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the login of the user with the supplied old login to the given new login
setUserPassword(String, String) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the password of the user with the supplied login to the given password
setValue(Object) - Method in class org.openrdf.sesame.config.ui.XCellEditor
Sets this value to the supplied value
setValue(Value) - Method in class org.openrdf.sesame.query.rql.model.Var
 
setValue(Value) - Method in class org.openrdf.sesame.sail.query.Var
 
setValueAt(Object, int, int) - Method in class org.openrdf.sesame.config.ui.AccessControlTableModel
 
setValueAt(Object, int, int) - Method in class org.openrdf.sesame.config.ui.ParameterTableModel
 
setValueAt(Object, int, int) - Method in class org.openrdf.sesame.config.ui.RepositoryTableModel
 
setValueAt(Object, int, int) - Method in class org.openrdf.sesame.config.ui.SailTableModel
 
setValueAt(Object, int, int) - Method in class org.openrdf.sesame.config.ui.UserTableModel
 
setVerifyData(boolean) - Method in interface org.openrdf.rio.Parser
Sets whether the parser should verify the data it parses (default value is true).
setVerifyData(boolean) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
setVerifyData(boolean) - Method in class org.openrdf.rio.rdfxml.RdfXmlParser
 
setVerifyData(boolean) - Method in class org.openrdf.rio.turtle.TurtleParser
 
setWherePart(BooleanQuery) - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
setWorldReadable(boolean) - Method in class org.openrdf.sesame.config.RepositoryConfig
Sets the world-readable flag of this repository.
setWorldReadable(String, boolean) - Method in class org.openrdf.sesame.config.SystemConfig
Sets if the repository with the supplied id is world readable
setWorldWriteable(boolean) - Method in class org.openrdf.sesame.config.RepositoryConfig
Sets the world-writeable flag of this repository.
setWorldWriteable(String, boolean) - Method in class org.openrdf.sesame.config.SystemConfig
Sets if the repository with the supplied id is world writeable
setWriteAccess(String, String, boolean) - Method in class org.openrdf.sesame.config.SystemConfig
Sets the write access of the user with supplied login to the repository with the given id to the supplied write access
setXTableModel(XTableModel) - Method in class org.openrdf.sesame.config.ui.XTable
 
set_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
sfw_query() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
shouldSelectCell(EventObject) - Method in class org.openrdf.sesame.config.ui.XCellEditor
Focusses on the editor
showWarningDialog(Component, String, String) - Static method in class org.openrdf.sesame.config.ui.util.Util
Brings up a dialog that displays the given warning
showYesNoDialog(Component, String, String) - Static method in class org.openrdf.sesame.config.ui.util.Util
Brings up a dialog with the options 'Yes' and 'No'
shutDown() - Method in class org.openrdf.sesame.repository.local.LocalRepository
Shuts down the repository.
shutDown() - Method in class org.openrdf.sesame.repository.local.LocalService
Shuts down all repositories that are configured for this service.
shutDown() - Method in interface org.openrdf.sesame.sail.Sail
Allow the SAIL to synchronize any stale data.
shutDown() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
shutDown() - Method in class org.openrdf.sesame.sailimpl.memory.RdfSource
 
shutDown() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
shutDown() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
shutDown() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Allow the SAIL to synchronize any stale data.
shutDown() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Disconnects from the database.
shutDown() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
size() - Method in class org.openrdf.sesame.query.rql.model.Intersection
Gets the size (number of resources) of this intersection.
size() - Method in class org.openrdf.sesame.query.rql.model.Projection
 
size() - Method in class org.openrdf.sesame.sailimpl.memory.StatementList
 
size() - Method in class org.openrdf.util.http.FilePart
 
skippedEntity(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
skippedEntity(String) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
specialToken - Variable in class org.openrdf.sesame.query.rdql.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.openrdf.sesame.query.rql.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.openrdf.sesame.query.serql.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
stackSail(SailConfig) - Method in class org.openrdf.sesame.config.RepositoryConfig
Stacks the supplied Sail configuration on top of the current stack of Sail configurations.
startDocument() - Method in interface org.openrdf.rio.RdfDocumentWriter
Starts the document writing.
startDocument() - Method in class org.openrdf.rio.n3.N3Writer
 
startDocument() - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
startDocument() - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
startDocument() - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
startDocument() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
startDocument() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
startDocument() - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
startDocument() - Method in class org.openrdf.util.xml.SimpleSAXAdapter
 
startDocument() - Method in interface org.openrdf.util.xml.SimpleSAXListener
Notifies the listener that the parser has started parsing.
startDocument() - Method in class org.openrdf.util.xml.XmlWriter
Writes the XML header for the XML file.
startElement(String, String, String, Attributes) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
startElement(String, String, String, Attributes) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
startGraphQueryResult() - Method in class org.openrdf.sesame.query.GraphQueryDuplicatesFilter
 
startGraphQueryResult() - Method in interface org.openrdf.sesame.query.GraphQueryResultListener
Indicates the start of a graph-like query result.
startGraphQueryResult() - Method in class org.openrdf.sesame.query.QueryResultsGraphBuilder
 
startGraphQueryResult() - Method in class org.openrdf.sesame.query.RdfGraphWriter
Indicates the start of a graph-like query result.
startGraphQueryResult() - Method in class org.openrdf.sesame.query.StdOutGraphQueryResultWriter
 
startNamespaceList() - Method in interface org.openrdf.sesame.server.http.io.NamespaceListener
 
startPrefixMapping(String, String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.RuleParser
 
startPrefixMapping(String, String) - Method in class org.openrdf.sesame.server.http.io.NamespaceListParser
 
startRepositoryList() - Method in class org.openrdf.sesame.config.RepositoryListBuilder
Indicates the start of a repository list.
startRepositoryList() - Method in interface org.openrdf.sesame.config.RepositoryListListener
Indicates the start of a repository list.
startTableQueryResult() - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
startTableQueryResult() - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
startTableQueryResult() - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Method needed by the TableQueryResultListener interface.
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
 
startTableQueryResult() - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
startTableQueryResult() - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Indicates the start of a table-like query result.
startTableQueryResult(String[]) - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Indicates the start of a table-like query result.
startTableQueryResult() - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
startTableQueryResult() - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
startTableQueryResult() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
startTableQueryResult(String[]) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
startTag(String, Map, String) - Method in class org.openrdf.util.xml.SimpleSAXAdapter
 
startTag(String, Map, String) - Method in interface org.openrdf.util.xml.SimpleSAXListener
Reports a start tag to the listener.
startTag(String) - Method in class org.openrdf.util.xml.XmlWriter
Writes a start tag containing the previously set attributes.
startTransaction() - Method in interface org.openrdf.sesame.sail.RdfRepository
Starts a transaction.
startTransaction() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Starts a transaction.
startTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.btree.BTree
 
startTransaction(boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Starts a transaction.
startTransaction(boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
startTransaction(boolean) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Starts a transaction.
startTransaction() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
startTransaction() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
startTuple() - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
startTuple() - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
startTuple() - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Method needed by the TableQueryResultListener interface.
startTuple() - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
startTuple() - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Indicates the start of a tuple/row.
startTuple() - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
startTuple() - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
startTuple() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
statementAdded() - Method in class org.openrdf.sesame.admin.StatusReporter
 
statementsAdded() - Method in interface org.openrdf.sesame.repository.local.LocalRepositoryChangedEvent
Indicates if statements were added to the local repository during the event.
statementsAdded() - Method in interface org.openrdf.sesame.sail.SailChangedEvent
Indicates if statements were added to the Sail during the event.
statementsAdded() - Method in class org.openrdf.sesame.sail.util.SailChangedEventImpl
 
statementsRemoved() - Method in interface org.openrdf.sesame.repository.local.LocalRepositoryChangedEvent
Indicates if statements were removed from the local repository during the event.
statementsRemoved() - Method in interface org.openrdf.sesame.sail.SailChangedEvent
Indicates if statements were removed from the Sail during the event.
statementsRemoved() - Method in class org.openrdf.sesame.sail.util.SailChangedEventImpl
 
staticFlag - Static variable in class org.openrdf.sesame.query.rdql.parser.JavaCharStream
 
staticFlag - Static variable in class org.openrdf.sesame.query.rql.parser.SimpleCharStream
 
staticFlag - Static variable in class org.openrdf.sesame.query.serql.parser.SimpleCharStream
 
status(String, int, int) - Method in interface org.openrdf.sesame.admin.AdminListener
A status message with optional line and column number to indicate progress.
status(String, int, int) - Method in class org.openrdf.sesame.admin.AdminMsgCollector
 
status(String, int, int) - Method in class org.openrdf.sesame.admin.DummyAdminListener
 
status(String, int, int) - Method in class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
status(String, int, int) - Method in class org.openrdf.sesame.admin.StdOutAdminListener
 
status(String, int, int) - Method in class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
stopCellEditing() - Method in class org.openrdf.sesame.config.ui.XCellEditor
Validates the input
stopCellEditing() - Method in class org.openrdf.sesame.config.ui.XTable
WRITEME
stopRunning() - Method in class org.openrdf.sesame.admin.StatusReporter
 
stopService() - Method in interface org.openrdf.sesame.server.rmi.FactoryInterface
To shutdown a running Sesame server.
stopService() - Method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
 
storeConfig(SystemConfig) - Method in interface org.openrdf.sesame.config.SystemConfigHandler
Store the system configuration.
storeConfig(SystemConfig) - Method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
 
storeData(byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
Stores the specified data and returns the byte-offset at which it has been stored.
storeData(byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataStore
Stores the supplied value and returns the ID that has been assigned to it.
storeNamespace(String) - Method in class org.openrdf.sesame.sailimpl.nativerdf.NamespaceStore
 
storeOffset(int, long) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.HashFile
 
storeOffset(int, long) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.IDFile
Stores the offset of a new data entry with the specified ID.
storeTriple(int, int, int) - Method in class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
storeValue(Value) - Method in class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
Stores the supplied value and returns the ID that has been assigned to it.
streamClosed() - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
Checks whether the response stream has been closed.
streamOpened() - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
Checks whether the response stream has been opened yet.
string() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
string() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
string_compare_operator() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
subClassOf() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
subPropertyOf() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
subject - Variable in class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate
 
superClassOf() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
superPropertyOf() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
supportsLikeEscapeClause() - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Indicates whether the database supports LIKE "..."
supportsPatternMatches(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.MySQL
 
supportsPatternMatches(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.PostgreSQL
 
supportsPatternMatches(boolean) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
 
sync() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
Synchronizes the contents of this repository with the data that is stored on disk.

T

TABLE_END_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
TEXT_LITERAL - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
TIME - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#time
TOKEN - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#token
TRACE - Static variable in class org.openrdf.util.log.ThreadLog
 
TRANSITIVEPROPERTY - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#TransitiveProperty
TRIPLES_INDEXES_KEY - Static variable in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
Key used to specify which triple indexes to use.
TRIPLES_TABLE - Static variable in interface org.openrdf.sesame.sailimpl.rdbms.TableNames
Triples table.
TRUE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
TRUE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
TRUE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
TRUE - Static variable in class org.openrdf.sesame.sail.query.BooleanConstant
 
TRUE - Variable in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Boolean value 'true'.
TURTLE - Static variable in class org.openrdf.sesame.constants.RDFFormat
Constant representing the Turtle format.
TYPE - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
TYPEOF - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
TableNames - interface org.openrdf.sesame.sailimpl.rdbms.TableNames.
TableNames defines the names of all tables used by the SQL92 implementation.
TableQuery - class org.openrdf.sesame.query.TableQuery.
A TableQuery is a query that produces a table of values as its result.
TableQuery(Query) - Constructor for class org.openrdf.sesame.query.TableQuery
Creates a new SfwQuery.
TableQueryDuplicatesFilter - class org.openrdf.sesame.query.TableQueryDuplicatesFilter.
A TableQueryResultListener that filters any duplicates from the query results and forwards these filtered results to another TableQueryResultListener.
TableQueryDuplicatesFilter(TableQueryResultListener) - Constructor for class org.openrdf.sesame.query.TableQueryDuplicatesFilter
Creates a new TableQueryDuplicatesFilter.
TableQueryResultListener - interface org.openrdf.sesame.query.TableQueryResultListener.
A listener for table-like query results.
TableQueryServlet - class org.openrdf.sesame.server.http.TableQueryServlet.
 
TableQueryServlet() - Constructor for class org.openrdf.sesame.server.http.TableQueryServlet
 
ThreadLog - class org.openrdf.util.log.ThreadLog.
Thread-based logging utility.
Token - class org.openrdf.sesame.query.rdql.parser.Token.
Describes the input token stream.
Token() - Constructor for class org.openrdf.sesame.query.rdql.parser.Token
 
Token - class org.openrdf.sesame.query.rql.parser.Token.
Describes the input token stream.
Token() - Constructor for class org.openrdf.sesame.query.rql.parser.Token
 
Token - class org.openrdf.sesame.query.serql.parser.Token.
Describes the input token stream.
Token() - Constructor for class org.openrdf.sesame.query.serql.parser.Token
 
TokenMgrError - error org.openrdf.sesame.query.rdql.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.openrdf.sesame.query.rdql.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.openrdf.sesame.query.rdql.parser.TokenMgrError
 
TokenMgrError - error org.openrdf.sesame.query.rql.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.openrdf.sesame.query.rql.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.openrdf.sesame.query.rql.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.openrdf.sesame.query.rql.parser.TokenMgrError
 
TokenMgrError - error org.openrdf.sesame.query.serql.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.openrdf.sesame.query.serql.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.openrdf.sesame.query.serql.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.openrdf.sesame.query.serql.parser.TokenMgrError
 
TrackingChanges - interface org.openrdf.sesame.omm.TrackingChanges.
inteface TrackingChanges provides the basic operations to track the state of various items in the repository during their life-time
TransferUtil - class org.openrdf.sesame.sailimpl.nativerdf.datastore.TransferUtil.
Utility class for transfering bytes to/from file channels.
TransferUtil() - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.datastore.TransferUtil
 
TriplePattern - class org.openrdf.sesame.sail.query.TriplePattern.
 
TriplePattern(Var, Var, Var) - Constructor for class org.openrdf.sesame.sail.query.TriplePattern
 
TripleStore - class org.openrdf.sesame.sailimpl.nativerdf.TripleStore.
 
TripleStore(File, String) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.TripleStore
 
TripleTemplate - class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate.
Title: Custom Inference Rules Description: Copyright: Copyright (c) 2003 Company: Ontotext Lab.
TripleTemplate(Component, Component, Component) - Constructor for class org.openrdf.sesame.sailimpl.rdbms.rules.TripleTemplate
 
Tuple - class org.openrdf.sesame.query.Tuple.
Represents a tuple of Values.
Tuple() - Constructor for class org.openrdf.sesame.query.Tuple
Creates a new Tuple.
TurtleParser - class org.openrdf.rio.turtle.TurtleParser.
Parser for Turtle files.
TurtleParser() - Constructor for class org.openrdf.rio.turtle.TurtleParser
Creates a new TurtleParser that will use a ValueFactoryImpl to create object for resources, bNodes and literals.
TurtleParser(ValueFactory) - Constructor for class org.openrdf.rio.turtle.TurtleParser
Creates a new TurtleParser that will use the supplied ValueFactory to create objects for resources, bNodes and literals.
TurtleUtil - class org.openrdf.rio.turtle.TurtleUtil.
Utility methods for Turtle encoding/decoding.
TurtleUtil() - Constructor for class org.openrdf.rio.turtle.TurtleUtil
 
TurtleWriter - class org.openrdf.rio.turtle.TurtleWriter.
An implementation of the RdfDocumentWriter interface that writes RDF documents in Turtle format.
TurtleWriter(OutputStream) - Constructor for class org.openrdf.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied OutputStream.
TurtleWriter(Writer) - Constructor for class org.openrdf.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied Writer.
TypeOf - class org.openrdf.sesame.query.rql.model.TypeOf.
 
TypeOf(ResourceQuery, boolean) - Constructor for class org.openrdf.sesame.query.rql.model.TypeOf
 
tableChanged(TableModelEvent) - Method in class org.openrdf.sesame.config.ui.XTable
Selects the row being changed
tableExists(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.RDBMS
Checks whether a table with the specified name exists.
table_query() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
table_query_set() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
text(String) - Method in class org.openrdf.util.xml.XmlWriter
Writes a piece of text.
textElement(String, String) - Method in class org.openrdf.util.xml.XmlWriter
Writes a start and end tag with the supplied text between them.
textElement(String, int) - Method in class org.openrdf.util.xml.XmlWriter
Writes a start and end tag with the supplied value between them.
textElement(String, boolean) - Method in class org.openrdf.util.xml.XmlWriter
Writes a start and end tag with the supplied boolean value between them.
title - Variable in class org.openrdf.sesame.config.ui.ColumnData
Title
toHexString(int, int) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Converts a decimal value to a hexadecimal string represention of the specified length.
toHexString(byte[]) - Static method in class org.openrdf.util.ByteArrayUtil
Returns the hexadecimal value of the supplied byte array.
toNTriplesString(Value) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied value.
toNTriplesString(Resource) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied resource.
toNTriplesString(URI) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied URI.
toNTriplesString(BNode) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied bNode.
toNTriplesString(Literal) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Creates an N-Triples string for the supplied literal.
toSql(Map, Map) - Method in class org.openrdf.sesame.sailimpl.omm.security.PatternRestriction
 
toSql(Map, Map) - Method in class org.openrdf.sesame.sailimpl.omm.security.PropertiesRestriction
 
toSql(Map, Map) - Method in class org.openrdf.sesame.sailimpl.omm.security.QueryRestriction
 
toSql(Map, Map) - Method in class org.openrdf.sesame.sailimpl.omm.security.ResourceRestriction
 
toSql(Map, Map) - Method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Creates update queries over the restrictions, res_prop_restrs, query_restrs, pattern_restrs tables.
toSql() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Role
Creates update queries over the roles, roles_hierarchy and roles_rules tables.
toSql() - Method in class org.openrdf.sesame.sailimpl.omm.security.RoleImpl
 
toSql() - Method in interface org.openrdf.sesame.sailimpl.omm.security.Rule
Creates update queries over the rules table.
toSql() - Method in class org.openrdf.sesame.sailimpl.omm.security.RuleImpl
 
toSql() - Method in interface org.openrdf.sesame.sailimpl.omm.security.User
Creates update queries over the user_rules users_roles tables.
toSql() - Method in class org.openrdf.sesame.sailimpl.omm.security.UserImpl
 
toString() - Method in class org.openrdf.model.impl.BNodeImpl
Returns the BNode's string representation.
toString() - Method in class org.openrdf.model.impl.LiteralImpl
Returns the label of the literal.
toString() - Method in class org.openrdf.model.impl.StatementImpl
Gives a String-representation of this Statement that can be used for debugging.
toString() - Method in class org.openrdf.model.impl.URIImpl
Returns the String-representation of this URI.
toString() - Method in class org.openrdf.sesame.query.GraphQuery
 
toString() - Method in class org.openrdf.sesame.query.QueryResultsTable
 
toString() - Method in class org.openrdf.sesame.query.TableQuery
 
toString() - Method in class org.openrdf.sesame.query.Tuple
Returns String representation of this Tuple.
toString() - Method in class org.openrdf.sesame.query.rdql.parser.Token
Returns the image.
toString() - Method in class org.openrdf.sesame.query.rql.model.And
 
toString() - Method in class org.openrdf.sesame.query.rql.model.ArraySelection
 
toString() - Method in class org.openrdf.sesame.query.rql.model.BooleanConstant
 
toString() - Method in class org.openrdf.sesame.query.rql.model.ClassSelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.CompareTo
 
toString() - Method in class org.openrdf.sesame.query.rql.model.DataPathSelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Domain
 
toString() - Method in class org.openrdf.sesame.query.rql.model.DomainSelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Exists
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Forall
 
toString() - Method in class org.openrdf.sesame.query.rql.model.In
 
toString() - Method in class org.openrdf.sesame.query.rql.model.InstanceOf
 
toString() - Method in class org.openrdf.sesame.query.rql.model.InstanceSelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.IntegerConstant
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Intersect
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Intersection
Gives a String-representation of this Intersection that can be used for debugging.
toString() - Method in class org.openrdf.sesame.query.rql.model.Like
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Minus
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Not
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Or
 
toString() - Method in class org.openrdf.sesame.query.rql.model.PropertySelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Range
 
toString() - Method in class org.openrdf.sesame.query.rql.model.RangeSelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.RdfProperty
 
toString() - Method in class org.openrdf.sesame.query.rql.model.RdfsClass
 
toString() - Method in class org.openrdf.sesame.query.rql.model.RealConstant
 
toString() - Method in class org.openrdf.sesame.query.rql.model.SfwQuery
 
toString() - Method in class org.openrdf.sesame.query.rql.model.StringConstant
 
toString() - Method in class org.openrdf.sesame.query.rql.model.SubClassOf
 
toString() - Method in class org.openrdf.sesame.query.rql.model.SubPropertyOf
 
toString() - Method in class org.openrdf.sesame.query.rql.model.SuperClassOf
 
toString() - Method in class org.openrdf.sesame.query.rql.model.SuperPropertyOf
 
toString() - Method in class org.openrdf.sesame.query.rql.model.TypeOf
 
toString() - Method in class org.openrdf.sesame.query.rql.model.URI
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Union
 
toString() - Method in class org.openrdf.sesame.query.rql.model.UnknownSelector
 
toString() - Method in class org.openrdf.sesame.query.rql.model.Var
 
toString() - Method in class org.openrdf.sesame.query.rql.parser.Token
Returns the image.
toString() - Method in class org.openrdf.sesame.query.serql.parser.PathElement
Returns String representation of this Path_expr.
toString() - Method in class org.openrdf.sesame.query.serql.parser.Token
Returns the image.
toString() - Method in class org.openrdf.sesame.sail.Namespace
Returns a string representation of the object.
toString() - Method in class org.openrdf.sesame.sail.query.And
 
toString() - Method in class org.openrdf.sesame.sail.query.BooleanConstant
 
toString() - Method in class org.openrdf.sesame.sail.query.CompareAll
 
toString() - Method in class org.openrdf.sesame.sail.query.CompareAny
 
toString() - Method in class org.openrdf.sesame.sail.query.ConstructQuery
 
toString() - Method in class org.openrdf.sesame.sail.query.Datatype
 
toString() - Method in class org.openrdf.sesame.sail.query.DirectSubClassOf
 
toString() - Method in class org.openrdf.sesame.sail.query.DirectSubPropertyOf
 
toString() - Method in class org.openrdf.sesame.sail.query.DirectType
 
toString() - Method in class org.openrdf.sesame.sail.query.Exists
 
toString() - Method in class org.openrdf.sesame.sail.query.GraphPattern
 
toString() - Method in class org.openrdf.sesame.sail.query.In
 
toString() - Method in class org.openrdf.sesame.sail.query.Intersect
 
toString() - Method in class org.openrdf.sesame.sail.query.IsBNode
 
toString() - Method in class org.openrdf.sesame.sail.query.IsLiteral
 
toString() - Method in class org.openrdf.sesame.sail.query.IsResource
 
toString() - Method in class org.openrdf.sesame.sail.query.IsURI
 
toString() - Method in class org.openrdf.sesame.sail.query.Label
 
toString() - Method in class org.openrdf.sesame.sail.query.Lang
 
toString() - Method in class org.openrdf.sesame.sail.query.Like
 
toString() - Method in class org.openrdf.sesame.sail.query.LiteralExpr
 
toString() - Method in class org.openrdf.sesame.sail.query.LocalName
 
toString() - Method in class org.openrdf.sesame.sail.query.MathExpr
 
toString() - Method in class org.openrdf.sesame.sail.query.Minus
 
toString() - Method in class org.openrdf.sesame.sail.query.Namespace
 
toString() - Method in class org.openrdf.sesame.sail.query.Not
 
toString() - Method in class org.openrdf.sesame.sail.query.Null
 
toString() - Method in class org.openrdf.sesame.sail.query.Or
 
toString() - Method in class org.openrdf.sesame.sail.query.ProjectionElem
 
toString() - Method in class org.openrdf.sesame.sail.query.ResourceExpr
 
toString() - Method in class org.openrdf.sesame.sail.query.SelectQuery
 
toString() - Method in class org.openrdf.sesame.sail.query.StringCompare
 
toString() - Method in class org.openrdf.sesame.sail.query.StringConstant
 
toString() - Method in class org.openrdf.sesame.sail.query.TriplePattern
 
toString() - Method in class org.openrdf.sesame.sail.query.Union
 
toString() - Method in class org.openrdf.sesame.sail.query.ValueCompare
 
toString() - Method in class org.openrdf.sesame.sail.query.Var
 
toString() - Method in class org.openrdf.sesame.sailimpl.memory.Namespace
Returns a string representation of the object.
toString() - Method in class org.openrdf.util.Enumeration
Returns the String-representation for this Enumeration.
toString() - Method in class org.openrdf.util.uri.URI
 
toString() - Method in class org.openrdf.util.xml.datatypes.DateTime
Returns the xsd:dateTime string-representation of this object.
token - Variable in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
token - Variable in class org.openrdf.sesame.query.rql.parser.RqlParser
 
token - Variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
tokenImage - Variable in class org.openrdf.sesame.query.rdql.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
tokenImage - Variable in class org.openrdf.sesame.query.rql.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
tokenImage - Variable in class org.openrdf.sesame.query.serql.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
token_source - Variable in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
token_source - Variable in class org.openrdf.sesame.query.rql.parser.RqlParser
 
token_source - Variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
trace(String) - Static method in class org.openrdf.util.log.ThreadLog
Logs a trace message.
trace(String, Object) - Static method in class org.openrdf.util.log.ThreadLog
Logs a trace message.
transactionEnd() - Method in interface org.openrdf.sesame.admin.AdminListener
Indicates the end of a transaction.
transactionEnd() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
 
transactionEnd() - Method in class org.openrdf.sesame.admin.DummyAdminListener
 
transactionEnd() - Method in class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
transactionEnd() - Method in class org.openrdf.sesame.admin.StdOutAdminListener
 
transactionEnd() - Method in class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
transactionStart() - Method in interface org.openrdf.sesame.admin.AdminListener
Indicates the start of a transaction.
transactionStart() - Method in class org.openrdf.sesame.admin.AdminMsgCollector
 
transactionStart() - Method in class org.openrdf.sesame.admin.DummyAdminListener
 
transactionStart() - Method in class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
transactionStart() - Method in class org.openrdf.sesame.admin.StdOutAdminListener
 
transactionStart() - Method in class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
transactionStarted() - Method in interface org.openrdf.sesame.sail.RdfRepository
Checks whether a transaction has been started.
transactionStarted() - Method in class org.openrdf.sesame.sailimpl.memory.RdfRepository
 
transactionStarted() - Method in class org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository
 
transactionStarted() - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
transactionStarted() - Method in class org.openrdf.sesame.sailimpl.rdbms.RdfRepository
 
transactionStarted() - Method in class org.openrdf.sesame.sailimpl.sync.SyncRdfRepository
 
transfer(InputStream, OutputStream) - Static method in class org.openrdf.util.io.IOUtil
Transfers all bytes that can be read from in to out.
transfer(Reader, Writer) - Static method in class org.openrdf.util.io.IOUtil
Transfers all characters that can be read from in to out.
transferFrom(ReadableByteChannel, long, long, FileChannel) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.TransferUtil
 
transferTo(FileChannel, long, long, WritableByteChannel) - Static method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.TransferUtil
 
triggersRule(String) - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Rule
 
triple(Resource, URI, Value) - Method in class org.openrdf.sesame.query.GraphQueryDuplicatesFilter
 
triple(Resource, URI, Value) - Method in interface org.openrdf.sesame.query.GraphQueryResultListener
Delivers the next triple in the query result.
triple(Resource, URI, Value) - Method in class org.openrdf.sesame.query.QueryResultsGraphBuilder
 
triple(Resource, URI, Value) - Method in class org.openrdf.sesame.query.RdfGraphWriter
 
triple(Resource, URI, Value) - Method in class org.openrdf.sesame.query.StdOutGraphQueryResultWriter
 
triple_pattern(GraphPattern) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
triple_pattern_clause(GraphPattern) - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
tupleValue(Value) - Method in class org.openrdf.sesame.query.BinaryTableResultWriter
 
tupleValue(Value) - Method in class org.openrdf.sesame.query.HtmlTableWriter
 
tupleValue(Value) - Method in class org.openrdf.sesame.query.QueryResultsTableBuilder
Method needed by the TableQueryResultListener interface.
tupleValue(Value) - Method in class org.openrdf.sesame.query.TableQueryDuplicatesFilter
 
tupleValue(Value) - Method in interface org.openrdf.sesame.query.TableQueryResultListener
Delivers the next value in the current tuple/row.
tupleValue(Value) - Method in class org.openrdf.sesame.query.VarBindingRdfWriter
 
tupleValue(Value) - Method in class org.openrdf.sesame.query.XmlQueryResultWriter
 
tupleValue(Value) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
type2Int(String) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Converts the type to its integer value.
type2String(int) - Static method in class org.openrdf.sesame.sailimpl.omm.security.Restriction
Gets the string representation of the type of the restriction. e.g. 1 is Repository.
typeOf() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
typeOf_arg() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 

U

UCHAR - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
UID_KEY - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
UNDERSCORE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
UNICODE_ESC - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
UNICODE_ESC - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
UNION - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
UNION - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
UNIONOF - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#unionOf
UNKNOWN_REPOSITORY - Static variable in class org.openrdf.sesame.repository.remote.HTTPErrorType
Constant indicating that an unknown repository was specified.
UNRESERVED - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
UNSIGNED_BYTE - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedByte
UNSIGNED_INT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedInt
UNSIGNED_LONG - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedLong
UNSIGNED_SHORT - Static variable in class org.openrdf.vocabulary.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedShort
URI - interface org.openrdf.model.URI.
A URI.
URI - class org.openrdf.sesame.query.rql.model.URI.
 
URI(String) - Constructor for class org.openrdf.sesame.query.rql.model.URI
 
URI(URI) - Constructor for class org.openrdf.sesame.query.rql.model.URI
 
URI - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
URI - Static variable in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
URI - class org.openrdf.util.uri.URI.
A replacement for Java's own URI: java.net.URI.
URI(String) - Constructor for class org.openrdf.util.uri.URI
 
URI(String, String, String) - Constructor for class org.openrdf.util.uri.URI
 
URI(String, String, String, String, String) - Constructor for class org.openrdf.util.uri.URI
 
URIImpl - class org.openrdf.model.impl.URIImpl.
An implementation of the URI interface.
URIImpl(String) - Constructor for class org.openrdf.model.impl.URIImpl
Creates a new URI from the supplied string.
URIImpl(String, String) - Constructor for class org.openrdf.model.impl.URIImpl
Creates a new URI that will get the supplied namespace and local name.
URINode - class org.openrdf.sesame.sailimpl.memory.URINode.
An extension of URI giving it node properties.
URI_RECORD_MARKER - Static variable in interface org.openrdf.sesame.query.BinaryTableResultConstants
 
URLUploadServlet - class org.openrdf.sesame.server.http.URLUploadServlet.
 
URLUploadServlet() - Constructor for class org.openrdf.sesame.server.http.URLUploadServlet
 
USERS_ROLES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Users' roles.
USERS_RULES_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Users' Rules.
USERS_TABLE - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
Name of table containing Users.
USER_ID_URI - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
USER_KEY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Key used to specify a username in the initialization parameters
USE_DEPENDENCY_INFERENCER_KEY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository
 
USID_KEY - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
USING - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
USING - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
Union - class org.openrdf.sesame.query.rql.model.Union.
Union represents a set query where the result is the union of the result sets of the two arguments.
Union(SfwQuery, SfwQuery) - Constructor for class org.openrdf.sesame.query.rql.model.Union
 
Union - class org.openrdf.sesame.sail.query.Union.
Determines the union of two sets of values that are produced by queries.
Union(Query, Query, boolean) - Constructor for class org.openrdf.sesame.sail.query.Union
Creates a new Union object that reports the union of the query answers that are reported by both the left- and right argument.
UnknownRepositoryException - exception org.openrdf.sesame.config.UnknownRepositoryException.
 
UnknownRepositoryException() - Constructor for class org.openrdf.sesame.config.UnknownRepositoryException
 
UnknownRepositoryException(String) - Constructor for class org.openrdf.sesame.config.UnknownRepositoryException
 
UnknownRepositoryException(Throwable) - Constructor for class org.openrdf.sesame.config.UnknownRepositoryException
 
UnknownRepositoryException(String, Throwable) - Constructor for class org.openrdf.sesame.config.UnknownRepositoryException
 
UnknownSelector - class org.openrdf.sesame.query.rql.model.UnknownSelector.
UnknownSelector is a preprocessing object which is necessary because it is not always possible at parsing time to decide whether a path expresion is a InstanceSelector or a DataPathSelector.
UnknownSelector(URI, DataVar) - Constructor for class org.openrdf.sesame.query.rql.model.UnknownSelector
 
UpdateException - exception org.openrdf.sesame.admin.UpdateException.
 
UpdateException() - Constructor for class org.openrdf.sesame.admin.UpdateException
 
UpdateException(String) - Constructor for class org.openrdf.sesame.admin.UpdateException
 
UpdateException(Throwable) - Constructor for class org.openrdf.sesame.admin.UpdateException
 
UpdateException(String, Throwable) - Constructor for class org.openrdf.sesame.admin.UpdateException
 
UriUtil - class org.openrdf.util.uri.UriUtil.
Methods related to actions on URIs.
UriUtil() - Constructor for class org.openrdf.util.uri.UriUtil
 
User - interface org.openrdf.sesame.sailimpl.omm.security.User.
User.java Title: Knowledge Control System Company: OntoText Lab.
UserImpl - class org.openrdf.sesame.sailimpl.omm.security.UserImpl.
UserImpl.java Title: Knowledge Control System Company: OntoText Lab.
UserImpl(int, String, String, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.security.UserImpl
Construct a new user object.
UserInfo - class org.openrdf.sesame.config.UserInfo.
 
UserInfo(String) - Constructor for class org.openrdf.sesame.config.UserInfo
 
UserInfo(int, String, String, String) - Constructor for class org.openrdf.sesame.config.UserInfo
Creates a new UserInfo with the supplied user id, login, full name and password
UserTab - class org.openrdf.sesame.config.ui.UserTab.
User JPanel of ConfigureSesameFrame
UserTab(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.UserTab
Creates a new UserTab with the supplied SystemConfig
UserTable - class org.openrdf.sesame.config.ui.UserTable.
User XTable of UserTab
UserTable(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.UserTable
Creates a new UserTable with the supplied SystemConfig
UserTableModel - class org.openrdf.sesame.config.ui.UserTableModel.
User XTableModel for UserTable
UserTableModel(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.UserTableModel
Creates a new UserTableModel with the supplied SystemConfig
Util - class org.openrdf.sesame.config.ui.util.Util.
Utility class for Configure Sesame!
Util() - Constructor for class org.openrdf.sesame.config.ui.util.Util
 
unary_expr() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
unbind() - Static method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
unbind() - deregister the only FactoryInterface instance from the running RMI registry
unbind(Integer) - Static method in class org.openrdf.sesame.server.rmi.FactoryInterfaceImpl
 
unescapeString(String) - Static method in class org.openrdf.rio.ntriples.NTriplesUtil
Unescapes an escaped Unicode string.
unescapedTextElement(String, String) - Method in class org.openrdf.util.xml.XmlWriter
Writes a start and end tag with the supplied text between them, without the usual escape rules.
unlockStatements(Iterator) - Method in interface org.openrdf.sesame.omm.VersionManagement
Perform unlocking of statements in the repository
unlockStatements(Iterator) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
unlockStatements(Iterator) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Perform unlocking of statements in the repository
unreferenced() - Method in class org.openrdf.util.rmirouting.ChannelIfaceImpl
unreferenced would be invoked by the DGC when the last remote reference to thist stub is being 'garbage collected'.
unsetDefaultLog() - Static method in class org.openrdf.util.log.ThreadLog
Unsets the default log file for all threads that have not registered themselves.
unsetDefaultLogFile() - Static method in class org.openrdf.sesame.server.SesameServer
Unsets the default log file.
unsetSessionContext() - Static method in class org.openrdf.sesame.server.http.SesameServlet
 
unsetThreadLogFile() - Static method in class org.openrdf.sesame.server.SesameServer
Unsets the log file for the thread calling this method.
updateData(long, byte[]) - Method in class org.openrdf.sesame.sailimpl.nativerdf.datastore.DataFile
Updates (replaces) the data at the specified offset with the supplied data.
updateMode - Variable in class org.openrdf.sesame.omm.SessionContext
 
uploadData(String, String) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Uploads RDF(s) in Sesame.
uploadData(String, String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Upload RDF(S) data to current repository
uploadData(String, String) - Method in class org.openrdf.sesame.server.soap.SoapServices
 
uri() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
uri() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
uri() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
uri_bnode_or_literal() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
user - Variable in class org.openrdf.sesame.omm.SessionContext
 
userID - Variable in class org.openrdf.sesame.omm.SessionContext
 

V

VALUE - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
VALUES - Static variable in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
VALUES part of statement
VALUE_DIRTY - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Value used to indiate an "dirty" status in the metadata table
VALUE_UP_TO_DATE - Static variable in class org.openrdf.sesame.sailimpl.rdbms.RdfSource
Value used to indiate an "up-to-date" status in the metadata table
VAR - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
VAR - Static variable in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
 
VERSIONINFO - Static variable in class org.openrdf.vocabulary.OWL
http://www.w3.org/2002/07/owl#versionInfo
VERSION_NAME_URI - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
VERSION_UPDATE_ID - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
VID_KEY - Static variable in class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
Value - interface org.openrdf.model.Value.
The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueCollectionIterator - class org.openrdf.sesame.sail.util.ValueCollectionIterator.
A ValueIterator that iterates over a Collection of Value objects.
ValueCollectionIterator(Collection) - Constructor for class org.openrdf.sesame.sail.util.ValueCollectionIterator
Creates a new ValueCollectionIterator that will return all objects from the supplied Collection.
ValueCompare - class org.openrdf.sesame.sail.query.ValueCompare.
A comparison between two values.
ValueCompare(ValueExpr, ValueExpr) - Constructor for class org.openrdf.sesame.sail.query.ValueCompare
 
ValueCompare(ValueExpr, ValueExpr, int) - Constructor for class org.openrdf.sesame.sail.query.ValueCompare
 
ValueExpr - interface org.openrdf.sesame.sail.query.ValueExpr.
An expressions that evaluates to Value objects.
ValueFactory - interface org.openrdf.model.ValueFactory.
A Factory for creating resources, bNodes and literals.
ValueFactoryImpl - class org.openrdf.model.impl.ValueFactoryImpl.
Default implementation of the ValueFactory interface that uses the RDF model classes from this package.
ValueFactoryImpl() - Constructor for class org.openrdf.model.impl.ValueFactoryImpl
Creates a new ValueFactoryImpl.
ValueFactoryImpl(String) - Constructor for class org.openrdf.model.impl.ValueFactoryImpl
Creates a new ValueFactoryImpl that uses the specified document URI to generate a bNode prefix.
ValueIterator - interface org.openrdf.sesame.sail.ValueIterator.
An iterator over Values that are stored in RDF Sails.
ValueNode - interface org.openrdf.sesame.sailimpl.memory.ValueNode.
 
ValueStore - class org.openrdf.sesame.sailimpl.nativerdf.ValueStore.
Class that provides indexed storage and retrieval of RDF values.
ValueStore(File, NamespaceStore, NativeRdfRepository) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.ValueStore
 
ValueStoreRevision - class org.openrdf.sesame.sailimpl.nativerdf.ValueStoreRevision.
A ValueStore revision for NativeValue objects.
ValueStoreRevision(ValueStore) - Constructor for class org.openrdf.sesame.sailimpl.nativerdf.ValueStoreRevision
 
Var - class org.openrdf.sesame.query.rql.model.Var.
 
Var(String) - Constructor for class org.openrdf.sesame.query.rql.model.Var
 
Var - class org.openrdf.sesame.sail.query.Var.
A variable that can contain a Value.
Var(String) - Constructor for class org.openrdf.sesame.sail.query.Var
 
Var(String, Value) - Constructor for class org.openrdf.sesame.sail.query.Var
 
VarBindingRdfWriter - class org.openrdf.sesame.query.VarBindingRdfWriter.
A TableQueryResultListener that converts query results into an RDF document containing variable bindings.
VarBindingRdfWriter(OutputStream) - Constructor for class org.openrdf.sesame.query.VarBindingRdfWriter
Creates a new VarBindingRdfWriter.
VarBindingRdfWriter(RDFFormat, OutputStream) - Constructor for class org.openrdf.sesame.query.VarBindingRdfWriter
 
Version - interface org.openrdf.sesame.omm.Version.
 
VersionManagement - interface org.openrdf.sesame.omm.VersionManagement.
The interface of provides the basic oprationsto manage the distinct versions and states of the repository.
VersionOMM - class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM.
 
VersionOMM(int, int, int, String) - Constructor for class org.openrdf.sesame.sailimpl.omm.versioning.VersionOMM
 
VersionState - Variable in class org.openrdf.sesame.omm.SessionContext
 
VersioningRdbmsSail - class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail.
Title: Description: Copyright: Copyright (c) 2003 Company:
VersioningRdbmsSail() - Constructor for class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
 
value() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
value() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
value() - Method in class org.openrdf.sesame.sailimpl.rdbms.rules.Component
Returns the value of this component.
valueChanged(ListSelectionEvent) - Method in class org.openrdf.sesame.config.ui.RepositoryTab
 
valueChanged(ListSelectionEvent) - Method in class org.openrdf.sesame.config.ui.UserTab
 
valueChanged(ListSelectionEvent) - Method in class org.openrdf.sesame.config.ui.XTable
FIXME No other row should be selected, unless input is validate
valueIsNew(int, int) - Method in class org.openrdf.sesame.config.ui.XTableModel
Checks if the value at the supplied row and column index is new.
value_compare_operator() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
value_expr() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
var() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
var() - Method in class org.openrdf.sesame.query.rql.parser.RqlParser
 
var() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
var_or_const() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
var_or_uri() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
var_or_value() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 

W

WARNING - Static variable in class org.openrdf.sesame.admin.AdminMsg
Warning.
WARNING - Static variable in class org.openrdf.util.log.ThreadLog
 
WHERE - Static variable in interface org.openrdf.sesame.query.rdql.parser.RdqlParserConstants
 
WHERE - Static variable in interface org.openrdf.sesame.query.rql.parser.RqlParserConstants
 
WHERE - Static variable in interface org.openrdf.sesame.query.serql.parser.SerqlParserConstants
 
warning(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports a warning from the parser.
warning(String, int, int, Statement) - Method in interface org.openrdf.sesame.admin.AdminListener
A warning message with optionally line and column number and the statement to indicate the source of the warning.
warning(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.AdminMsgCollector
 
warning(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.DummyAdminListener
 
warning(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.HtmlAdminMsgWriter
 
warning(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.StdOutAdminListener
 
warning(String, int, int, Statement) - Method in class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
warning(String) - Static method in class org.openrdf.util.log.ThreadLog
Logs a warning.
warning(String, Object) - Static method in class org.openrdf.util.log.ThreadLog
Logs a warning.
width - Variable in class org.openrdf.sesame.config.ui.ColumnData
Width
workWithState(long) - Method in interface org.openrdf.sesame.omm.VersionManagement
Sets the repository to given statete for further read operations.
workWithState(long) - Method in class org.openrdf.sesame.sailimpl.omm.security.SecuritySail
 
workWithState(long) - Method in class org.openrdf.sesame.sailimpl.omm.versioning.VersioningRdbmsSail
Sets the repository to given statete for further read operations.
workWithState(long) - Method in interface org.openrdf.sesame.server.rmi.ServicesInterface
Deprecated. Sets the repository to given statete for further read operations.
workWithState(String) - Method in class org.openrdf.sesame.server.soap.SoapClient
Sets the repository to given state for further read operations.
workWithState(String) - Method in class org.openrdf.sesame.server.soap.SoapServices
Sets the repository to given state for further read operations.
wrapIt(Object) - Static method in class org.openrdf.util.rmirouting.ChannelIfaceInvocation
A static method used to wrap an remote ref ot an instance.
write(RepositoryList, OutputStream) - Method in class org.openrdf.sesame.config.RepositoryListWriter
 
write(int) - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
 
write(byte[]) - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
 
write(byte[], int, int) - Method in class org.openrdf.sesame.server.http.HTTPOutputStream
 
write(NamespaceIterator, OutputStream) - Method in class org.openrdf.sesame.server.http.io.NamespaceListWriter
 
writeComment(String) - Method in interface org.openrdf.rio.RdfDocumentWriter
Writes a comment to the document.
writeComment(String) - Method in class org.openrdf.rio.n3.N3Writer
 
writeComment(String) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
writeComment(String) - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
writeComment(String) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
writeComment(String) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeConfiguration(SystemConfig, OutputStream) - Static method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
Writes the specified system configuration to the supplied OutputStream.
writeConfiguration(SystemConfig, Writer) - Static method in class org.openrdf.sesame.config.handlers.SystemConfigFileHandler
Writes the specified system configuration to the supplied Writer.
writeStatement(Resource, URI, Value) - Method in interface org.openrdf.rio.RdfDocumentWriter
Writes a statement to the document.
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.n3.N3Writer
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.ntriples.NTriplesWriter
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.rdfxml.AbbreviatedRdfXmlWriter
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.rdfxml.RdfXmlWriter
 
writeStatement(Resource, URI, Value) - Method in class org.openrdf.rio.turtle.TurtleWriter
 
writeToFile(InputStream, File) - Static method in class org.openrdf.util.io.IOUtil
Writes all bytes from an InputStream to a file.
writeToFile(Reader, File) - Static method in class org.openrdf.util.io.IOUtil
Writes all characters from a Reader to a file using the default character encoding.

X

XCellEditor - class org.openrdf.sesame.config.ui.XCellEditor.
WRITEME
XCellEditor(JTextField, XTable) - Constructor for class org.openrdf.sesame.config.ui.XCellEditor
Creates a new XCellEditor with the supplied text and XTable
XCellEditor(JComboBox, XTable) - Constructor for class org.openrdf.sesame.config.ui.XCellEditor
Creates a new XCellEditor with the supplied combo box and XTable
XCellEditor(JCheckBox, XTable) - Constructor for class org.openrdf.sesame.config.ui.XCellEditor
Creates a new XCellEditor with the supplied check box and XTable
XERCES_SAXPARSER - Static variable in class org.openrdf.util.xml.XMLReaderFactory
 
XML - Static variable in class org.openrdf.sesame.constants.AdminResultFormat
Constant representing XML format.
XML - Static variable in class org.openrdf.sesame.constants.QueryResultFormat
Constant representing XML format.
XMLLITERAL - Static variable in class org.openrdf.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
XMLReaderFactory - class org.openrdf.util.xml.XMLReaderFactory.
Factory class for creating an XMLReader.
XMLReaderFactory() - Constructor for class org.openrdf.util.xml.XMLReaderFactory
 
XSD_DECIMAL - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
XSD_FLOAT - Static variable in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
XSD_INTEGER - Static variable in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
XSD_INTEGER - Static variable in class org.openrdf.sesame.query.serql.parser.SerqlParser
 
XTable - class org.openrdf.sesame.config.ui.XTable.
WRITEME
XTable(SystemConfig) - Constructor for class org.openrdf.sesame.config.ui.XTable
 
XTableModel - class org.openrdf.sesame.config.ui.XTableModel.
WRITEME
XTableModel(SystemConfig, ColumnData[]) - Constructor for class org.openrdf.sesame.config.ui.XTableModel
Creates a new XTableModel having the specified columns.
XmlAdminMsgReader - class org.openrdf.sesame.admin.XmlAdminMsgReader.
Parser for parsing responses from administrative Sesame services.
XmlAdminMsgReader(XMLReader) - Constructor for class org.openrdf.sesame.admin.XmlAdminMsgReader
Creates a new XmlAdminMsgReader that will use the supplied XMLReader for parsing the XML admin message documents and an instance of ValueFactoryImpl to create any model objects.
XmlAdminMsgReader(XMLReader, ValueFactory) - Constructor for class org.openrdf.sesame.admin.XmlAdminMsgReader
Creates a new XmlAdminMsgReader that will use the supplied XMLReader for parsing the XML admin message documents and the supplied ValueFactory to create any model objects.
XmlAdminMsgWriter - class org.openrdf.sesame.admin.XmlAdminMsgWriter.
Writer for writing administrative messages in XML format.
XmlAdminMsgWriter(OutputStream) - Constructor for class org.openrdf.sesame.admin.XmlAdminMsgWriter
 
XmlDatatypeUtil - class org.openrdf.util.xml.XmlDatatypeUtil.
Provides methods for handling the standard XML Schema datatypes.
XmlDatatypeUtil() - Constructor for class org.openrdf.util.xml.XmlDatatypeUtil
 
XmlQueryResultReader - class org.openrdf.sesame.query.XmlQueryResultReader.
Reader for reading query results that are in Sesame's XML format for query results.
XmlQueryResultReader(XMLReader) - Constructor for class org.openrdf.sesame.query.XmlQueryResultReader
Creates a new XmlQueryResultReader that will use the supplied XMLReader for parsing the XML query result documents and an instance of ValueFactoryImpl to create any model objects.
XmlQueryResultReader(XMLReader, ValueFactory) - Constructor for class org.openrdf.sesame.query.XmlQueryResultReader
Creates a new XmlQueryResultReader that will use the supplied XMLReader for parsing the XML query result documents and the supplied ValueFactory to create any model objects.
XmlQueryResultWriter - class org.openrdf.sesame.query.XmlQueryResultWriter.
A TableQueryResultListener that converts query results into an XML document.
XmlQueryResultWriter(OutputStream) - Constructor for class org.openrdf.sesame.query.XmlQueryResultWriter
Creates a new XmlQueryResultWriter (with plainXMLLiterals=false).
XmlQueryResultWriter(OutputStream, boolean) - Constructor for class org.openrdf.sesame.query.XmlQueryResultWriter
 
XmlQueryResultWriter(Writer) - Constructor for class org.openrdf.sesame.query.XmlQueryResultWriter
 
XmlQueryResultWriter(Writer, boolean) - Constructor for class org.openrdf.sesame.query.XmlQueryResultWriter
 
XmlSchema - class org.openrdf.vocabulary.XmlSchema.
Defines constants for the standard XML Schema datatypes.
XmlSchema() - Constructor for class org.openrdf.vocabulary.XmlSchema
 
XmlUtil - class org.openrdf.util.xml.XmlUtil.
 
XmlUtil() - Constructor for class org.openrdf.util.xml.XmlUtil
 
XmlWriter - class org.openrdf.util.xml.XmlWriter.
A utility class offering convenience methods for writing XML.
XmlWriter(Writer) - Constructor for class org.openrdf.util.xml.XmlWriter
Creates a new XmlQueryResultWriter that will write its data to the supplied Writer.
XmlWriter(OutputStream) - Constructor for class org.openrdf.util.xml.XmlWriter
Creates a new XmlQueryResultWriter that will write its data to the supplied OutputStream in the default UTF-8 character encoding.
XmlWriter(OutputStream, String) - Constructor for class org.openrdf.util.xml.XmlWriter
Creates a new XmlQueryResultWriter that will write its data to the supplied OutputStream in specified character encoding.

_

_null() - Method in class org.openrdf.sesame.query.rdql.parser.RdqlParser
 
_null() - Method in class org.openrdf.sesame.query.serql.parser.SerqlParser
 

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

Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.