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

A

AbstractGraph - Class in org.apache.clerezza.rdf.core.impl
AbstractGraph is an abstract implementation of Graph implementing the equals and the hashCode methods.
AbstractGraph() - Constructor for class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
AbstractMGraph - Class in org.apache.clerezza.rdf.core.impl
AbstractMGraph is an abstract implementation of MGraph implementing the getGraph method.
AbstractMGraph() - Constructor for class org.apache.clerezza.rdf.core.impl.AbstractMGraph
 
AbstractOperation - Class in org.apache.clerezza.rdf.core.sparql.query
Defines an operation in an Expression.
AbstractOperation(String) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.AbstractOperation
 
AbstractTripleCollection - Class in org.apache.clerezza.rdf.core.impl
An abstract implementation of TripleCollection implementing iterator and contains calling filter.
AbstractTripleCollection() - Constructor for class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
activate(ComponentContext) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
add(Triple) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
add(Triple) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
add(Triple) - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
add(Triple) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
add(int) - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashSet
 
add(int) - Method in interface org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntSet
 
add(Triple) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
add(Triple) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
add_escapes(String) - Method in exception org.apache.clerezza.rdf.core.sparql.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Collection<? extends Triple>) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
addAll(Collection<? extends Triple>) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
addAll(Collection<? extends Triple>) - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
addAll(Collection<? extends Triple>) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
addAll(Collection<? extends Triple>) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
addAlternativeGraphPattern(GroupGraphPattern) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleAlternativeGraphPattern
 
addConstraint(Expression) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
Adds a constraint to the GroupGraphPattern.
addDefaultGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
addEscapes(String) - Static method in error org.apache.clerezza.rdf.core.sparql.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
AddEvent - Class in org.apache.clerezza.rdf.core.event
This class represent a addition event that occured on a TripleCollection.
AddEvent(TripleCollection, Triple) - Constructor for class org.apache.clerezza.rdf.core.event.AddEvent
 
addGraphListener(GraphListener, FilterTriple, long) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
addGraphListener(GraphListener, FilterTriple) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
addGraphListener(GraphListener, FilterTriple, long) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
addGraphListener(GraphListener, FilterTriple) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
addGraphListener(GraphListener, FilterTriple) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
addGraphListener(GraphListener, FilterTriple, long) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
addGraphListener(GraphListener, FilterTriple, long) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
addGraphListener(GraphListener, FilterTriple) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
addGraphListener(GraphListener, FilterTriple, long) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
addGraphListener(GraphListener, FilterTriple) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
addGraphListener(GraphListener, FilterTriple, long) - Method in interface org.apache.clerezza.rdf.core.TripleCollection
Adds the specified GraphListener to the graph.
addGraphListener(GraphListener, FilterTriple) - Method in interface org.apache.clerezza.rdf.core.TripleCollection
Adds the specified GraphListener to the graph.
addGraphPattern(GraphPattern) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
Adds a GraphPattern to the group.
addNamedGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
addOptionalGraphPattern(GroupGraphPattern) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
Adds an OptionalGraphPattern to the group consisting of a main graph pattern and the specified GroupGraphPattern as the optional pattern.
addOrderCondition(OrderCondition) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
addResourceToDescribe(ResourceOrVariable) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDescribeQuery
 
addSelection(Variable) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
addTriplePatterns(Set<TriplePattern>) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleBasicGraphPattern
 
