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