addTriplePatterns(Set<TriplePattern>) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
If the last GraphPattern added to the group is not a SimpleBasicGraphPattern, then creates one containing the specified TriplePatterns and adds it to the group.
addWeightedTcProvider(WeightedTcProvider) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
Registers a provider
adjustBeginLineColumn(int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AlternativeGraphPattern - Interface in org.apache.clerezza.rdf.core.sparql.query
Defines alternative graph patterns.
ANON - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
ASK - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
AskQuery - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface represents a SPARQL ASK query.

B

backup(int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Backup a number of characters.
BASE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Base64 - Class in org.apache.clerezza.rdf.core.impl.util
 
Base64() - Constructor for class org.apache.clerezza.rdf.core.impl.util.Base64
 
BasicGraphPattern - Interface in org.apache.clerezza.rdf.core.sparql.query
Defines a basic graph pattern.
beginColumn - Variable in class org.apache.clerezza.rdf.core.sparql.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.clerezza.rdf.core.sparql.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Start.
BinaryOperation - Class in org.apache.clerezza.rdf.core.sparql.query
Defines an operation with two operands: a left hand side and a right hand side operand.
BinaryOperation(String, Expression, Expression) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.BinaryOperation
 
bindParsingProvider(ParsingProvider) - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Registers a parsing provider
bindSerializingProvider(SerializingProvider) - Method in class org.apache.clerezza.rdf.core.serializedform.Serializer
Registers a Serializing provider
bindWeightedTcProvider(WeightedTcProvider) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Registers a provider
BLANK_NODE_LABEL - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
BNode - Class in org.apache.clerezza.rdf.core
A Blank Node, extends a NonLiteral.
BNode() - Constructor for class org.apache.clerezza.rdf.core.BNode
 
BOUND - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
bufcolumn - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
buffer - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
bufline - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
bufpos - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Position in buffer.
BuiltInCall - Class in org.apache.clerezza.rdf.core.sparql.query
Defines a built-in call which is one form of Expression.
BuiltInCall(String, List<Expression>) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.BuiltInCall
 
BY - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.

C

checkReadPermission(UriRef) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
 
checkReadWritePermission(UriRef) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
 
clear() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
clear() - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
clear() - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
clear() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Clears this hashtable so that it contains no keys.
clear() - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
clear() - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
column - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
COMMENT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
compare(WeightedTcProvider, WeightedTcProvider) - Method in class org.apache.clerezza.rdf.core.access.WeightedProviderComparator
 
CONSTRUCT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
ConstructQuery - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface represents a SPARQL CONSTRUCT query.
contains(Object) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
contains(Object) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
contains(Object) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
contains(Object) - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
containsAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
containsAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
containsAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
containsKey(int) - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Tests if the specified object is a key in this hashtable.
containsValue(Object) - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Returns true if this HashMap maps one or more keys to this value.
createGraph(UriRef, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
createGraph(UriRef, TripleCollection) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Creates a Graph with a specified name
createGraph(UriRef, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
createMGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
createMGraph(UriRef) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Creates an initially empty MGraph with a specified name
createMGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
createObject(Class<T>, TypedLiteral) - Method in class org.apache.clerezza.rdf.core.impl.SimpleLiteralFactory
 
createObject(Class<T>, TypedLiteral) - Method in class org.apache.clerezza.rdf.core.LiteralFactory
Converts a literal to an instance of the specified class
createTypedLiteral(Object) - Method in class org.apache.clerezza.rdf.core.impl.SimpleLiteralFactory
 
createTypedLiteral(Object) - Method in class org.apache.clerezza.rdf.core.LiteralFactory
Create a typed literal for the specified object
curChar - Variable in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
 
currentToken - Variable in exception org.apache.clerezza.rdf.core.sparql.ParseException
This is the last token that has been consumed successfully.

D

DataSet - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface definition is not yet stable and may change in future.
DATATYPE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
deactivate(ComponentContext) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
debugStream - Variable in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Debug output.
DECIMAL - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
DECIMAL_NEGATIVE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
DECIMAL_POSITIVE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
decode(String) - Static method in class org.apache.clerezza.rdf.core.impl.util.Base64
 
DEFAULT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
Lexical state.
deleteTripleCollection(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
deleteTripleCollection(UriRef) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Deletes the Graph or MGraph of a specified name.
deleteTripleCollection(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
DESCRIBE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
DescribeQuery - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface represents a SPARQL SELECT query.
dispatchEvent(GraphEvent) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
Dispatches a GraphEvent to all registered listeners for which the specified Triple matches the FilterTriples of the listeners.
DISTINCT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Done() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reset buffer when finished.
DOUBLE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
DOUBLE_NEGATIVE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
DOUBLE_POSITIVE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.

E

ECHAR - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
encode(byte[]) - Static method in class org.apache.clerezza.rdf.core.impl.util.Base64
 
encodeBlock(byte[], int) - Static method in class org.apache.clerezza.rdf.core.impl.util.Base64
 
endColumn - Variable in class org.apache.clerezza.rdf.core.sparql.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.clerezza.rdf.core.sparql.Token
The line number of the last character of this Token.
EntityAlreadyExistsException - Exception in org.apache.clerezza.rdf.core.access
is thrown on an attempt to create an entity with a name which already exists
EntityAlreadyExistsException(UriRef) - Constructor for exception org.apache.clerezza.rdf.core.access.EntityAlreadyExistsException
creates an exception indicating that an entity with the specified name already exists.
EntityUndeletableException - Exception in org.apache.clerezza.rdf.core.access
is thrown on an attempt to delete an entity with a provider that supports the delete operation when the specified entity cannot be deleted
EntityUndeletableException(UriRef) - Constructor for exception org.apache.clerezza.rdf.core.access.EntityUndeletableException
creates an exception indicating that the entity with the specified name cannot be deleted
EOF - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
End of File.
eol - Variable in exception org.apache.clerezza.rdf.core.sparql.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.clerezza.rdf.core.access.security.TcPermission
 
equals(Object) - Method in interface org.apache.clerezza.rdf.core.Graph
Returns true if two graphs are isomorphic
equals(Object) - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
equals(Object) - Method in class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
equals(Object) - Method in class org.apache.clerezza.rdf.core.impl.TripleImpl
 
equals(Object) - Method in class org.apache.clerezza.rdf.core.impl.TypedLiteralImpl
 
equals(Object) - Method in class org.apache.clerezza.rdf.core.Language
 
equals(Object) - Method in interface org.apache.clerezza.rdf.core.MGraph
Returns true if other represents the same mutable graph as this instance, false otherwise.
equals(Object) - Method in interface org.apache.clerezza.rdf.core.PlainLiteral
Returns true if obj is an instance of PlainLiteral for which the lexical form and the language are equals to the ones of this instance, false otherwise
equals(Object) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
equals(Object) - Method in class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
equals(Object) - Method in class org.apache.clerezza.rdf.core.sparql.query.Variable
 
equals(Object) - Method in interface org.apache.clerezza.rdf.core.Triple
 
equals(Object) - Method in interface org.apache.clerezza.rdf.core.TypedLiteral
Two TypedLiteral nodes are equal iff they have the same lexical form and the same data type
equals(Object) - Method in class org.apache.clerezza.rdf.core.UriRef
Returns true iff obj == UriRef
execute(TcManager, TripleCollection, Query) - Method in interface org.apache.clerezza.rdf.core.sparql.QueryEngine
 
executeSparqlQuery(Query, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Executes any sparql query.
executeSparqlQuery(SelectQuery, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Executes a sparql SELECT query.
executeSparqlQuery(AskQuery, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Executes a sparql ASK query.
executeSparqlQuery(DescribeQuery, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Executes a sparql DESCRIBE query.
executeSparqlQuery(ConstructQuery, TripleCollection) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Executes a sparql CONSTRUCT query.
ExpandBuff(boolean) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.clerezza.rdf.core.sparql.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Expression - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface models logical, relational, and numeric expression.

F

FALSE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
FillBuff() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
filter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
filter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
filter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
filter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
filter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
FILTER - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
filter(NonLiteral, UriRef, Resource) - Method in interface org.apache.clerezza.rdf.core.TripleCollection
Filters triples given a pattern.
FilterTriple - Class in org.apache.clerezza.rdf.core.event
The FilterTriple class provides a match()-method that tests if a Triple match a certain triple pattern.
FilterTriple(NonLiteral, UriRef, Resource) - Constructor for class org.apache.clerezza.rdf.core.event.FilterTriple
Creates a new FilterTriple.
first - Static variable in class org.apache.clerezza.rdf.core.access.security.TcAccessController
The first item in the subject RDF list.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.clerezza.rdf.core.impl.util.W3CDateFormat
 
FROM - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
FunctionCall - Class in org.apache.clerezza.rdf.core.sparql.query
Defines a function call which is one form of Expression.
FunctionCall(UriRef, List<Expression>) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.FunctionCall
 

G

get(int) - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Returns the value to which the specified key is mapped in this map.
get(String) - Method in interface org.apache.clerezza.rdf.core.sparql.SolutionMapping
Should be the equivalent to this: public Resource get(String name) { return get(new Variable(name)); }
getAction() - Method in exception org.apache.clerezza.rdf.core.access.ReadOnlyException
 
getActions() - Method in class org.apache.clerezza.rdf.core.access.security.TcPermission
 
getAlternativeGraphPatterns() - Method in interface org.apache.clerezza.rdf.core.sparql.query.AlternativeGraphPattern
 
getAlternativeGraphPatterns() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleAlternativeGraphPattern
 
getArguements() - Method in class org.apache.clerezza.rdf.core.sparql.query.BuiltInCall
 
getArguements() - Method in class org.apache.clerezza.rdf.core.sparql.query.FunctionCall
 
getBeginColumn() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Get token beginning line number.
getChar(int) - Static method in class org.apache.clerezza.rdf.core.impl.util.Base64
 
getColumn() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Deprecated.  
getConstructTemplate() - Method in interface org.apache.clerezza.rdf.core.sparql.query.ConstructQuery
Gets the template for constructing triples in a CONSTRUCT query.
getConstructTemplate() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleConstructQuery
 
getDataSet() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
getDataSet() - Method in interface org.apache.clerezza.rdf.core.sparql.query.Query
Gets DataSet containing the specification of the default graph and named graphs, if any.
getDataType() - Method in class org.apache.clerezza.rdf.core.impl.TypedLiteralImpl
 
getDataType() - Method in interface org.apache.clerezza.rdf.core.TypedLiteral
Returns the data type which is a UriRef.
getDefaultGraphs() - Method in interface org.apache.clerezza.rdf.core.sparql.query.DataSet
 
getDefaultGraphs() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDataSet
 
getEndColumn() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Get token end line number.
getEntityName() - Method in exception org.apache.clerezza.rdf.core.access.EntityAlreadyExistsException
 
getEntityName() - Method in exception org.apache.clerezza.rdf.core.access.EntityUndeletableException
 
getEntityName() - Method in exception org.apache.clerezza.rdf.core.access.NoSuchEntityException
the name for which no entity exists.
getExpression() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleOrderCondition
 
getExpression() - Method in interface org.apache.clerezza.rdf.core.sparql.query.OrderCondition
 
getFilter() - Method in interface org.apache.clerezza.rdf.core.sparql.query.GroupGraphPattern
 
getFilter() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
 
getGraph() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
getGraph() - Method in class org.apache.clerezza.rdf.core.access.SecuredMGraph
 
getGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
getGraph(UriRef) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Get a Graph by its name
getGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
getGraph() - Method in class org.apache.clerezza.rdf.core.event.GraphEvent
Returns the TripleCollection that was modified in the event.
getGraph() - Method in class org.apache.clerezza.rdf.core.impl.AbstractMGraph
 
getGraph() - Method in class org.apache.clerezza.rdf.core.impl.SimpleMGraph
 
getGraph() - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedMGraphWrapper
 
getGraph() - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedMGraph
 
getGraph() - Method in interface org.apache.clerezza.rdf.core.MGraph
Returns the graph
getGraph() - Method in interface org.apache.clerezza.rdf.core.sparql.query.GraphGraphPattern
 
getGraph() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGraphGraphPattern
 
getGraphPatterns() - Method in interface org.apache.clerezza.rdf.core.sparql.query.GroupGraphPattern
 
getGraphPatterns() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
 
getGroupGraphPattern() - Method in interface org.apache.clerezza.rdf.core.sparql.query.GraphGraphPattern
 
getGroupGraphPattern() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGraphGraphPattern
 
getHoldCount() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
GetImage() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Get token literal value.
getInstance() - Static method in class org.apache.clerezza.rdf.core.access.TcManager
This returns the singleton instance.
getInstance() - Static method in class org.apache.clerezza.rdf.core.LiteralFactory
Get a LiteralFactory.
getInstance() - Static method in class org.apache.clerezza.rdf.core.serializedform.Parser
This returns the singleton instance, if an instance has been previously created (e.g.
getInstance() - Static method in class org.apache.clerezza.rdf.core.serializedform.Serializer
This returns the singleton instance, if an instance has been previously created (e.g.
getInstance() - Static method in class org.apache.clerezza.rdf.core.sparql.QueryParser
Returns an instance of this class.
getLanguage() - Method in class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
getLanguage() - Method in interface org.apache.clerezza.rdf.core.PlainLiteral
 
getLexicalForm() - Method in class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
getLexicalForm() - Method in class org.apache.clerezza.rdf.core.impl.TypedLiteralImpl
 
getLexicalForm() - Method in interface org.apache.clerezza.rdf.core.Literal
 
getLhsOperand() - Method in class org.apache.clerezza.rdf.core.sparql.query.BinaryOperation
 
getLimit() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
getLimit() - Method in interface org.apache.clerezza.rdf.core.sparql.query.QueryWithSolutionModifier
Gets the maximum number of results to be returned by the query.
getLine() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Deprecated.  
getLiteral() - Method in class org.apache.clerezza.rdf.core.sparql.query.LiteralExpression
 
getLock() - Method in interface org.apache.clerezza.rdf.core.access.LockableMGraph
The lock provided by this methods allows to create read- and write-locks that span individual method calls.
getLock() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
getLock() - Method in class org.apache.clerezza.rdf.core.access.SecuredMGraph
 
getLock() - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedMGraph
 
getLockedReadLocks() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getMainGraphPattern() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleOptionalGraphPattern
 
getMainGraphPattern() - Method in interface org.apache.clerezza.rdf.core.sparql.query.OptionalGraphPattern
 
getMatchingGroups() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.HashMatching
 
getMatchings() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.HashMatching
 
getMessage() - Method in exception org.apache.clerezza.rdf.core.sparql.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.apache.clerezza.rdf.core.sparql.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
getMGraph(UriRef) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Get an MGraph by its name.
getMGraph(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
getName() - Method in class org.apache.clerezza.rdf.core.sparql.query.BuiltInCall
 
getName() - Method in class org.apache.clerezza.rdf.core.sparql.query.FunctionCall
 
getName() - Method in class org.apache.clerezza.rdf.core.sparql.query.Variable
 
getNamedGraphs() - Method in interface org.apache.clerezza.rdf.core.sparql.query.DataSet
 
getNamedGraphs() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDataSet
 
getNames(Graph) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
getNames(Graph) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
get a set of the names of a Graph
getNames(Graph) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
getNextToken() - Method in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Get the next Token.
getObject() - Method in class org.apache.clerezza.rdf.core.impl.TripleImpl
 
getObject() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
getObject() - Method in interface org.apache.clerezza.rdf.core.sparql.query.TriplePattern
 
getObject() - Method in interface org.apache.clerezza.rdf.core.Triple
 
getOffset() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
getOffset() - Method in interface org.apache.clerezza.rdf.core.sparql.query.QueryWithSolutionModifier
Gets the numeric offset of the first row to be returned by the query.
getOperand() - Method in class org.apache.clerezza.rdf.core.sparql.query.UnaryOperation
 
getOperatorString() - Method in class org.apache.clerezza.rdf.core.sparql.query.AbstractOperation
A string representation of the operator
getOptionalGraphPattern() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleOptionalGraphPattern
 
getOptionalGraphPattern() - Method in interface org.apache.clerezza.rdf.core.sparql.query.OptionalGraphPattern
 
getOrderConditions() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
getOrderConditions() - Method in interface org.apache.clerezza.rdf.core.sparql.query.QueryWithSolutionModifier
Gets the list of required ordering conditions in decreasing ordering priority.
getOwner() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getPredicate() - Method in class org.apache.clerezza.rdf.core.impl.TripleImpl
 
getPredicate() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
getPredicate() - Method in interface org.apache.clerezza.rdf.core.sparql.query.TriplePattern
 
getPredicate() - Method in interface org.apache.clerezza.rdf.core.Triple
 
getProviderList() - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
getQueryPattern() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
getQueryPattern() - Method in interface org.apache.clerezza.rdf.core.sparql.query.Query
Gets the query pattern of the WHERE clause for the query.
getQueuedReaderThreads() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getQueuedThreads() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getQueuedWriterThreads() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getReadHoldCount() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getReadLockCount() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getRequiredReadPermissions(UriRef) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
Get the set of permissions required for read access to the triple-collection, the set may be empty meaning that the default TCPermission is required.
getRequiredReadWritePermissions(UriRef) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
Get the set of permissions required for read-write access to the triple-collection, the set may be empty meaning that the default TCPermission is required.
getResource() - Method in class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
getResource() - Method in class org.apache.clerezza.rdf.core.sparql.query.UriRefOrVariable
 
getResourcesToDescribe() - Method in interface org.apache.clerezza.rdf.core.sparql.query.DescribeQuery
Gets the list of ResourceOrVariables to describe.
getResourcesToDescribe() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDescribeQuery
 
getRhsOperand() - Method in class org.apache.clerezza.rdf.core.sparql.query.BinaryOperation
 
getSelection() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
getSelection() - Method in interface org.apache.clerezza.rdf.core.sparql.query.SelectQuery
Gets the list of Variables to project the solution to.
getService(Bundle, ServiceRegistration) - Method in class org.apache.clerezza.rdf.core.access.GraphServiceFactory
 
getService(Bundle, ServiceRegistration) - Method in class org.apache.clerezza.rdf.core.access.MGraphServiceFactory
 
getStackTrace() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
getStackTrace() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
getSubject() - Method in class org.apache.clerezza.rdf.core.impl.TripleImpl
 
getSubject() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
getSubject() - Method in interface org.apache.clerezza.rdf.core.sparql.query.TriplePattern
 
getSubject() - Method in interface org.apache.clerezza.rdf.core.Triple
 
GetSuffix(int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Get the suffix.
getSupportedFormats() - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Get a set of supported formats
getTabSize(int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
getTcAccessController() - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
getTriple() - Method in class org.apache.clerezza.rdf.core.event.GraphEvent
Return the Triple that was part of the modification.
getTriplePatterns() - Method in interface org.apache.clerezza.rdf.core.sparql.query.BasicGraphPattern
 
getTriplePatterns() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleBasicGraphPattern
 
getTriples(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
getTriples(UriRef) - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
This method is used to get a TripleCollection indifferently whether it's a Graph or an MGraph.
getTriples(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
getUnicodeString() - Method in class org.apache.clerezza.rdf.core.UriRef
 
getUnsecuredMGraph() - Method in class org.apache.clerezza.rdf.core.access.SecuredMGraph
Returns the wrapped LockableMGraph if the caller has all access rights.
getUriRef() - Method in class org.apache.clerezza.rdf.core.sparql.query.UriRefExpression
 
getValidMapping(TripleCollection, TripleCollection) - Static method in class org.apache.clerezza.rdf.core.impl.graphmatching.GraphMatcher
get a mapping from g1 to g2 or null if the graphs are not isomorphic.
getValue(char) - Static method in class org.apache.clerezza.rdf.core.impl.util.Base64
 
getValue() - Method in class org.apache.clerezza.rdf.core.sparql.Token
An optional attribute value of the Token.
getVariable() - Method in class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
getWaitingThreads(Condition) - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getWaitQueueLength(Condition) - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
getWeight() - Method in interface org.apache.clerezza.rdf.core.access.WeightedTcProvider
Get the weight of this provider.
getWriteHoldCount() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
Graph - Interface in org.apache.clerezza.rdf.core
A graph, modeled as a set of triples.
GRAPH - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
graphAppears(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
graphAppears(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
subclasses overwrite this method to be notified when a new Graph is available (either because it has been created or being provided by a newly added WeightedTcProvider).
graphChanged(List<GraphEvent>) - Method in interface org.apache.clerezza.rdf.core.event.GraphListener
This method is called when a ListenableTripleCollection was modified, to which this GraphListener was added.
GraphEvent - Class in org.apache.clerezza.rdf.core.event
This class represent a modification event that occured on a TripleCollection.
GraphEvent(TripleCollection, Triple) - Constructor for class org.apache.clerezza.rdf.core.event.GraphEvent
 
GraphGraphPattern - Interface in org.apache.clerezza.rdf.core.sparql.query
Defines a graph graph pattern.
GraphListener - Interface in org.apache.clerezza.rdf.core.event
A class that is interested in graph events implements this interface and is then added as listener to a ListenableTripleCollection or one of its subclasses.
GraphMatcher - Class in org.apache.clerezza.rdf.core.impl.graphmatching
 
GraphMatcher() - Constructor for class org.apache.clerezza.rdf.core.impl.graphmatching.GraphMatcher
 
GraphPattern - Interface in org.apache.clerezza.rdf.core.sparql.query
This is the generic interface for all types of graph patterns: BasicGraphPattern, GroupGraphPattern, GraphGraphPattern, AlternativeGraphPattern, and OptionalGraphPattern
GraphServiceFactory - Class in org.apache.clerezza.rdf.core.access
 
GroupGraphPattern - Interface in org.apache.clerezza.rdf.core.sparql.query
Defines a group graph pattern.

H

hashCode() - Method in class org.apache.clerezza.rdf.core.access.security.TcPermission
 
hashCode() - Method in interface org.apache.clerezza.rdf.core.Graph
Return the sum of the blank-nodes independent hashes of the triples.
hashCode() - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
hashCode() - Method in class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
hashCode() - Method in class org.apache.clerezza.rdf.core.impl.TripleImpl
 
hashCode() - Method in class org.apache.clerezza.rdf.core.impl.TypedLiteralImpl
 
hashCode() - Method in class org.apache.clerezza.rdf.core.Language
 
hashCode() - Method in interface org.apache.clerezza.rdf.core.PlainLiteral
Returns the hash code of the lexical form plus the hash code of the language
hashCode() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
hashCode() - Method in class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
hashCode() - Method in class org.apache.clerezza.rdf.core.sparql.query.Variable
 
hashCode() - Method in interface org.apache.clerezza.rdf.core.Triple
The hash code is computed as follow (subject.hashCode() >> 1) ^ subject.hashCode() ^ subject.hashCode() << 1) Note that the hash returned is computed including the hash of BNodes, so it is not blank-node blind as in Graph.
hashCode() - Method in interface org.apache.clerezza.rdf.core.TypedLiteral
The hash code is equal to the hash code of the lexical form plus the hash code of the dataType
hashCode() - Method in class org.apache.clerezza.rdf.core.UriRef
 
HashMatching - Class in org.apache.clerezza.rdf.core.impl.graphmatching
 
hasWaiters(Condition) - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
HTML - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 

I

image - Variable in class org.apache.clerezza.rdf.core.sparql.Token
The string image of the token.
implies(Permission) - Method in class org.apache.clerezza.rdf.core.access.security.TcPermission
 
IN_COMMENT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
Lexical state.
inBuf - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
input_stream - Variable in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
 
inputStream - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
instance - Static variable in class org.apache.clerezza.rdf.core.impl.util.W3CDateFormat
An instance of this class
INTEGER - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
INTEGER_NEGATIVE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
INTEGER_POSITIVE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
IntHashMap<T> - Class in org.apache.clerezza.rdf.core.impl.graphmatching.collections
A hash map that uses primitive ints for the key rather than objects.
IntHashMap() - Constructor for class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
IntHashMap(int) - Constructor for class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
IntHashMap(int, float) - Constructor for class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
IntHashSet - Class in org.apache.clerezza.rdf.core.impl.graphmatching.collections
This is currently just a placeholder implementation based onm HashSet an efficient implementation is to store the primitives directly.
IntHashSet() - Constructor for class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashSet
 
intIterator() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashSet
 
IntIterator - Interface in org.apache.clerezza.rdf.core.impl.graphmatching.collections
An iterator allowing to iterate over ints, Iterator is extended for compatibility, however accessing nextInt allows faster implementations.
intIterator() - Method in interface org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntSet
 
IntSet - Interface in org.apache.clerezza.rdf.core.impl.graphmatching.collections
A IntSet allows directly adding primitive ints to a set, Set is extended, but accessingt he respective methods is less efficient.
InvalidLiteralTypeException - Exception in org.apache.clerezza.rdf.core
Thrown when a literal is of the wrong type for conversion to a java-type
InvalidLiteralTypeException(Class<?>, UriRef) - Constructor for exception org.apache.clerezza.rdf.core.InvalidLiteralTypeException
Constructs the exception to be thrown when a literal cannot be converted to an instance of the specified class
IRI_REF - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
IS_BLANK - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
IS_IRI - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
IS_LITERAL - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
IS_URI - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
isAscending() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleOrderCondition
 
isAscending() - Method in interface org.apache.clerezza.rdf.core.sparql.query.OrderCondition
 
isDescribeAll() - Method in interface org.apache.clerezza.rdf.core.sparql.query.DescribeQuery
Tests if all variables in the query should be described.
isDescribeAll() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDescribeQuery
 
isDistinct() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
isDistinct() - Method in interface org.apache.clerezza.rdf.core.sparql.query.SelectQuery
Tests if this query should return distinct results.
isEmpty() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
isEmpty() - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
isEmpty() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
isHeldByCurrentThread() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
isReduced() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
isReduced() - Method in interface org.apache.clerezza.rdf.core.sparql.query.SelectQuery
Tests if this query should return reduced results.
isSelectAll() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
isSelectAll() - Method in interface org.apache.clerezza.rdf.core.sparql.query.SelectQuery
Tests if this query returns all its variables, and not a projected subset.
isVariable() - Method in class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
isWriteLocked() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
isWriteLockedByCurrentThread() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
iterator() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
iterator() - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
iterator() - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
iterator() - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
iterator() - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 

J

JavaCCGeneratedQueryParserConstants - Interface in org.apache.clerezza.rdf.core.sparql
Token literal values and constants.
JavaCCGeneratedQueryParserTokenManager - Class in org.apache.clerezza.rdf.core.sparql
Token Manager.
JavaCCGeneratedQueryParserTokenManager(SimpleCharStream) - Constructor for class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Constructor.
JavaCCGeneratedQueryParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Constructor.
jjFillToken() - Method in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
 
jjnewLexState - Static variable in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Token literal values.

K

keySet() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
 
kind - Variable in class org.apache.clerezza.rdf.core.sparql.Token
An integer that describes the kind of this token.

L

LANG - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
LANGMATCHES - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
LANGTAG - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Language - Class in org.apache.clerezza.rdf.core
Represents a language as expressed by the RDF 4646 language tag
Language(String) - Constructor for class org.apache.clerezza.rdf.core.Language
Constructs the language tag defined by RDF 4646, normalized to lowercase.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.clerezza.rdf.core.sparql.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Lexer state names.
LIMIT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
line - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
listGraphs() - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
listGraphs() - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Lists the name of the Graphs available through this TcProvider, implementations may take into account the security context and omit Graphs for which access is not allowed.
listGraphs() - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
listMGraphs() - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
listMGraphs() - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Lists the name of the MGraphs available through this TcProvider, implementations may take into account the security context and omit MGraphs for which access is not allowed.
listMGraphs() - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
listTripleCollections() - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
listTripleCollections() - Method in interface org.apache.clerezza.rdf.core.access.TcProvider
Lists the name of the TripleCollections available through this TcProvider indifferently whether they are Graphs or an MGraphs, implementations may take into account the security context and omit TripleCollections for which access is not allowed.
listTripleCollections() - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
Literal - Interface in org.apache.clerezza.rdf.core
Represents a literal value that can be a node in an RDF Graph.
LiteralExpression - Class in org.apache.clerezza.rdf.core.sparql.query
Wraps a Literal in an Expression.
LiteralExpression(Literal) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.LiteralExpression
 
LiteralFactory - Class in org.apache.clerezza.rdf.core
This class provides methods to convert java objects to typed literals and vice versa.
LiteralFactory() - Constructor for class org.apache.clerezza.rdf.core.LiteralFactory
 
lock() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
lock() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
LockableMGraph - Interface in org.apache.clerezza.rdf.core.access
Represents an MGraph that can be locked for reading/writing.
LockableMGraphWrapper - Class in org.apache.clerezza.rdf.core.access
Wrappes an MGraph as a LockableMGraph, this class is used by TcManager to support TcProviders that do not privide LockableMGraph.
LockableMGraphWrapper(MGraph) - Constructor for class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
Constructs a LocalbleMGraph for an MGraph.
lockInterruptibly() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
lockInterruptibly() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 

M

match(Triple) - Method in class org.apache.clerezza.rdf.core.event.FilterTriple
Returns true if the subject, predicate and object of the specified Triple match the subject, predicate and object of this FilterTriple.
maxNextCharInd - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
MGraph - Interface in org.apache.clerezza.rdf.core
A mutable graph
mGraphAppears(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
mGraphAppears(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
subclasses overwrite this method to be notified when a new MGraph is available (either because it has been created or being provided by a newly added WeightedTcProvider).
MGraphServiceFactory - Class in org.apache.clerezza.rdf.core.access
 

N

N3 - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 
N_TRIPLE - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 
NAMED - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
newCondition() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
newCondition() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
newToken(int, String) - Static method in class org.apache.clerezza.rdf.core.sparql.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.clerezza.rdf.core.sparql.Token
 
next - Variable in class org.apache.clerezza.rdf.core.sparql.Token
A reference to the next regular (non-special) token from the input stream.
nextInt() - Method in interface org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntIterator
 
NIL - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
NoConvertorException - Exception in org.apache.clerezza.rdf.core
This exception is thrown when no convertor is available to do a required java-object to literal or literal to java-object conversion.
NoConvertorException(Type) - Constructor for exception org.apache.clerezza.rdf.core.NoConvertorException
Create an instance of NoConvertorException indicating that no convertor is available for the type.
NonLiteral - Interface in org.apache.clerezza.rdf.core
Represents a Resource that is not a Literal.
NoQueryEngineException - Exception in org.apache.clerezza.rdf.core.sparql
Indicates that there is no available query engine for resolving a query.
NoQueryEngineException() - Constructor for exception org.apache.clerezza.rdf.core.sparql.NoQueryEngineException
Creates a new instance of NoQueryEngineException without detail message.
NoQueryEngineException(String) - Constructor for exception org.apache.clerezza.rdf.core.sparql.NoQueryEngineException
Constructs an instance of NoQueryEngineException with the specified detail message.
NoSuchEntityException - Exception in org.apache.clerezza.rdf.core.access
is thrown on an attempt to perform an operation on an entity (i.e.
NoSuchEntityException(UriRef) - Constructor for exception org.apache.clerezza.rdf.core.access.NoSuchEntityException
creates an exception indicating that the entity with the specified name does not exist.

O

OFFSET - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
OPTIONAL - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
OptionalGraphPattern - Interface in org.apache.clerezza.rdf.core.sparql.query
Specifying an optional graph pattern implies the existence of a main graph pattern.
ORDER - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
OrderCondition - Interface in org.apache.clerezza.rdf.core.sparql.query
Defines an order condition in an ORDER BY clause.
org.apache.clerezza.rdf.core - package org.apache.clerezza.rdf.core
 
org.apache.clerezza.rdf.core.access - package org.apache.clerezza.rdf.core.access
This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various implementations.
org.apache.clerezza.rdf.core.access.debug - package org.apache.clerezza.rdf.core.access.debug
 
org.apache.clerezza.rdf.core.access.security - package org.apache.clerezza.rdf.core.access.security
 
org.apache.clerezza.rdf.core.event - package org.apache.clerezza.rdf.core.event
 
org.apache.clerezza.rdf.core.impl - package org.apache.clerezza.rdf.core.impl
 
org.apache.clerezza.rdf.core.impl.graphmatching - package org.apache.clerezza.rdf.core.impl.graphmatching
 
org.apache.clerezza.rdf.core.impl.graphmatching.collections - package org.apache.clerezza.rdf.core.impl.graphmatching.collections
 
org.apache.clerezza.rdf.core.impl.util - package org.apache.clerezza.rdf.core.impl.util
 
org.apache.clerezza.rdf.core.serializedform - package org.apache.clerezza.rdf.core.serializedform
 
org.apache.clerezza.rdf.core.sparql - package org.apache.clerezza.rdf.core.sparql
 
org.apache.clerezza.rdf.core.sparql.query - package org.apache.clerezza.rdf.core.sparql.query
 
org.apache.clerezza.rdf.core.sparql.query.impl - package org.apache.clerezza.rdf.core.sparql.query.impl
 

P

parse(String, ParsePosition) - Method in class org.apache.clerezza.rdf.core.impl.util.W3CDateFormat
 
parse(InputStream, String) - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Parses a serialized Graph from an InputStream.
parse(MGraph, InputStream, String) - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Parses a serialized Graph from an InputStream.
parse(InputStream, String, UriRef) - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Parses a serialized Graph from an InputStream.
parse(MGraph, InputStream, String, UriRef) - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Parses a serialized Graph from an InputStream.
parse(MGraph, InputStream, String, UriRef) - Method in interface org.apache.clerezza.rdf.core.serializedform.ParsingProvider
Parses a stream as the specified RDF-format.
parse(String) - Method in class org.apache.clerezza.rdf.core.sparql.QueryParser
Parses a SPARQL query string into a Query object.
ParseException - Exception in org.apache.clerezza.rdf.core.sparql
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.clerezza.rdf.core.sparql.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.clerezza.rdf.core.sparql.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.clerezza.rdf.core.sparql.ParseException
Constructor with message.
Parser - Class in org.apache.clerezza.rdf.core.serializedform
This singleton class provides a method parse to transform serialized RDF forms into Graphs.
Parser() - Constructor for class org.apache.clerezza.rdf.core.serializedform.Parser
the constructor sets the singleton instance to allow instantiation by OSGi-DS.
ParsingProvider - Interface in org.apache.clerezza.rdf.core.serializedform
An instance of this class parses RDF-Graph from one or more serialization formats.
performAdd(Triple) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
A subclass of AbstractTripleCollection should override this method instead of add for graph event support to be added.
performFilter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
A subclass of AbstractTripleCollection should override this method instead of filter for graph event support to be added.
performFilter(NonLiteral, UriRef, Resource) - Method in class org.apache.clerezza.rdf.core.impl.SimpleGraph
 
performRemove(Triple) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
A subclass of AbstractTripleCollection should override this method instead of remove for graph event support to be added.
PlainLiteral - Interface in org.apache.clerezza.rdf.core
A string combined with an optional language tag The lexical form is the string represented by the Literal without including the language tag
PlainLiteralImpl - Class in org.apache.clerezza.rdf.core.impl
 
PlainLiteralImpl(String) - Constructor for class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
PlainLiteralImpl(String, Language) - Constructor for class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
PN_CHARS - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PN_CHARS_BASE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PN_CHARS_U - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PN_LOCAL - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PN_PREFIX - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PNAME_LN - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PNAME_NS - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
PREFIX - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
prevCharIsCR - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
PrivilegedGraphWrapper - Class in org.apache.clerezza.rdf.core.impl.util
Calls the methods of the wrapped Graph as privileged code, because they may need permissions like writing to disk or accessing network.
PrivilegedGraphWrapper(Graph) - Constructor for class org.apache.clerezza.rdf.core.impl.util.PrivilegedGraphWrapper
 
PrivilegedMGraphWrapper - Class in org.apache.clerezza.rdf.core.impl.util
Calls the methods of the wrapped MGraph as privileged code, because they may need permissions like writing to disk or accessing network.
PrivilegedMGraphWrapper(MGraph) - Constructor for class org.apache.clerezza.rdf.core.impl.util.PrivilegedMGraphWrapper
 
PrivilegedTripleCollectionWrapper - Class in org.apache.clerezza.rdf.core.impl.util
Calls the methods of the wrapped TripleCollection as privileged code, because they may need permissions like writing to disk or accessing network.
PrivilegedTripleCollectionWrapper(TripleCollection) - Constructor for class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
put(int, T) - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Maps the specified key to the specified value in this hashtable.

Q

Query - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface represents a SPARQL query.
queryEngine - Variable in class org.apache.clerezza.rdf.core.access.TcManager
 
QueryEngine - Interface in org.apache.clerezza.rdf.core.sparql
A QueryEngine can process SPARQL queries against an arbitrary set of graphs.
QueryParser - Class in org.apache.clerezza.rdf.core.sparql
This class implements an OSGi service to provide a method to parse a SPARQL query and generate a Query object.
QueryParser() - Constructor for class org.apache.clerezza.rdf.core.sparql.QueryParser
 
QueryWithSolutionModifier - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface represents a SPARQL query which contains a specification of solution modifiers: ORDER BY, OFFSET, and LIMIT.

R

RDF_JSON - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 
RDF_XML - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 
rdfNil - Static variable in class org.apache.clerezza.rdf.core.access.security.TcAccessController
 
READ - Static variable in class org.apache.clerezza.rdf.core.access.security.TcPermission
 
readChar() - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Read a character.
readLock() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
ReadLockDebug - Class in org.apache.clerezza.rdf.core.access.debug
 
ReadLockDebug(ReentrantReadWriteLockTracker) - Constructor for class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
ReadOnlyException - Exception in org.apache.clerezza.rdf.core.access
is thrown on an attempt to add or remove triples to a read-only mutable graph
ReadOnlyException(String) - Constructor for exception org.apache.clerezza.rdf.core.access.ReadOnlyException
creates an exception indicating that the mutable graph is read-only
READWRITE - Static variable in class org.apache.clerezza.rdf.core.access.security.TcPermission
 
REDUCED - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
ReentrantReadWriteLockTracker - Class in org.apache.clerezza.rdf.core.access.debug
 
ReentrantReadWriteLockTracker() - Constructor for class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
REGEX - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
rehash() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
ReInit(SimpleCharStream) - Method in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Reinitialise.
remove(Object) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
remove(Object) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
remove(Object) - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
remove(Object) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
remove(Object) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
remove(Object) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
removeAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
removeAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
removeAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.AbstractGraph
 
removeAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
removeAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
removeAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
RemoveEvent - Class in org.apache.clerezza.rdf.core.event
This class represent a removal event that occured on a TripleCollection.
RemoveEvent(TripleCollection, Triple) - Constructor for class org.apache.clerezza.rdf.core.event.RemoveEvent
 
removeGraphListener(GraphListener) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
removeGraphListener(GraphListener) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
removeGraphListener(GraphListener) - Method in class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
 
removeGraphListener(GraphListener) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
removeGraphListener(GraphListener) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
removeGraphListener(GraphListener) - Method in interface org.apache.clerezza.rdf.core.TripleCollection
Removes the specified GraphListener from the graph.
removeWeightedTcProvider(WeightedTcProvider) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
Unregister a provider
Resource - Interface in org.apache.clerezza.rdf.core
Some entity.
ResourceOrVariable - Class in org.apache.clerezza.rdf.core.sparql.query
Wraps either a Resource or a Variable
ResourceOrVariable(Resource) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
ResourceOrVariable(Variable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.ResourceOrVariable
 
rest - Static variable in class org.apache.clerezza.rdf.core.access.security.TcAccessController
The rest of the subject RDF list after the first item.
ResultSet - Interface in org.apache.clerezza.rdf.core.sparql
The reult of a sparql SELECT-query.
retainAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
retainAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
retainAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
retainAll(Collection<?>) - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 

S

SAME_TERM - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
SecuredMGraph - Class in org.apache.clerezza.rdf.core.access
A SecuredMGraph is a LockableMGraph that wraps a LockableMGraph checking each access for the rights on a the graph for which the uri is passed to the constructor.
SecuredMGraph(LockableMGraph, UriRef, TcAccessController) - Constructor for class org.apache.clerezza.rdf.core.access.SecuredMGraph
 
SecuredTripleCollection - Class in org.apache.clerezza.rdf.core.access
A Secured triple collection wraps a triple collection checking each access for the rights on a the graph for which the uri is passed to the constructor.
SecuredTripleCollection(TripleCollection, UriRef, TcAccessController) - Constructor for class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
SELECT - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
SelectQuery - Interface in org.apache.clerezza.rdf.core.sparql.query
This interface represents a SPARQL SELECT query.
serialize(OutputStream, TripleCollection, String) - Method in class org.apache.clerezza.rdf.core.serializedform.Serializer
Serializes a Graph into an OutputStream.
serialize(OutputStream, TripleCollection, String) - Method in interface org.apache.clerezza.rdf.core.serializedform.SerializingProvider
Serializes a TripleCollection to a specified OutputStream in the format identified by formatIdentifier.
serialize(SelectQuery) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleStringQuerySerializer
 
serialize(ConstructQuery) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleStringQuerySerializer
 
serialize(DescribeQuery) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleStringQuerySerializer
 
serialize(AskQuery) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleStringQuerySerializer
 
serialize(Query) - Method in class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer
Serializes a Query object to a String.
serialize(SelectQuery) - Method in class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer
Serializes a SelectQuery object to a String.
serialize(ConstructQuery) - Method in class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer
Serializes a ConstructQuery object to a String.
serialize(DescribeQuery) - Method in class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer
Serializes a DescribeQuery object to a String.
serialize(AskQuery) - Method in class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer
Serializes an AskQuery object to a String.
Serializer - Class in org.apache.clerezza.rdf.core.serializedform
This singleton class provides a method serialize to transform a Graph into serialized RDF forms.
Serializer() - Constructor for class org.apache.clerezza.rdf.core.serializedform.Serializer
the constructor sets the singleton instance to allow instantiation by OSGi-DS.
SerializingProvider - Interface in org.apache.clerezza.rdf.core.serializedform
An instance of this class serializes TripleCollections to a specified serialization format.
setDebugStream(PrintStream) - Method in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Set debug output.
setDescribeAll() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDescribeQuery
 
setDistinct() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
setInstance(LiteralFactory) - Static method in class org.apache.clerezza.rdf.core.LiteralFactory
Set the instance returned by getInstance.
setLimit(int) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
setOffset(int) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
setQueryPattern(GroupGraphPattern) - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
setReduced() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
setRequiredReadPermissions(UriRef, Collection<Permission>) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
Set the set of permissions required for read access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required.
setRequiredReadPermissionStrings(UriRef, Collection<String>) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
Set the set of permissions required for read access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required.
setRequiredReadWritePermissions(UriRef, Collection<Permission>) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
Set the set of permissions required for read-write access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required.
setRequiredReadWritePermissionStrings(UriRef, Collection<String>) - Method in class org.apache.clerezza.rdf.core.access.security.TcAccessController
Set the set of permissions required for read-write access to a triple-collection, if the set is non-empty the default TCPermisson is no longer required.
setSelectAll() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
setTabSize(int) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
setTimeZone(TimeZone) - Method in class org.apache.clerezza.rdf.core.impl.util.W3CDateFormat
 
SimpleAlternativeGraphPattern - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleAlternativeGraphPattern(List<GroupGraphPattern>) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleAlternativeGraphPattern
 
SimpleAlternativeGraphPattern(GroupGraphPattern...) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleAlternativeGraphPattern
 
SimpleAskQuery - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleAskQuery() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleAskQuery
 
SimpleBasicGraphPattern - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleBasicGraphPattern(Set<TriplePattern>) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleBasicGraphPattern
 
SimpleCharStream - Class in org.apache.clerezza.rdf.core.sparql
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.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Constructor.
SimpleConstructQuery - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleConstructQuery(Set<TriplePattern>) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleConstructQuery
 
SimpleDataSet - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleDataSet() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDataSet
 
SimpleDescribeQuery - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleDescribeQuery() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDescribeQuery
 
SimpleGraph - Class in org.apache.clerezza.rdf.core.impl
 
SimpleGraph(TripleCollection) - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleGraph
Creates a graph with the triples in tripleCollection
SimpleGraph(TripleCollection, boolean) - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleGraph
Creates a graph with the triples in tripleCollection.
SimpleGraph(Iterator<Triple>) - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleGraph
 
SimpleGraphGraphPattern - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleGraphGraphPattern(UriRefOrVariable, GroupGraphPattern) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGraphGraphPattern
 
SimpleGroupGraphPattern - Class in org.apache.clerezza.rdf.core.sparql.query.impl
This class implements GroupGraphPattern.
SimpleGroupGraphPattern() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGroupGraphPattern
 
SimpleLiteralFactory - Class in org.apache.clerezza.rdf.core.impl
An implementation of literal factory currently supporting only byte[]/base64Binary and Java.util.Date/date
SimpleLiteralFactory() - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleLiteralFactory
 
SimpleMGraph - Class in org.apache.clerezza.rdf.core.impl
 
SimpleMGraph() - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleMGraph
Creates an empty SimpleMGraph
SimpleMGraph(Set<Triple>) - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleMGraph
 
SimpleMGraph(Collection<Triple>) - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleMGraph
 
SimpleMGraph(Iterator<Triple>) - Constructor for class org.apache.clerezza.rdf.core.impl.SimpleMGraph
 
SimpleOptionalGraphPattern - Class in org.apache.clerezza.rdf.core.sparql.query.impl
This class implements OptionalGraphPattern.
SimpleOptionalGraphPattern(GraphPattern, GroupGraphPattern) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleOptionalGraphPattern
Constructs an OptionalGraphPattern out of a GraphPattern as the main graph pattern and a GroupGraphPattern as the optional pattern.
SimpleOrderCondition - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleOrderCondition(Expression, boolean) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleOrderCondition
 
SimpleQuery - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleQuery() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
SimpleQueryWithSolutionModifier - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleQueryWithSolutionModifier() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQueryWithSolutionModifier
 
SimpleSelectQuery - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleSelectQuery() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
SimpleStringQuerySerializer - Class in org.apache.clerezza.rdf.core.sparql.query.impl
This class implements abstract methods of StringQuerySerializer to serialize specific Query types.
SimpleStringQuerySerializer() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleStringQuerySerializer
 
SimpleTriplePattern - Class in org.apache.clerezza.rdf.core.sparql.query.impl
 
SimpleTriplePattern(ResourceOrVariable, UriRefOrVariable, ResourceOrVariable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(Variable, Variable, Variable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(NonLiteral, Variable, Variable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(Variable, UriRef, Variable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(NonLiteral, UriRef, Variable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(Variable, Variable, Resource) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(NonLiteral, Variable, Resource) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(Variable, UriRef, Resource) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
SimpleTriplePattern(NonLiteral, UriRef, Resource) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleTriplePattern
 
size() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
size() - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
size() - Method in class org.apache.clerezza.rdf.core.impl.graphmatching.collections.IntHashMap
Returns the number of keys in this hashtable.
size() - Method in class org.apache.clerezza.rdf.core.impl.SimpleGraph
 
size() - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
size() - Method in class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
SolutionMapping - Interface in org.apache.clerezza.rdf.core.sparql
A set of mapping from variable names to solutions.
specialConstructor - Variable in exception org.apache.clerezza.rdf.core.sparql.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.clerezza.rdf.core.sparql.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
Whether parser is static.
STR - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
STRING_LITERAL1 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
STRING_LITERAL2 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
STRING_LITERAL_LONG1 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
STRING_LITERAL_LONG2 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
StringQuerySerializer - Class in org.apache.clerezza.rdf.core.sparql
This abstract class provides a method to generate a String representation of a Query.
StringQuerySerializer() - Constructor for class org.apache.clerezza.rdf.core.sparql.StringQuerySerializer
 
SupportedFormat - Annotation Type in org.apache.clerezza.rdf.core.serializedform
This annotation is used to annotate ParsingProviders to indicate the format(s) they support.
SwitchTo(int) - Method in class org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
TcAccessController - Class in org.apache.clerezza.rdf.core.access.security
Controls the permissions needed to access a triple collection provided by TcManager.
TcAccessController(TcManager) - Constructor for class org.apache.clerezza.rdf.core.access.security.TcAccessController
 
tcDisappears(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcManager
 
tcDisappears(UriRef) - Method in class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
subclasses overwrite this method to be notified whenTripleCollection is no longer available (either because it has been deleted or bacause its WeightedTcProvider was removed).
TcManager - Class in org.apache.clerezza.rdf.core.access
This class implements TcManager, delegating the actual provision and creation of Graphs or MGraphs to registered TcProviders.
TcManager() - Constructor for class org.apache.clerezza.rdf.core.access.TcManager
the constructor sets the singleton instance to allow instantiation by OSGi-DS.
TcPermission - Class in org.apache.clerezza.rdf.core.access.security
A permission to access TripleCollections matching a specified name pattern.
TcPermission(String, String) - Constructor for class org.apache.clerezza.rdf.core.access.security.TcPermission
Conststructs a TcPermission for a specified name pattern and a list of actions.
TcProvider - Interface in org.apache.clerezza.rdf.core.access
A TC (TripleCollection) Provider allows access to and optionally creation of named Graphs and MGraphs (mutable graphs)
TcProviderMultiplexer - Class in org.apache.clerezza.rdf.core.access
This makes a set of WeightedTcProvider appear as one TcProvider.
TcProviderMultiplexer() - Constructor for class org.apache.clerezza.rdf.core.access.TcProviderMultiplexer
 
toArray() - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
toArray(T[]) - Method in class org.apache.clerezza.rdf.core.access.LockableMGraphWrapper
 
toArray() - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
toArray(T[]) - Method in class org.apache.clerezza.rdf.core.access.SecuredTripleCollection
 
toArray() - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
toArray(T[]) - Method in class org.apache.clerezza.rdf.core.impl.util.PrivilegedTripleCollectionWrapper
 
Token - Class in org.apache.clerezza.rdf.core.sparql
Describes the input token stream.
Token() - Constructor for class org.apache.clerezza.rdf.core.sparql.Token
No-argument constructor
Token(int) - Constructor for class org.apache.clerezza.rdf.core.sparql.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.clerezza.rdf.core.sparql.Token
Constructs a new token for the specified Image and Kind.
tokenImage - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.clerezza.rdf.core.sparql.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.clerezza.rdf.core.sparql
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.clerezza.rdf.core.sparql.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.clerezza.rdf.core.sparql.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.clerezza.rdf.core.sparql.TokenMgrError
Full Constructor.
toString() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
toString() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
toString() - Method in class org.apache.clerezza.rdf.core.event.FilterTriple
 
toString() - Method in class org.apache.clerezza.rdf.core.impl.PlainLiteralImpl
 
toString() - Method in class org.apache.clerezza.rdf.core.impl.TripleImpl
 
toString() - Method in class org.apache.clerezza.rdf.core.impl.TypedLiteralImpl
 
toString() - Method in class org.apache.clerezza.rdf.core.Language
 
toString() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleAskQuery
 
toString() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleConstructQuery
 
toString() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleDescribeQuery
 
toString() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleQuery
 
toString() - Method in class org.apache.clerezza.rdf.core.sparql.query.impl.SimpleSelectQuery
 
toString() - Method in interface org.apache.clerezza.rdf.core.sparql.query.Query
 
toString() - Method in class org.apache.clerezza.rdf.core.sparql.Token
Returns the image.
toString() - Method in class org.apache.clerezza.rdf.core.UriRef
 
Triple - Interface in org.apache.clerezza.rdf.core
A structure containing a subject, a predicate, and an object.
TripleCollection - Interface in org.apache.clerezza.rdf.core
A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
TripleImpl - Class in org.apache.clerezza.rdf.core.impl
 
TripleImpl(NonLiteral, UriRef, Resource) - Constructor for class org.apache.clerezza.rdf.core.impl.TripleImpl
Creates a new TripleImpl.
TriplePattern - Interface in org.apache.clerezza.rdf.core.sparql.query
Defines a triple pattern consisting of a subject, a predicate, and an object.
TRUE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
tryLock() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
tryLock(long, TimeUnit) - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
tryLock() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
tryLock(long, TimeUnit) - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
TURTLE - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 
TypedLiteral - Interface in org.apache.clerezza.rdf.core
Typed literals have a lexical form and a data type URI being an RDF URI reference.
TypedLiteralImpl - Class in org.apache.clerezza.rdf.core.impl
 
TypedLiteralImpl(String, UriRef) - Constructor for class org.apache.clerezza.rdf.core.impl.TypedLiteralImpl
 

U

UnaryOperation - Class in org.apache.clerezza.rdf.core.sparql.query
Defines an operation with a single operand.
UnaryOperation(String, Expression) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.UnaryOperation
 
unbindParsingProvider(ParsingProvider) - Method in class org.apache.clerezza.rdf.core.serializedform.Parser
Unregister a parsing provider
unbindSerializingProvider(SerializingProvider) - Method in class org.apache.clerezza.rdf.core.serializedform.Serializer
Unregister a Serializing provider
unbindWeightedTcProvider(WeightedTcProvider) - Method in class org.apache.clerezza.rdf.core.access.TcManager
Unregister a provider
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.apache.clerezza.rdf.core.access.GraphServiceFactory
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class org.apache.clerezza.rdf.core.access.MGraphServiceFactory
 
UNION - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
unlock() - Method in class org.apache.clerezza.rdf.core.access.debug.ReadLockDebug
 
unlock() - Method in class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
UnsupportedFormatException - Exception in org.apache.clerezza.rdf.core.serializedform
This exception is thrown on an attempt to parse a format for which no ParsingProvider is known.
UnsupportedFormatException(String) - Constructor for exception org.apache.clerezza.rdf.core.serializedform.UnsupportedFormatException
 
UnsupportedParsingFormatException - Exception in org.apache.clerezza.rdf.core.serializedform
 
UnsupportedParsingFormatException(String) - Constructor for exception org.apache.clerezza.rdf.core.serializedform.UnsupportedParsingFormatException
Creates an instance for a specified unsupported format.
UnsupportedSerializationFormatException - Exception in org.apache.clerezza.rdf.core.serializedform
 
UnsupportedSerializationFormatException(String) - Constructor for exception org.apache.clerezza.rdf.core.serializedform.UnsupportedSerializationFormatException
Creates an instance for a specified unsupported format.
UpdateLineColumn(char) - Method in class org.apache.clerezza.rdf.core.sparql.SimpleCharStream
 
UriRef - Class in org.apache.clerezza.rdf.core
Represents an RDF URI Reference RDF URI References are defined in section 6.4 RDF URI References of http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Graph-URIref Note that an RDF URI Reference is not the same as defined by RFC3986, RDF URI References support most unicode characters
UriRef(String) - Constructor for class org.apache.clerezza.rdf.core.UriRef
 
UriRefExpression - Class in org.apache.clerezza.rdf.core.sparql.query
Wraps a UriRef in an Expression.
UriRefExpression(UriRef) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.UriRefExpression
 
UriRefOrVariable - Class in org.apache.clerezza.rdf.core.sparql.query
Wraps either a UriRef or a Variable.
UriRefOrVariable(Variable) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.UriRefOrVariable
 
UriRefOrVariable(UriRef) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.UriRefOrVariable
 
Utils - Class in org.apache.clerezza.rdf.core.impl.graphmatching
 
Utils() - Constructor for class org.apache.clerezza.rdf.core.impl.graphmatching.Utils
 

V

VAR1 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
VAR2 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Variable - Class in org.apache.clerezza.rdf.core.sparql.query
Defines a Variable.
Variable() - Constructor for class org.apache.clerezza.rdf.core.sparql.query.Variable
 
Variable(String) - Constructor for class org.apache.clerezza.rdf.core.sparql.query.Variable
Creates a variable with the specified name
VARNAME - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.

W

W3CDateFormat - Class in org.apache.clerezza.rdf.core.impl.util
 
W3CDateFormat() - Constructor for class org.apache.clerezza.rdf.core.impl.util.W3CDateFormat
 
WeightedProviderComparator - Class in org.apache.clerezza.rdf.core.access
Compares the WeightedTcManagementProviders, descending for weight and ascending by name
WeightedProviderComparator() - Constructor for class org.apache.clerezza.rdf.core.access.WeightedProviderComparator
 
WeightedTcProvider - Interface in org.apache.clerezza.rdf.core.access
This interface is implemented by providers to which TcManagerImpl delegates.
WHERE - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
WriteBlockedMGraph - Class in org.apache.clerezza.rdf.core.impl
This is a wrapper object for MGraph.
WriteBlockedMGraph(LockableMGraph) - Constructor for class org.apache.clerezza.rdf.core.impl.WriteBlockedMGraph
Creates a wrapper of SimpleMGraph
WriteBlockedTripleCollection - Class in org.apache.clerezza.rdf.core.impl
This is a wrapper object for TripleCollection.
WriteBlockedTripleCollection(TripleCollection) - Constructor for class org.apache.clerezza.rdf.core.impl.WriteBlockedTripleCollection
 
writeLock() - Method in class org.apache.clerezza.rdf.core.access.debug.ReentrantReadWriteLockTracker
 
WriteLockDebug - Class in org.apache.clerezza.rdf.core.access.debug
 
WriteLockDebug(ReentrantReadWriteLockTracker) - Constructor for class org.apache.clerezza.rdf.core.access.debug.WriteLockDebug
 
WS - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.

X

X_TURTLE - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 
XHTML - Static variable in annotation type org.apache.clerezza.rdf.core.serializedform.SupportedFormat
 

Z

Z_9 - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Z_9o - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.
Z_9r - Static variable in interface org.apache.clerezza.rdf.core.sparql.JavaCCGeneratedQueryParserConstants
RegularExpression Id.

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

Copyright © 2012 The Apache Software Foundation. All Rights Reserved.