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

A

AbstractBlankNode - Class in org.jrdf.graph
A base implementation of an RDF BlankNode.
AbstractBlankNode() - Constructor for class org.jrdf.graph.AbstractBlankNode
 
AbstractGraphHandler - Class in org.jrdf.graph.index.graphhandler
Turn this into delegation rather than inheritance?
AbstractGraphHandler() - Constructor for class org.jrdf.graph.index.graphhandler.AbstractGraphHandler
 
AbstractLiteral - Class in org.jrdf.graph
A base implementation of an RDF Literal.
AbstractLiteral(String) - Constructor for class org.jrdf.graph.AbstractLiteral
Construct a plain literal.
AbstractLiteral(String, String) - Constructor for class org.jrdf.graph.AbstractLiteral
Construct a literal with language.
AbstractLiteral(String, URI) - Constructor for class org.jrdf.graph.AbstractLiteral
Construct a datatyped literal.
AbstractTriple - Class in org.jrdf.graph
A base implementation of an RDF Triple.
AbstractTriple() - Constructor for class org.jrdf.graph.AbstractTriple
 
AbstractTripleFactory - Class in org.jrdf.graph
The base implementation of the Triple Factory which adds to a given graph reified statements, containers and collections.
AbstractTripleFactory() - Constructor for class org.jrdf.graph.AbstractTripleFactory
 
AbstractUnorderedContainer<ObjectNode> - Class in org.jrdf.graph.mem
The base class for the implementation of Bag and Alternative.
AbstractUnorderedContainer() - Constructor for class org.jrdf.graph.mem.AbstractUnorderedContainer
 
AbstractURIReference - Class in org.jrdf.graph
A base implementation of an RDF URIReference.
AbstractURIReference() - Constructor for class org.jrdf.graph.AbstractURIReference
 
AbstractURIReference(URI) - Constructor for class org.jrdf.graph.AbstractURIReference
Constructor.
AbstractURIReference(URI, boolean) - Constructor for class org.jrdf.graph.AbstractURIReference
Constructor.
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.AbstractBlankNode
Accept a call from a TypedNodeVisitor.
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.AbstractLiteral
Accept a call from a TypedNodeVisitor.
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.AbstractURIReference
Accept a call from a TypedNodeVisitor.
accept(TypedNodeVisitor) - Method in interface org.jrdf.graph.TypedNodeVisitable
Accept a call from a TypedNodeVisitor.
accept(V) - Method in class org.jrdf.query.expression.Conjunction
 
accept(V) - Method in class org.jrdf.query.expression.Constraint
 
accept(V) - Method in interface org.jrdf.query.expression.Expression
 
accept(V) - Method in class org.jrdf.query.expression.Optional
 
accept(ExpressionVisitor) - Method in class org.jrdf.query.expression.Projection
 
accept(V) - Method in class org.jrdf.query.expression.Union
 
add(ObjectNode) - Method in interface org.jrdf.graph.Collection
Add an $ObjectNode to the collection.
add(int, ObjectNode) - Method in interface org.jrdf.graph.Collection
Add an $ObjectNode to the collection at the given position.
add(ObjectNode) - Method in interface org.jrdf.graph.Container
add(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Graph
Adds a triple to the graph.
add(Triple) - Method in interface org.jrdf.graph.Graph
Adds a triple to the graph.
add(Iterator<Triple>) - Method in interface org.jrdf.graph.Graph
Adds all the triples contained in an iterator into the graph.
add(Long[]) - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
add(Long, Long, Long) - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
add(Long) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
add(Long[]) - Method in interface org.jrdf.graph.index.longindex.LongIndex
Adds a triple to a single index.
add(Long, Long, Long) - Method in interface org.jrdf.graph.index.longindex.LongIndex
Adds a triple to a single index.
add(Long[]) - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
add(Long, Long, Long) - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
add(ObjectNode) - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
add(ObjectNode) - Method in class org.jrdf.graph.mem.AlternativeImpl
 
add(Iterator) - Method in class org.jrdf.graph.mem.GraphImpl
 
add(Triple) - Method in class org.jrdf.graph.mem.GraphImpl
 
add(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.mem.GraphImpl
 
add(int, ObjectNode) - Method in interface org.jrdf.graph.Sequence
addAll(Collection<? extends ObjectNode>) - Method in interface org.jrdf.graph.Alternative
addAll(Collection<? extends ObjectNode>) - Method in interface org.jrdf.graph.Bag
addAll(Collection<? extends ObjectNode>) - Method in interface org.jrdf.graph.Collection
Add a collection of $ObjectNodes to this one.
addAll(int, Collection<? extends ObjectNode>) - Method in interface org.jrdf.graph.Collection
Add a collection of $ObjectNodes to this one starting at the given index.
addAll(Collection<? extends ObjectNode>) - Method in interface org.jrdf.graph.Container
addAll(Collection<? extends Long>) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
addAll(Collection<? extends ObjectNode>) - Method in class org.jrdf.graph.mem.AlternativeImpl
 
addAll(Collection<? extends ObjectNode>) - Method in class org.jrdf.graph.mem.BagImpl
 
addAll(Collection<? extends ObjectNode>) - Method in class org.jrdf.graph.mem.CollectionImpl
 
addAll(int, Collection<? extends ObjectNode>) - Method in class org.jrdf.graph.mem.CollectionImpl
 
addAll(int, Collection<? extends ObjectNode>) - Method in interface org.jrdf.graph.Sequence
addAlternative(SubjectNode, Alternative<ObjectNode>) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addAlternative(SubjectNode, Alternative<ObjectNode>) - Method in interface org.jrdf.graph.TripleFactory
Inserts a alternative using the given subject.
addBag(SubjectNode, Bag<ObjectNode>) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addBag(SubjectNode, Bag<ObjectNode>) - Method in interface org.jrdf.graph.TripleFactory
Inserts a bag using the given subject.
addCollection(SubjectNode, Collection<ObjectNode>) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addCollection(SubjectNode, Collection<ObjectNode>) - Method in interface org.jrdf.graph.TripleFactory
Inserts a collection using the given subject.
addConstraints(List<AttributeValuePair>) - Method in class org.jrdf.sparql.analysis.AttributeCollectorImpl
 
addConstraints(List<AttributeValuePair>) - Method in interface org.jrdf.sparql.analysis.VariableCollector
 
addFirst(ObjectNode) - Method in interface org.jrdf.graph.Collection
 
addFirst(ObjectNode) - Method in class org.jrdf.graph.mem.CollectionImpl
 
addLast(ObjectNode) - Method in interface org.jrdf.graph.Collection
 
addLast(ObjectNode) - Method in class org.jrdf.graph.mem.CollectionImpl
 
addPrefix(String, String) - Method in interface org.jrdf.sparql.builder.TripleBuilder
 
addPrefix(String, String) - Method in class org.jrdf.sparql.builder.TripleBuilderImpl
 
addSequence(SubjectNode, Sequence<ObjectNode>) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addSequence(SubjectNode, Sequence<ObjectNode>) - Method in interface org.jrdf.graph.TripleFactory
Inserts a sequence using the given subject.
AlreadyReifiedException - Exception in org.jrdf.graph
Exception from a TripleFactory operation involving the reificiation of a statement - if the statement already has a reified triple.
AlreadyReifiedException(String) - Constructor for exception org.jrdf.graph.AlreadyReifiedException
Create an exception.
AlreadyReifiedException(Throwable) - Constructor for exception org.jrdf.graph.AlreadyReifiedException
Create a wrapper exception.
AlreadyReifiedException(String, Throwable) - Constructor for exception org.jrdf.graph.AlreadyReifiedException
Create a wrapper exception.
ALT - Static variable in class org.jrdf.vocabulary.RDF
The class of containers of alternatives.
Alternative<ObjectNode> - Interface in org.jrdf.graph
An Alt is a list of unordered statements which prevents duplicates.
AlternativeImpl - Class in org.jrdf.graph.mem
An implementation of Alternative.
AlternativeImpl() - Constructor for class org.jrdf.graph.mem.AlternativeImpl
 
Answer - Interface in org.jrdf.query
An answer to a query.
AnswerImpl - Class in org.jrdf.query
Default implementation of Answer.
AnswerImpl(LinkedHashSet<Attribute>, Relation, long, boolean) - Constructor for class org.jrdf.query.AnswerImpl
 
AntiJoin - Interface in org.jrdf.query.relation.operation
The complement of semijoin.
antiJoin(Relation, Relation) - Method in interface org.jrdf.query.relation.operation.AntiJoin
 
antiJoin(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.anti.AntiJoinImpl
 
AntiJoinImpl - Class in org.jrdf.query.relation.operation.mem.join.anti
 
AntiJoinImpl(DyadicJoin, SemiDifference) - Constructor for class org.jrdf.query.relation.operation.mem.join.anti.AntiJoinImpl
 
ANY_NODE - Static variable in class org.jrdf.graph.AnyNode
The any node constant - represents an unconstrained object node.
ANY_OBJECT_NODE - Static variable in class org.jrdf.graph.AnyObjectNode
The any object node constant - represents an unconstrained object node.
ANY_PREDICATE_NODE - Static variable in class org.jrdf.graph.AnyPredicateNode
The any predicate node constant - represents an unconstrained predicate node.
ANY_SUBJECT_NODE - Static variable in class org.jrdf.graph.AnySubjectNode
The any predicate node constant - represents an unconstrained predicate node.
AnyNode - Class in org.jrdf.graph
A node which represents any node (subject, predicate or object) - unconstrained.
AnyObjectNode - Class in org.jrdf.graph
A node which represents any object - unconstrained.
AnyPredicateNode - Class in org.jrdf.graph
A node which represents any predicate - unconstrained.
AnySubjectNode - Class in org.jrdf.graph
A node which represents any subject - unconstrained.
ANYURI - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#anyURI *
appendReplacement(StringBuffer, String) - Method in interface org.jrdf.util.boundary.RegexMatcher
 
appendReplacement(StringBuffer, String) - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
appendTail(StringBuffer) - Method in interface org.jrdf.util.boundary.RegexMatcher
 
appendTail(StringBuffer) - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
areIsomorphic(Graph, Graph) - Method in class org.jrdf.graph.index.operation.mem.ComparisonImpl
 
areIsomorphic(Graph, Graph) - Method in interface org.jrdf.graph.operation.Comparison
Return true if both graphs are equivalent (isomorphic) to one another.
Attribute - Interface in org.jrdf.query.relation
The attribute-name:type-name combination.
AttributeCollectorImpl - Class in org.jrdf.sparql.analysis
A variable collector takes the attribute value pairs from constraints and add them to a map.
AttributeCollectorImpl() - Constructor for class org.jrdf.sparql.analysis.AttributeCollectorImpl
 
AttributeComparator - Interface in org.jrdf.query.relation
Sort attributes by their type.
AttributeComparatorImpl - Class in org.jrdf.query.relation.mem
Stuff goes in here.
AttributeComparatorImpl(TypeComparator, AttributeNameComparator) - Constructor for class org.jrdf.query.relation.mem.AttributeComparatorImpl
 
AttributeImpl - Class in org.jrdf.query.relation.mem
Implementation of attribute-name:type-name combination.
AttributeImpl(AttributeName, NodeType) - Constructor for class org.jrdf.query.relation.mem.AttributeImpl
 
AttributeName - Interface in org.jrdf.query.relation.attributename
Stuff goes in here.
AttributeNameComparator - Interface in org.jrdf.query.relation.attributename
Compares attribute names.
AttributeNameComparatorImpl - Class in org.jrdf.query.relation.attributename
Compares attribute names.
AttributeNameComparatorImpl() - Constructor for class org.jrdf.query.relation.attributename.AttributeNameComparatorImpl
 
AttributeValuePair - Interface in org.jrdf.query.relation
An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
AttributeValuePairComparator - Interface in org.jrdf.query.relation
Sort attributes values by their type and value.
AttributeValuePairComparatorImpl - Class in org.jrdf.query.relation.mem
Stuff goes in here.
AttributeValuePairComparatorImpl(AttributeComparator, NodeComparator) - Constructor for class org.jrdf.query.relation.mem.AttributeValuePairComparatorImpl
 
AttributeValuePairHelper - Interface in org.jrdf.query.relation.mem
Allows the creation of sorted AttributeValuePairs.
AttributeValuePairHelperImpl - Class in org.jrdf.query.relation.mem
Allows the creation of sroted AttributeValuePairs.
AttributeValuePairHelperImpl(SortedAttributeFactory) - Constructor for class org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
 
AttributeValuePairImpl - Class in org.jrdf.query.relation.mem
Implementation of an attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
AttributeValuePairImpl(Attribute, Node) - Constructor for class org.jrdf.query.relation.mem.AttributeValuePairImpl
 

B

Bag<ObjectNode> - Interface in org.jrdf.graph
A Bag is a group of statements that are an unorderd list which allow duplicates.
BAG - Static variable in class org.jrdf.vocabulary.RDF
The class of unordered containers.
BagImpl - Class in org.jrdf.graph.mem
An implementation of Bag.
BagImpl() - Constructor for class org.jrdf.graph.mem.BagImpl
 
BASE64BINARY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#base64Binary *
BASE_URI - Static variable in class org.jrdf.vocabulary.RDF
The URI of the RDF name space.
BASE_URI - Static variable in class org.jrdf.vocabulary.RDFS
The URI of the RDFS name space.
BasicOperations - Class in org.jrdf.graph.index.operation.mem
Just a spike.
BasicOperations() - Constructor for class org.jrdf.graph.index.operation.mem.BasicOperations
 
BasicOperations.DoCopyTripleStuff - Class in org.jrdf.graph.index.operation.mem
 
BasicOperations.DoCopyTripleStuff(LongIndex) - Constructor for class org.jrdf.graph.index.operation.mem.BasicOperations.DoCopyTripleStuff
 
BasicOperations.DoIntersectionTripleStuff - Class in org.jrdf.graph.index.operation.mem
 
BasicOperations.DoIntersectionTripleStuff(LongIndex, Set<Long>) - Constructor for class org.jrdf.graph.index.operation.mem.BasicOperations.DoIntersectionTripleStuff
 
BasicOperations.DoReconstructTripleStuff - Class in org.jrdf.graph.index.operation.mem
 
BasicOperations.DoReconstructTripleStuff(LongIndex, LongIndex) - Constructor for class org.jrdf.graph.index.operation.mem.BasicOperations.DoReconstructTripleStuff
 
BasicOperations.DoRemoveTripleStuff - Class in org.jrdf.graph.index.operation.mem
 
BasicOperations.DoRemoveTripleStuff(Set<Long>) - Constructor for class org.jrdf.graph.index.operation.mem.BasicOperations.DoRemoveTripleStuff
 
BlankNode - Interface in org.jrdf.graph
RDF blank node.
BlankNodeImpl - Class in org.jrdf.graph.mem
RDF blank node.
BlankNodeParser - Interface in org.jrdf.parser.ntriples.parser
 
BlankNodeParserImpl - Class in org.jrdf.parser.ntriples.parser
 
BlankNodeParserImpl(ParserBlankNodeFactory) - Constructor for class org.jrdf.parser.ntriples.parser.BlankNodeParserImpl
 
BlankNodeRegistry - Interface in org.jrdf.writer
A simple interface for turning blank nodes into their String representation.
BlankNodeRegistryImpl - Class in org.jrdf.writer.mem
A registry of BlankNodes that are encountered while writing a Graph.
BlankNodeRegistryImpl() - Constructor for class org.jrdf.writer.mem.BlankNodeRegistryImpl
 
BlankNodeType - Class in org.jrdf.query.relation.type
A blank node type.
BlankNodeType() - Constructor for class org.jrdf.query.relation.type.BlankNodeType
 
BOOLEAN - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#boolean *
buildQuery(Graph, String) - Method in interface org.jrdf.sparql.builder.QueryBuilder
Builds a query in String form into a Query.
buildQuery(Graph, String) - Method in class org.jrdf.sparql.builder.SparqlQueryBuilder
Builds a query in String form into a Query.
BYTE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#byte *

C

caseABlockOfTriples(ABlockOfTriples) - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
caseADbQuotedLiteralLiteral(ADbQuotedLiteralLiteral) - Method in class org.jrdf.sparql.builder.LiteralBuilderImpl
 
caseAFilteredBasicGraphPatternGraphPattern(AFilteredBasicGraphPatternGraphPattern) - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
caseAGroupOrUnionGraphPattern(AGroupOrUnionGraphPattern) - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
caseALiteralObjectTripleElement(ALiteralObjectTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseAOperationPattern(AOperationPattern) - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
caseAOptionalGraphPattern(AOptionalGraphPattern) - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
caseAPrefixdeclProlog(APrefixdeclProlog) - Method in class org.jrdf.sparql.analysis.PrefixAnalyserImpl
 
caseAPrefixPrefixdecl(APrefixPrefixdecl) - Method in class org.jrdf.sparql.analysis.SinglePrefixAnalyser
 
caseAQnameObjectTripleElement(AQnameObjectTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseAQnameResourceTripleElement(AQnameResourceTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseAQuotedLiteralLiteral(AQuotedLiteralLiteral) - Method in class org.jrdf.sparql.builder.LiteralBuilderImpl
 
caseAResourceObjectTripleElement(AResourceObjectTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseAResourceResourceTripleElement(AResourceResourceTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseATriple(ATriple) - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
caseATriple(ATriple) - Method in class org.jrdf.sparql.builder.TripleBuilderImpl
 
caseAVariable(AVariable) - Method in class org.jrdf.sparql.analysis.VariableAnalyser
 
caseAVariableListSelectClause(AVariableListSelectClause) - Method in class org.jrdf.sparql.analysis.PrefixAnalyserImpl
 
caseAVariableListSelectClause(AVariableListSelectClause) - Method in class org.jrdf.sparql.analysis.ProjectAnalyserImpl
 
caseAVariableObjectTripleElement(AVariableObjectTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseAVariableResourceTripleElement(AVariableResourceTripleElement) - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
caseAWildcardSelectClause(AWildcardSelectClause) - Method in class org.jrdf.sparql.analysis.PrefixAnalyserImpl
 
caseAWildcardSelectClause(AWildcardSelectClause) - Method in class org.jrdf.sparql.analysis.ProjectAnalyserImpl
 
checkNotEmptyString(String, String) - Static method in class org.jrdf.util.param.ParameterUtil
Checks if param is null or the empty string and throws an exception if it is.
checkNotNull(Object...) - Static method in class org.jrdf.util.param.ParameterUtil
Checks if params are null or any elements are null.
CLASS - Static variable in class org.jrdf.vocabulary.RDFS
The class of classes.
clear() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
clear() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
clear() - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
clear() - Method in class org.jrdf.parser.mem.ParserBlankNodeFactoryImpl
Clears the internal Map.
clear() - Method in interface org.jrdf.parser.ParserBlankNodeFactory
Resets this ParserBlankNodeFactory.
ClosableIterator<Triple> - Interface in org.jrdf.util
An that intializes objects from a graph one at a time.
ClosableMemIterator<Triple> - Interface in org.jrdf.graph.mem.iterator
An iterator that allows you to determine if an iterator comes from the in memory graph.
close() - Method in interface org.jrdf.graph.Graph
Closes any resources associated with this graph.
close() - Method in class org.jrdf.graph.mem.GraphImpl
 
close() - Method in class org.jrdf.graph.mem.iterator.EmptyClosableIterator
 
close() - Method in class org.jrdf.graph.mem.iterator.GraphIterator
Closes the iterator by freeing any resources that it current holds.
close() - Method in class org.jrdf.graph.mem.iterator.OneFixedIterator
 
close() - Method in class org.jrdf.graph.mem.iterator.ThreeFixedIterator
 
close() - Method in class org.jrdf.graph.mem.iterator.TripleClosableIterator
 
close() - Method in class org.jrdf.graph.mem.iterator.TwoFixedIterator
 
close() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
close() - Method in interface org.jrdf.query.JrdfQueryExecutor
 
close() - Method in interface org.jrdf.util.ClosableIterator
Closes the iterator by freeing any resources that it current holds.
Collection<ObjectNode> - Interface in org.jrdf.graph
A Collection holds all the statements of a particular group.
CollectionImpl - Class in org.jrdf.graph.mem
A Collection all the statements of a particular group.
CollectionImpl() - Constructor for class org.jrdf.graph.mem.CollectionImpl
 
COMMENT - Static variable in class org.jrdf.vocabulary.RDFS
A description of the subject resource.
ComparatorFactory - Interface in org.jrdf.query.relation.mem
 
ComparatorFactoryImpl - Class in org.jrdf.query.relation.mem
 
ComparatorFactoryImpl() - Constructor for class org.jrdf.query.relation.mem.ComparatorFactoryImpl
 
compare(Node, Node) - Method in class org.jrdf.graph.mem.NodeComparatorImpl
 
compare(Triple, Triple) - Method in class org.jrdf.graph.mem.TripleComparatorImpl
 
compare(String, String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compare(AttributeName, AttributeName) - Method in class org.jrdf.query.relation.attributename.AttributeNameComparatorImpl
 
compare(Attribute, Attribute) - Method in class org.jrdf.query.relation.mem.AttributeComparatorImpl
 
compare(AttributeValuePair, AttributeValuePair) - Method in class org.jrdf.query.relation.mem.AttributeValuePairComparatorImpl
 
compare(Relation, Relation) - Method in class org.jrdf.query.relation.mem.RelationComparatorImpl
 
compare(Tuple, Tuple) - Method in class org.jrdf.query.relation.mem.TupleComparatorImpl
 
compare(NodeType, NodeType) - Method in class org.jrdf.query.relation.type.TypeComparatorImpl
 
compare(NodeTypeEnum, NodeTypeEnum) - Method in class org.jrdf.util.NodeTypeComparatorImpl
 
compareBytes(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two canonical decimals to eachother.
compareCanonicalDoubles(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFloats(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two canonical floats to eachother.
compareCanonicalFPNumbers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two canonical floating point numbers to eachother.
compareCanonicalIntegers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two canonical integers to eachother.
compareDecimals(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two doubles to eachother.
compareFloats(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two floats to eachother.
compareFPNumbers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two floating point numbers to eachother.
compareIntegers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Compares two integers to eachother.
compareInts(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareLongs(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
comparePositiveIntegers(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareShorts(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareUnsignedBytes(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
Comparison - Interface in org.jrdf.graph.operation
Provides the ability to compare two graph with one another.
ComparisonImpl - Class in org.jrdf.graph.index.operation.mem
Default in memory Comparison.
ComparisonImpl() - Constructor for class org.jrdf.graph.index.operation.mem.ComparisonImpl
 
componentClosed() - Method in class org.jrdf.gui.view.QueryViewImpl
 
componentFocusGained() - Method in class org.jrdf.gui.view.QueryViewImpl
 
componentFocusLost() - Method in class org.jrdf.gui.view.QueryViewImpl
 
componentOpened() - Method in class org.jrdf.gui.view.QueryViewImpl
 
composedOf() - Method in class org.jrdf.query.relation.type.BlankNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.LiteralNodeType
 
composedOf() - Method in interface org.jrdf.query.relation.type.NodeType
Returns the sub-types of a composite type.
composedOf() - Method in class org.jrdf.query.relation.type.ObjectNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.PredicateNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.PredicateObjectNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.SubjectNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.SubjectObjectNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
composedOf() - Method in class org.jrdf.query.relation.type.URIReferenceNodeType
 
ConfigurableParser - Interface in org.jrdf.parser
An interface defining an RDF parser that can be configured.
Conjunction<V extends ExpressionVisitor> - Class in org.jrdf.query.expression
Conjunction - represents an AND between two expressions.
Conjunction(Expression<V>, Expression<V>) - Constructor for class org.jrdf.query.expression.Conjunction
 
Constraint<V extends ExpressionVisitor> - Class in org.jrdf.query.expression
A expression expression comprising a single expression.
Constraint(List<AttributeValuePair>) - Constructor for class org.jrdf.query.expression.Constraint
 
Container<ObjectNode> - Interface in org.jrdf.graph
A Container is a grouping of statements.
CONTAINER - Static variable in class org.jrdf.vocabulary.RDFS
The class of RDF containers.
CONTAINER_MEMBERSHIP_PROPERTY - Static variable in class org.jrdf.vocabulary.RDFS
The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
contains(Object) - Method in interface org.jrdf.graph.Collection
Search the collection and return if the object was found or not.
contains(Object) - Method in interface org.jrdf.graph.Container
contains(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Graph
Test the graph for the occurrence of a statement.
contains(Triple) - Method in interface org.jrdf.graph.Graph
Test the graph for the occurrence of the triple.
contains(Object) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
contains(Object) - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
contains(Object) - Method in class org.jrdf.graph.mem.CollectionImpl
 
contains(Triple) - Method in class org.jrdf.graph.mem.GraphImpl
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.mem.GraphImpl
 
contains(Object) - Method in class org.jrdf.graph.mem.SequenceImpl
 
containsAll(Collection<?>) - Method in interface org.jrdf.graph.Collection
Search the collection and return if all of the given objects were found.
containsAll(Collection<?>) - Method in interface org.jrdf.graph.Container
containsAll(Collection<?>) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
containsAll(Collection<?>) - Method in class org.jrdf.graph.mem.AlternativeImpl
 
containsAll(Collection<?>) - Method in class org.jrdf.graph.mem.BagImpl
 
containsAll(Collection<?>) - Method in class org.jrdf.graph.mem.CollectionImpl
 
containsAll(Collection<?>) - Method in class org.jrdf.graph.mem.SequenceImpl
 
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in interface org.jrdf.graph.mem.iterator.ClosableMemIterator
Return true if this iterator contains any of the handlers.
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in class org.jrdf.graph.mem.iterator.EmptyClosableIterator
 
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in class org.jrdf.graph.mem.iterator.GraphIterator
 
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in class org.jrdf.graph.mem.iterator.OneFixedIterator
 
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in class org.jrdf.graph.mem.iterator.ThreeFixedIterator
 
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in class org.jrdf.graph.mem.iterator.TripleClosableIterator
 
containsHandler(GraphHandler012, GraphHandler201, GraphHandler120) - Method in class org.jrdf.graph.mem.iterator.TwoFixedIterator
 
containsKey(Object) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
containsValue(Object) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
convertToConstants(Relation) - Method in interface org.jrdf.query.relation.operation.mem.common.RelationProcessor
 
convertToConstants(Relation) - Method in class org.jrdf.query.relation.operation.mem.common.RelationProcessorImpl
 
copyEntriesToIndex(LongIndex, LongIndex) - Static method in class org.jrdf.graph.index.operation.mem.BasicOperations
 
createAttributeComparator() - Method in interface org.jrdf.query.relation.mem.ComparatorFactory
 
createAttributeComparator() - Method in class org.jrdf.query.relation.mem.ComparatorFactoryImpl
 
createAttributes(List<AttributeValuePair>) - Method in interface org.jrdf.query.relation.mem.AttributeValuePairHelper
 
createAttributes(List<AttributeValuePair>) - Method in class org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
 
createAttributeValuePairComparator() - Method in interface org.jrdf.query.relation.mem.ComparatorFactory
 
createAttributeValuePairComparator() - Method in class org.jrdf.query.relation.mem.ComparatorFactoryImpl
 
createAvp(Triple) - Method in interface org.jrdf.query.relation.mem.AttributeValuePairHelper
 
createAvp(AttributeValuePair[]) - Method in interface org.jrdf.query.relation.mem.AttributeValuePairHelper
 
createAvp(Triple, Attribute[]) - Method in interface org.jrdf.query.relation.mem.AttributeValuePairHelper
 
createAvp(Triple) - Method in class org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
 
createAvp(Triple, Attribute[]) - Method in class org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
 
createAvp(AttributeValuePair[]) - Method in class org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
 
createBlankNode() - Method in class org.jrdf.parser.mem.ParserBlankNodeFactoryImpl
Always creates a new BlankNode object from the GraphElementFactory.
createBlankNode(String) - Method in class org.jrdf.parser.mem.ParserBlankNodeFactoryImpl
Returns the BlankNode for a nodeID that has not been seen before or calls the GraphElementFactory to create a new BlankNode otherwise.
createBlankNode() - Method in interface org.jrdf.parser.ParserBlankNodeFactory
Creates a BlankNode that is unique relative to this instance of the ParserBlankNodeFactory.
createBlankNode(String) - Method in interface org.jrdf.parser.ParserBlankNodeFactory
Creates a BlankNode that is only distinguished by the nodeID value.
createControl() - Method in class org.jrdf.gui.view.QueryViewImpl
 
createHeading() - Method in interface org.jrdf.query.relation.mem.SortedAttributeFactory
Create the default heading based on a triple - subject, predicate, object.
createHeading(List<NodeType>) - Method in interface org.jrdf.query.relation.mem.SortedAttributeFactory
Create a heading based on the given node types.
createHeading() - Method in class org.jrdf.query.relation.mem.SortedAttributeFactoryImpl
 
createHeading(List<NodeType>) - Method in class org.jrdf.query.relation.mem.SortedAttributeFactoryImpl
 
createLiteral(String) - Method in interface org.jrdf.graph.GraphElementFactory
Creates a new literal with the given lexical value, with no language or datatype.
createLiteral(String, String) - Method in interface org.jrdf.graph.GraphElementFactory
Creates a new literal with the given lexical value, with a given language but no datatype.
createLiteral(String, URI) - Method in interface org.jrdf.graph.GraphElementFactory
Creates a new literal with the given lexical value and given datatype.
createLiteral(String) - Method in class org.jrdf.graph.mem.GraphElementFactoryImpl
Creates a new literal with the given lexical value, with no language or datatype.
createLiteral(String, String) - Method in class org.jrdf.graph.mem.GraphElementFactoryImpl
Creates a new literal with the given lexical value, with a given language but no datatype.
createLiteral(String, URI) - Method in class org.jrdf.graph.mem.GraphElementFactoryImpl
Creates a new literal with the given lexical value and given datatype.
createLiteral(ALiteralObjectTripleElement) - Method in interface org.jrdf.sparql.builder.LiteralBuilder
 
createLiteral(ALiteralObjectTripleElement) - Method in class org.jrdf.sparql.builder.LiteralBuilderImpl
 
createMatcher(Pattern, CharSequence) - Method in interface org.jrdf.util.boundary.RegexMatcherFactory
 
createMatcher(Pattern, CharSequence) - Method in class org.jrdf.util.boundary.RegexMatcherFactoryImpl
 
createParser(GraphElementFactory, ParserBlankNodeFactory) - Method in interface org.jrdf.parser.ntriples.ParserFactory
 
createParser(GraphElementFactory, ParserBlankNodeFactory) - Method in class org.jrdf.parser.ntriples.ParserFactoryImpl
 
createRDFEventReader(InputStream, URI, Graph, ParserBlankNodeFactory) - Method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
createRDFEventReader(Reader, URI, Graph, ParserBlankNodeFactory) - Method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
createRDFEventReader(InputStream, URI, Graph, ParserBlankNodeFactory) - Method in interface org.jrdf.parser.RDFInputFactory
 
createRDFEventReader(Reader, URI, Graph, ParserBlankNodeFactory) - Method in interface org.jrdf.parser.RDFInputFactory
 
createRelation(Graph) - Method in interface org.jrdf.query.relation.mem.GraphRelationFactory
 
createRelation(Graph) - Method in class org.jrdf.query.relation.mem.GraphRelationFactoryImpl
 
createResource() - Method in interface org.jrdf.graph.GraphElementFactory
Create a blank nodes that is associated with a specific graph.
createResource(URI) - Method in interface org.jrdf.graph.GraphElementFactory
Create a URI reference.
createResource(URI, boolean) - Method in interface org.jrdf.graph.GraphElementFactory
Create a URI reference without checking if the URI given is a valid RDF URI, currently if the URI is absolute.
createResource() - Method in class org.jrdf.graph.mem.GraphElementFactoryImpl
Create a blank nodes that is associated with a specific graph.
createResource(URI) - Method in class org.jrdf.graph.mem.GraphElementFactoryImpl
Create a URI reference.
createResource(URI, boolean) - Method in class org.jrdf.graph.mem.GraphElementFactoryImpl
Create a URI reference without checking if the URI given is a valid RDF URI, currently if the URI is absolute.
createTriple(Long[]) - Method in interface org.jrdf.graph.index.graphhandler.GraphHandler
Creates the globalized nodes based on the internal representation of the nodes.
createTriple(Long[]) - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler012
 
createTriple(Long[]) - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler120
 
createTriple(Long[]) - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler201
 
createTriple(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.TripleFactory
Creates a new triple to be used in the graph.
createTriple(List<AttributeValuePair>) - Method in interface org.jrdf.query.relation.mem.AttributeValuePairHelper
 
createTriple(List<AttributeValuePair>) - Method in class org.jrdf.query.relation.mem.AttributeValuePairHelperImpl
 
createTupleComparator() - Method in interface org.jrdf.query.relation.mem.ComparatorFactory
 
createTupleComparator() - Method in class org.jrdf.query.relation.mem.ComparatorFactoryImpl
 

D

DATATYPE - Static variable in class org.jrdf.vocabulary.RDFS
The class of RDF datatypes.
DATE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#date *
DATETIME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#dateTime *
DECIMAL - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#decimal *
DEFAULT_OBJECT_NAME - Static variable in interface org.jrdf.query.relation.mem.SortedAttributeFactory
The default name of a object heading.
DEFAULT_PREDICATE_NAME - Static variable in interface org.jrdf.query.relation.mem.SortedAttributeFactory
The default name of a predicate heading.
DEFAULT_SUBJECT_NAME - Static variable in interface org.jrdf.query.relation.mem.SortedAttributeFactory
The default name of a subject heading.
Difference - Interface in org.jrdf.graph.index.operation
The set difference between two graphs - all the elements that belong in the first graph that do not belong in the second.
Difference - Interface in org.jrdf.graph.operation
The set difference between two graphs - all the elements that belong in the first graph that do not belong in the second.
DifferenceImpl - Class in org.jrdf.graph.index.operation.mem
Just a spike.
DifferenceImpl() - Constructor for class org.jrdf.graph.index.operation.mem.DifferenceImpl
 
differentClasses(Object, Object) - Static method in class org.jrdf.util.EqualsUtil
Returns true if the two objects have classes with different values (unequal).
doExecuteCommand() - Method in class org.jrdf.gui.command.InvalidQueryCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.LoadRdfCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.NewQueryCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.OpenQueryCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.QueryRanCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.RdfFailedToLoadCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.RdfLoadedCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.RunQueryCommand
 
doExecuteCommand() - Method in class org.jrdf.gui.command.SaveQueryCommand
 
DOMAIN - Static variable in class org.jrdf.vocabulary.RDFS
A domain of the subject property.
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.index.operation.mem.BasicOperations.DoCopyTripleStuff
 
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.index.operation.mem.BasicOperations.DoIntersectionTripleStuff
 
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.index.operation.mem.BasicOperations.DoReconstructTripleStuff
 
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.index.operation.mem.BasicOperations.DoRemoveTripleStuff
 
DOUBLE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#double *
DT_IGNORE - Static variable in interface org.jrdf.parser.ParserConfiguration
Constant indicating that datatypes semantics should be ignored.
DT_NORMALIZE - Static variable in interface org.jrdf.parser.ParserConfiguration
Constant indicating that values of datatyped literals should be normalized to their canonical representation.
DT_VERIFY - Static variable in interface org.jrdf.parser.ParserConfiguration
Constant indicating that values of datatyped literals should be verified.
dumpIndex(PrintStream) - Method in class org.jrdf.graph.index.graphhandler.AbstractGraphHandler
Debug method to see the current state of the first index.
DURATION - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#duration *
DyadicJoin - Interface in org.jrdf.query.relation.operation
Combines two relations.
DyadicJoinImpl - Class in org.jrdf.query.relation.operation.mem.join
A simple memory based implementation of DyadicJoin.
DyadicJoinImpl(RelationProcessor, TupleEngine) - Constructor for class org.jrdf.query.relation.operation.mem.join.DyadicJoinImpl
 

E

ElementBuilder - Interface in org.jrdf.sparql.builder
 
ElementBuilderImpl - Class in org.jrdf.sparql.builder
 
ElementBuilderImpl(NodeType, Node, Attribute, Graph, Map<String, String>) - Constructor for class org.jrdf.sparql.builder.ElementBuilderImpl
 
elementFactory - Variable in class org.jrdf.graph.AbstractTripleFactory
The graph element factory.
elements - Variable in class org.jrdf.graph.mem.AbstractUnorderedContainer
The hashmap containing the elements.
EMPTY_ANSWER - Static variable in class org.jrdf.query.EmptyAnswer
An empty answer the returns no columns, values and 0 time taken.
EmptyAnswer - Class in org.jrdf.query
 
EmptyClosableIterator - Class in org.jrdf.graph.mem.iterator
An iterator that returns no triples.
EmptyClosableIterator() - Constructor for class org.jrdf.graph.mem.iterator.EmptyClosableIterator
 
end() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
end(int) - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
ENTITIES - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#ENTITIES *
ENTITY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#ENTITY *
entrySet() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
equals(Object) - Method in class org.jrdf.graph.AbstractLiteral
 
equals(Object) - Method in class org.jrdf.graph.AbstractTriple
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.jrdf.graph.AbstractURIReference
 
equals(Object) - Method in interface org.jrdf.graph.BlankNode
While the internal structure of a BlankNode is not defined equality between two nodes should be able to be determined.
equals(Object) - Method in interface org.jrdf.graph.Literal
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
equals(Object) - Method in class org.jrdf.graph.mem.AlternativeImpl
 
equals(Object) - Method in class org.jrdf.graph.mem.BagImpl
 
equals(Object) - Method in class org.jrdf.graph.mem.BlankNodeImpl
While the internal structure of a BlankNode is not defined equality between two nodes should be able to be determined.
equals(Object) - Method in interface org.jrdf.graph.Triple
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in interface org.jrdf.graph.URIReference
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.jrdf.query.AnswerImpl
 
equals(Object) - Method in class org.jrdf.query.expression.Conjunction
 
equals(Object) - Method in class org.jrdf.query.expression.Constraint
 
equals(Object) - Method in class org.jrdf.query.expression.Optional
 
equals(Object) - Method in class org.jrdf.query.expression.Projection
 
equals(Object) - Method in class org.jrdf.query.expression.Union
 
equals(Object) - Method in class org.jrdf.query.relation.attributename.PositionName
 
equals(Object) - Method in class org.jrdf.query.relation.attributename.VariableName
 
equals(Object) - Method in class org.jrdf.query.relation.mem.AttributeImpl
 
equals(Object) - Method in class org.jrdf.query.relation.mem.AttributeValuePairImpl
 
equals(Object) - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
equals(Object) - Method in class org.jrdf.query.relation.mem.RelationImpl
 
equals(Object) - Method in class org.jrdf.query.relation.mem.TupleImpl
 
equals(Object) - Method in class org.jrdf.query.relation.type.BlankNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.LiteralNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.ObjectNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.PredicateNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.PredicateObjectNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.SubjectNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.SubjectObjectNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
equals(Object) - Method in class org.jrdf.query.relation.type.URIReferenceNodeType
 
EqualsUtil - Class in org.jrdf.util
A collection of methods that are used for equality testing.
error(String, int, int) - Method in interface org.jrdf.parser.ParseErrorListener
Reports an error from the parser.
escape(String) - Static method in class org.jrdf.util.EscapeUtil
Escapes a string literal to a string that is N-Triple escaped.
EscapeURL - Class in org.jrdf.util
 
EscapeUtil - Class in org.jrdf.util
A utility that applies N-Triples escaping.
exclude(Relation, Set<Attribute>) - Method in class org.jrdf.query.relation.operation.mem.project.ProjectImpl
 
exclude(Relation, Set<Attribute>) - Method in interface org.jrdf.query.relation.operation.Project
The attributes to exclude in the project.
executeQuery(Query) - Method in interface org.jrdf.query.JrdfQueryExecutor
Executes a query against a graph.
executeQuery(Graph, QueryEngine) - Method in interface org.jrdf.query.Query
 
executeQuery(Graph, QueryEngine) - Method in class org.jrdf.query.QueryImpl
 
executeQuery(Graph, QueryEngine) - Method in class org.jrdf.sparql.analysis.NoQuery
 
executeQuery(Graph, String) - Method in interface org.jrdf.sparql.SparqlConnection
 
executeQuery(Graph, String) - Method in class org.jrdf.sparql.SparqlConnectionImpl
 
Expression<V extends ExpressionVisitor> - Interface in org.jrdf.query.expression
A pattern of triples applied to a graph to constrain the results of a query.
ExpressionVisitor - Interface in org.jrdf.query.expression
Visits the various expression objects.
ExpressionVisitorAdapter - Class in org.jrdf.query.expression
An adapter for ExpressionVisitor - allows an implementation to avoid having to implement all the methods.
ExpressionVisitorAdapter() - Constructor for class org.jrdf.query.expression.ExpressionVisitorAdapter
 

F

fatalError(String, int, int) - Method in interface org.jrdf.parser.ParseErrorListener
Reports a fatal error from the parser.
find(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Graph
Returns an iterator of Triples to a set of statements that match a given subject, predicate and object.
find(Triple) - Method in interface org.jrdf.graph.Graph
Returns an iterator of Triples to a set of statements that match a given subject, predicate and object.
find(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.mem.GraphImpl
 
find(Triple) - Method in class org.jrdf.graph.mem.GraphImpl
 
find() - Method in interface org.jrdf.util.boundary.RegexMatcher
 
find() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
FIRST - Static variable in class org.jrdf.vocabulary.RDF
The first item in the subject RDF list.
FLOAT - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#float *
FullOuterJoinImpl - Class in org.jrdf.query.relation.operation.mem.join.outer
 
FullOuterJoinImpl(DyadicJoin, Union, AntiJoin) - Constructor for class org.jrdf.query.relation.operation.mem.join.outer.FullOuterJoinImpl
 

G

GDAY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gDay *
get(Object) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
get(int) - Method in interface org.jrdf.graph.Sequence
getAllVariables() - Method in class org.jrdf.query.expression.Projection
 
getAttribute() - Method in interface org.jrdf.query.relation.AttributeValuePair
Returns the attribute.
getAttribute() - Method in class org.jrdf.query.relation.constants.NullaryAttributeValuePair
 
getAttribute() - Method in class org.jrdf.query.relation.mem.AttributeValuePairImpl
 
getAttributeName() - Method in interface org.jrdf.query.relation.Attribute
The name of the attribute - either a variable name or some assigned name.
getAttributeName() - Method in class org.jrdf.query.relation.mem.AttributeImpl
 
getAttributes() - Method in class org.jrdf.query.expression.Projection
 
getAttributes() - Method in class org.jrdf.sparql.analysis.AttributeCollectorImpl
 
getAttributes() - Method in interface org.jrdf.sparql.analysis.VariableCollector
 
getAttributeValues() - Method in class org.jrdf.query.relation.constants.NullaryTuple
 
getAttributeValues() - Method in class org.jrdf.query.relation.mem.TupleImpl
 
getAttributeValues() - Method in interface org.jrdf.query.relation.Tuple
Returns the set of tuples (attribute name/values).
getAvp(Map<AttributeName, ? extends NodeType>) - Method in class org.jrdf.query.expression.Constraint
 
getCause() - Method in exception org.jrdf.parser.StatementHandlerException
Overrides Throwable.getCause() (JDK 1.4 or later).
getColumnCount() - Method in class org.jrdf.gui.view.ResultsTableModel
 
getColumnName(int) - Method in class org.jrdf.gui.view.ResultsTableModel
 
getColumnNames() - Method in interface org.jrdf.query.Answer
 
getColumnNames() - Method in class org.jrdf.query.AnswerImpl
 
getColumnNames() - Method in class org.jrdf.query.EmptyAnswer
 
getColumnNumber() - Method in exception org.jrdf.parser.ParseException
Gets the column number associated with this parse exception.
getColumnValues() - Method in interface org.jrdf.query.Answer
 
getColumnValues() - Method in class org.jrdf.query.AnswerImpl
 
getColumnValues() - Method in class org.jrdf.query.EmptyAnswer
 
getContext() - Method in class org.jrdf.SpringJRDFFactoryImpl
 
getDatatypeURI() - Method in class org.jrdf.graph.AbstractLiteral
Returns the URI of the RDF datatype of this resource, or null for a plain literal.
getDatatypeURI() - Method in interface org.jrdf.graph.Literal
Returns the URI of the RDF datatype of this resource, or null for an untyped node.
getElement() - Method in interface org.jrdf.sparql.builder.ElementBuilder
 
getElement() - Method in class org.jrdf.sparql.builder.ElementBuilderImpl
 
getElementFactory() - Method in interface org.jrdf.graph.Graph
Returns the node factory for the graph, or creates one.
getElementFactory() - Method in class org.jrdf.graph.mem.GraphImpl
 
getEntries() - Method in interface org.jrdf.graph.index.graphhandler.GraphHandler
Returns an iterator over an internal representation of the graph in the fixed order based on the underlying index.
getEntries() - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler012
 
getEntries() - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler120
 
getEntries() - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler201
 
getEscapedForm() - Method in class org.jrdf.graph.AbstractLiteral
Provide a legible representation of a literal, following the N-Triples format defined in §3.2 of the W3C's RDF Test Cases Recommendation.
getEscapedForm() - Method in interface org.jrdf.graph.Literal
Provide a legible representation of a literal, following the N-Triples format defined in §3.2 of the W3C's RDF Test Cases Recommendation.
getEscapedLexicalForm() - Method in class org.jrdf.graph.AbstractLiteral
 
getEscapedLexicalForm() - Method in interface org.jrdf.graph.Literal
Returns an escaped lexical form where double quotes and backslashes are escaped.
getExecutor(Graph) - Method in interface org.jrdf.query.JrdfQueryExecutorFactory
 
getExpression() - Method in interface org.jrdf.sparql.analysis.PrefixAnalyser
 
getExpression() - Method in class org.jrdf.sparql.analysis.PrefixAnalyserImpl
 
getExpression() - Method in interface org.jrdf.sparql.analysis.ProjectAnalyser
 
getExpression() - Method in class org.jrdf.sparql.analysis.ProjectAnalyserImpl
 
getExpression() - Method in interface org.jrdf.sparql.analysis.WhereAnalyser
 
getExpression() - Method in class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
getFactory() - Static method in class org.jrdf.SortedMemoryJRDFFactoryImpl
 
getFactory() - Static method in class org.jrdf.SpringJRDFFactoryImpl
 
getGraph() - Method in interface org.jrdf.graph.mem.GraphFactory
 
getGraph() - Method in class org.jrdf.graph.mem.GraphFactoryImpl
 
getGraph() - Method in class org.jrdf.graph.mem.OrderedGraphFactoryImpl
 
getHeading() - Method in class org.jrdf.query.relation.constants.RelationDEE
 
getHeading() - Method in class org.jrdf.query.relation.constants.RelationDUM
This Relation has no attributes.
getHeading() - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
getHeading() - Method in class org.jrdf.query.relation.mem.RelationImpl
 
getHeading(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.natural.NaturalJoinEngine
 
getHeading(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.semi.SemiJoinEngine
 
getHeading(Relation, Relation) - Method in interface org.jrdf.query.relation.operation.mem.join.TupleEngine
 
getHeading(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.OuterUnionEngine
 
getHeading(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.SubsumptionEngine
 
getHeading() - Method in interface org.jrdf.query.relation.Relation
Returns the set of attributes or heading of the relation.
getHeadingUnions(Relation...) - Method in interface org.jrdf.query.relation.mem.RelationHelper
 
getHeadingUnions(Relation...) - Method in class org.jrdf.query.relation.mem.RelationHelperImpl
 
getId() - Method in class org.jrdf.graph.mem.BlankNodeImpl
Retrieves an internal identifier for this node.
getId() - Method in class org.jrdf.graph.mem.LiteralImpl
Retrieves an internal identifier for this node.
getId() - Method in interface org.jrdf.graph.mem.MemNode
Retrieves an internal identifier for a node.
getId() - Method in class org.jrdf.graph.mem.URIReferenceImpl
Retrieves an internal identifier for this node.
getJPanel() - Method in interface org.jrdf.gui.view.PanelView
 
getJPanel() - Method in class org.jrdf.gui.view.QueryPanelViewImpl
 
getJPanel() - Method in class org.jrdf.gui.view.ResultsPanelViewImpl
 
getLanguage() - Method in class org.jrdf.graph.AbstractLiteral
Returns the language code of the literal.
getLanguage() - Method in interface org.jrdf.graph.Literal
Returns the language code of the literal, or null if no language specified.
getLexicalForm() - Method in class org.jrdf.graph.AbstractLiteral
Obtain the text of this literal.
getLexicalForm() - Method in interface org.jrdf.graph.Literal
Obtain the text of this literal.
getLhs() - Method in class org.jrdf.query.expression.Conjunction
 
getLhs() - Method in class org.jrdf.query.expression.Optional
 
getLhs() - Method in class org.jrdf.query.expression.Union
 
getLineNumber() - Method in exception org.jrdf.parser.ParseException
Gets the line number associated with this parse exception.
getLiteral() - Method in interface org.jrdf.query.relation.attributename.AttributeName
 
getLiteral() - Method in class org.jrdf.query.relation.attributename.PositionName
 
getLiteral() - Method in class org.jrdf.query.relation.attributename.VariableName
 
getName() - Method in class org.jrdf.query.relation.type.BlankNodeType
 
getName() - Method in class org.jrdf.query.relation.type.LiteralNodeType
 
getName() - Method in interface org.jrdf.query.relation.type.NodeType
Returns the name of the type.
getName() - Method in class org.jrdf.query.relation.type.ObjectNodeType
 
getName() - Method in class org.jrdf.query.relation.type.PredicateNodeType
 
getName() - Method in class org.jrdf.query.relation.type.PredicateObjectNodeType
 
getName() - Method in class org.jrdf.query.relation.type.SubjectNodeType
 
getName() - Method in class org.jrdf.query.relation.type.SubjectObjectNodeType
 
getName() - Method in class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
getName() - Method in class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
getName() - Method in class org.jrdf.query.relation.type.URIReferenceNodeType
 
getNameEntries() - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
getNameEntries() - Method in interface org.jrdf.writer.RdfNamespaceMap
Returns the Names mapping entry set.
getNamespace(URIReference) - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
getNamespace(URIReference) - Method in interface org.jrdf.writer.RdfNamespaceMap
Returns the namespace that is mapped to the resource URI (prefix), or null if the URI is not mapped.
getNewGraph() - Method in interface org.jrdf.JRDFFactory
Create a new JRDF graph depending on the current configuration.
getNewGraph() - Method in class org.jrdf.SortedMemoryJRDFFactoryImpl
 
getNewGraph() - Method in class org.jrdf.SpringJRDFFactoryImpl
 
getNewSparqlConnection() - Method in interface org.jrdf.JRDFFactory
Create a new connection to perform SPARQL operations depending on the current configuration.
getNewSparqlConnection() - Method in class org.jrdf.SortedMemoryJRDFFactoryImpl
 
getNewSparqlConnection() - Method in class org.jrdf.SpringJRDFFactoryImpl
 
getNextExpression() - Method in class org.jrdf.query.expression.Projection
 
getNextNodeId() - Method in interface org.jrdf.graph.index.nodepool.mem.NodePoolMem
Returns the current next node Id increments it by one.
getNextNodeId() - Method in class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
getNodeById(Long) - Method in class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
getNodeById(Long) - Method in interface org.jrdf.graph.index.nodepool.NodePool
Package method to find a node in the node pool by its id.
getNodeId(BlankNode) - Method in interface org.jrdf.writer.BlankNodeRegistry
If the node has already been registered, it's node Id is returned, otherwise it is registered and the new node Id is returned.
getNodeId(BlankNode) - Method in class org.jrdf.writer.mem.BlankNodeRegistryImpl
 
getNodeIdByString(String) - Method in class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
getNodeIdByString(String) - Method in interface org.jrdf.graph.index.nodepool.NodePool
Package method to find a node id based on its string representation.
getNodePoolValues() - Method in interface org.jrdf.graph.index.nodepool.mem.NodePoolMem
Returns all the nodes in the node pool.
getNodePoolValues() - Method in class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
getNodeType(Class<? extends NodeType>) - Static method in enum org.jrdf.util.NodeTypeEnum
 
getNumberOfTriples() - Method in interface org.jrdf.graph.Graph
Returns the number of triples in the graph.
getNumberOfTriples() - Method in class org.jrdf.graph.mem.GraphImpl
 
getObject() - Method in class org.jrdf.graph.AbstractTriple
Obtains the object of this statement.
getObject() - Method in interface org.jrdf.graph.Triple
Obtains the object of this statement.
getParser(String) - Method in interface org.jrdf.sparql.parser.ParserFactory
 
getParser(String) - Method in class org.jrdf.sparql.parser.ParserFactoryImpl
 
getParseStandAloneDocuments() - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
getPredicate() - Method in class org.jrdf.graph.AbstractTriple
Obtains the predicate of this statement.
getPredicate() - Method in interface org.jrdf.graph.Triple
Obtains the predicate of this statement.
getQuery() - Method in interface org.jrdf.gui.view.QueryPanelView
 
getQuery() - Method in class org.jrdf.gui.view.QueryPanelViewImpl
 
getQuery() - Method in interface org.jrdf.sparql.analysis.SparqlAnalyser
Returns the query processed by this analyser.
getQuery() - Method in class org.jrdf.sparql.analysis.SparqlAnalyserImpl
Returns the query processed by this analyser.
getRDFReporter() - Method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
getRDFReporter() - Method in interface org.jrdf.parser.RDFInputFactory
 
getRelation(Set<Tuple>) - Method in class org.jrdf.query.relation.mem.RelationFactoryImpl
 
getRelation(Set<Attribute>, Set<Tuple>) - Method in class org.jrdf.query.relation.mem.RelationFactoryImpl
 
getRelation(Set<Tuple>) - Method in interface org.jrdf.query.relation.RelationFactory
 
getRelation(Set<Attribute>, Set<Tuple>) - Method in interface org.jrdf.query.relation.RelationFactory
 
getResult() - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
getResult() - Method in interface org.jrdf.query.execute.QueryEngine
 
getRhs() - Method in class org.jrdf.query.expression.Conjunction
 
getRhs() - Method in class org.jrdf.query.expression.Optional
 
getRhs() - Method in class org.jrdf.query.expression.Union
 
getRowCount() - Method in class org.jrdf.gui.view.ResultsTableModel
 
getSize() - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
getSize() - Method in interface org.jrdf.graph.index.longindex.LongIndex
Returns the number of triples in the index.
getSize() - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
getSortedAttributeValues() - Method in class org.jrdf.query.relation.constants.NullaryTuple
 
getSortedAttributeValues() - Method in class org.jrdf.query.relation.mem.TupleImpl
 
getSortedAttributeValues() - Method in interface org.jrdf.query.relation.Tuple
 
getSortedHeading() - Method in class org.jrdf.query.relation.constants.RelationDEE
 
getSortedHeading() - Method in class org.jrdf.query.relation.constants.RelationDUM
 
getSortedHeading() - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
getSortedHeading() - Method in class org.jrdf.query.relation.mem.RelationImpl
 
getSortedHeading() - Method in interface org.jrdf.query.relation.Relation
 
getSortedTuples() - Method in class org.jrdf.query.relation.constants.RelationDEE
 
getSortedTuples() - Method in class org.jrdf.query.relation.constants.RelationDUM
 
getSortedTuples() - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
getSortedTuples() - Method in class org.jrdf.query.relation.mem.RelationImpl
 
getSortedTuples() - Method in interface org.jrdf.query.relation.Relation
 
getSource() - Method in exception org.jrdf.parser.StatementHandlerException
Gets the source of this exception.
getSubIndex(Long) - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
getSubIndex(Long) - Method in interface org.jrdf.graph.index.longindex.LongIndex
Returns the map of long to set of longs for the given entry of the index.
getSubIndex(Long) - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
getSubject() - Method in class org.jrdf.graph.AbstractTriple
Obtains the subject of this statement.
getSubject() - Method in interface org.jrdf.graph.Triple
Obtains the subject of this statement.
getTimeTaken() - Method in interface org.jrdf.query.Answer
 
getTimeTaken() - Method in class org.jrdf.query.AnswerImpl
 
getTimeTaken() - Method in class org.jrdf.query.EmptyAnswer
 
getTriple() - Method in class org.jrdf.writer.rdfxml.ResourceStatement
 
getTripleFactory() - Method in interface org.jrdf.graph.Graph
Returns the triple factory for the graph, or creates one.
getTripleFactory() - Method in class org.jrdf.graph.mem.GraphImpl
 
getTriples() - Method in interface org.jrdf.sparql.builder.TripleBuilder
 
getTriples() - Method in class org.jrdf.sparql.builder.TripleBuilderImpl
Builds the given tripleNode into a local Triple.
getTuple(Set<AttributeValuePair>) - Method in class org.jrdf.query.relation.mem.TupleFactoryImpl
 
getTuple(List<AttributeValuePair>) - Method in class org.jrdf.query.relation.mem.TupleFactoryImpl
 
getTuple(Set<AttributeValuePair>) - Method in interface org.jrdf.query.relation.TupleFactory
 
getTuple(List<AttributeValuePair>) - Method in interface org.jrdf.query.relation.TupleFactory
 
getTuples() - Method in class org.jrdf.query.relation.constants.RelationDEE
Returns the TUPLE_ZERO.
getTuples() - Method in class org.jrdf.query.relation.constants.RelationDUM
Returns an empty set of tuples.
getTuples(List<AttributeValuePair>) - Method in interface org.jrdf.query.relation.GraphRelation
Returns the set of tuples based on the constraints given 3 attribute/value pairs.
getTuples() - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
getTuples(List<AttributeValuePair>) - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
getTuples() - Method in class org.jrdf.query.relation.mem.RelationImpl
 
getTuples() - Method in interface org.jrdf.query.relation.Relation
Returns the set of tuples.
getType() - Method in interface org.jrdf.query.relation.Attribute
The type of the attribute - either subject, predicate, object or URI, Literal or bnode.
getType() - Method in class org.jrdf.query.relation.mem.AttributeImpl
 
getURI() - Method in class org.jrdf.graph.AbstractURIReference
The URI identifiying this resource.
getURI() - Method in interface org.jrdf.graph.URIReference
The URI identifiying this resource.
getValue() - Method in interface org.jrdf.query.relation.AttributeValuePair
Returns the value of the attribute.
getValue() - Method in class org.jrdf.query.relation.constants.NullaryAttributeValuePair
 
getValue() - Method in class org.jrdf.query.relation.mem.AttributeValuePairImpl
 
getValueAt(int, int) - Method in class org.jrdf.gui.view.ResultsTableModel
 
getVariableName() - Method in class org.jrdf.sparql.analysis.VariableAnalyser
 
GMONTH - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonth *
GMONTHDAY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonthDay *
graph - Variable in class org.jrdf.graph.AbstractTripleFactory
The graph that this factory constructs nodes for.
Graph - Interface in org.jrdf.graph
An RDF Graph.
GraphElementFactory - Interface in org.jrdf.graph
A Graph Element Factory is a class which creates the various components of a graph including: resources, literals and blank nodes.
GraphElementFactoryException - Exception in org.jrdf.graph
Exception from a GraphElementFactory operation.
GraphElementFactoryException(String) - Constructor for exception org.jrdf.graph.GraphElementFactoryException
Create an exception.
GraphElementFactoryException(Throwable) - Constructor for exception org.jrdf.graph.GraphElementFactoryException
Create a wrapper exception.
GraphElementFactoryException(String, Throwable) - Constructor for exception org.jrdf.graph.GraphElementFactoryException
Create a wrapper exception.
GraphElementFactoryImpl - Class in org.jrdf.graph.mem
A SkipListNode Factory is a class which create the various components of a graph.
GraphException - Exception in org.jrdf.graph
Exception from an Graph operation.
GraphException() - Constructor for exception org.jrdf.graph.GraphException
 
GraphException(String) - Constructor for exception org.jrdf.graph.GraphException
Create an exception.
GraphException(Throwable) - Constructor for exception org.jrdf.graph.GraphException
Create a wrapper exception.
GraphException(String, Throwable) - Constructor for exception org.jrdf.graph.GraphException
Create a wrapper exception.
GraphFactory - Interface in org.jrdf.graph.mem
Allows the construction of a graph.
GraphFactoryImpl - Class in org.jrdf.graph.mem
Creates a new Graph implementation based on required types.
GraphFactoryImpl(LongIndex[], NodePoolMem) - Constructor for class org.jrdf.graph.mem.GraphFactoryImpl
 
GraphHandler - Interface in org.jrdf.graph.index.graphhandler
An interface used to make modifications on the internal indexes (012, 120 and 201) of a graph.
GraphHandler012 - Class in org.jrdf.graph.index.graphhandler.mem
Handles operations on 012 index.
GraphHandler012(LongIndex[], NodePool) - Constructor for class org.jrdf.graph.index.graphhandler.mem.GraphHandler012
 
GraphHandler120 - Class in org.jrdf.graph.index.graphhandler.mem
Handles operations on 120 index.
GraphHandler120(LongIndex[], NodePool) - Constructor for class org.jrdf.graph.index.graphhandler.mem.GraphHandler120
 
GraphHandler201 - Class in org.jrdf.graph.index.graphhandler.mem
Handles operations on 201 index.
GraphHandler201(LongIndex[], NodePool) - Constructor for class org.jrdf.graph.index.graphhandler.mem.GraphHandler201
 
GraphImpl - Class in org.jrdf.graph.mem
A memory based RDF Graph.
GraphImpl(LongIndex[], NodePoolMem, GraphElementFactory, GraphHandler012, IteratorFactory) - Constructor for class org.jrdf.graph.mem.GraphImpl
Default constructor.
GraphIterator - Class in org.jrdf.graph.mem.iterator
An iterator that iterates over an entire graph.
GraphRdfXmlParser - Class in org.jrdf.parser.rdfxml
An RDF/XML parser that adds every triple encountered to a JRDF Graph.
GraphRdfXmlParser(Graph) - Constructor for class org.jrdf.parser.rdfxml.GraphRdfXmlParser
 
GraphRelation - Interface in org.jrdf.query.relation
A marker interface that indicates that the relation is of three columns - subject, predicate and object.
GraphRelationFactory - Interface in org.jrdf.query.relation.mem
A builder that always throws exceptions.
GraphRelationFactoryImpl - Class in org.jrdf.query.relation.mem
A factory that produces graph relations.
GraphRelationFactoryImpl(SortedAttributeFactory, AttributeValuePairHelper, TupleComparator, TupleFactory) - Constructor for class org.jrdf.query.relation.mem.GraphRelationFactoryImpl
 
GraphRelationImpl - Class in org.jrdf.query.relation.mem
Implementation of relations containing 3 column heading (subject, predicate, object).
GraphRelationImpl(Graph, SortedAttributeFactory, AttributeValuePairHelper, TupleComparator, TupleFactory) - Constructor for class org.jrdf.query.relation.mem.GraphRelationImpl
 
GraphStatementHandler - Class in org.jrdf.parser
A statement handler takes a JRDF graph in the constructor and for every subject, predicate and object encountered adds it to the graph.
GraphStatementHandler(Graph) - Constructor for class org.jrdf.parser.GraphStatementHandler
 
groundedGraphsAreEqual(Graph, Graph) - Method in class org.jrdf.graph.index.operation.mem.ComparisonImpl
 
groundedGraphsAreEqual(Graph, Graph) - Method in interface org.jrdf.graph.operation.Comparison
Return true if both graphs are equivalent (isomophic) to one another.
group() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
group(int) - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
groupCount() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
GYEAR - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gYear *
GYEARMONTH - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gYearMonth *

H

handleNamespace(String, String) - Method in interface org.jrdf.parser.NamespaceListener
Called by an RDF parser when it has encountered a new namespace declaration.
handleStatement(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.parser.GraphStatementHandler
 
handleStatement(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.parser.StatementHandler
Called by an RDF parser when it has parsed a statement.
hashCode() - Method in class org.jrdf.graph.AbstractLiteral
 
hashCode() - Method in class org.jrdf.graph.AbstractTriple
Returns a hash-code value for this triple.
hashCode() - Method in class org.jrdf.graph.AbstractURIReference
 
hashCode() - Method in interface org.jrdf.graph.BlankNode
Returns a hash-code value for this BlankNode.
hashCode() - Method in interface org.jrdf.graph.Literal
Returns a hash-code value for this literal.
hashCode() - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
hashCode() - Method in class org.jrdf.graph.mem.AlternativeImpl
 
hashCode() - Method in class org.jrdf.graph.mem.BagImpl
 
hashCode() - Method in class org.jrdf.graph.mem.BlankNodeImpl
Returns a hash-code value for this BlankNode.
hashCode() - Method in interface org.jrdf.graph.Triple
Returns a hash-code value for this triple.
hashCode() - Method in interface org.jrdf.graph.URIReference
Returns a hash-code value for this URI Reference.
hashCode() - Method in class org.jrdf.query.AnswerImpl
 
hashCode() - Method in class org.jrdf.query.expression.Conjunction
 
hashCode() - Method in class org.jrdf.query.expression.Constraint
 
hashCode() - Method in class org.jrdf.query.expression.Optional
 
hashCode() - Method in class org.jrdf.query.expression.Projection
 
hashCode() - Method in class org.jrdf.query.expression.Union
 
hashCode() - Method in class org.jrdf.query.relation.attributename.PositionName
 
hashCode() - Method in class org.jrdf.query.relation.attributename.VariableName
 
hashCode() - Method in class org.jrdf.query.relation.mem.AttributeImpl
 
hashCode() - Method in class org.jrdf.query.relation.mem.AttributeValuePairImpl
 
hashCode() - Method in class org.jrdf.query.relation.mem.GraphRelationImpl
 
hashCode() - Method in class org.jrdf.query.relation.mem.RelationImpl
 
hashCode() - Method in class org.jrdf.query.relation.mem.TupleImpl
 
hashCode() - Method in class org.jrdf.query.relation.type.BlankNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.LiteralNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.ObjectNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.PredicateNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.PredicateObjectNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.SubjectNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.SubjectObjectNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
hashCode() - Method in class org.jrdf.query.relation.type.URIReferenceNodeType
 
hasNext() - Method in class org.jrdf.graph.mem.iterator.EmptyClosableIterator
Returns false.
hasNext() - Method in class org.jrdf.graph.mem.iterator.GraphIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.jrdf.graph.mem.iterator.OneFixedIterator
 
hasNext() - Method in class org.jrdf.graph.mem.iterator.ThreeFixedIterator
 
hasNext() - Method in class org.jrdf.graph.mem.iterator.TripleClosableIterator
 
hasNext() - Method in class org.jrdf.graph.mem.iterator.TwoFixedIterator
 
hasNext() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
hasNext() - Method in class org.jrdf.util.IteratorStack
 
hasSuperClassOrInterface(Class<?>, Object) - Static method in class org.jrdf.util.EqualsUtil
Returns true if the given object can be cast to the superclass or interface.
HEXBINARY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#hexBinary *

I

ID - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#ID *
IDREF - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#IDREF *
IDREFS - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#IDREFS *
include(Relation, Set<Attribute>) - Method in class org.jrdf.query.relation.operation.mem.project.ProjectImpl
 
include(Relation, Set<Attribute>) - Method in interface org.jrdf.query.relation.operation.Project
The attributes to include in the projection.
indexOf(Object) - Method in interface org.jrdf.graph.Collection
 
indexOf(Object) - Method in class org.jrdf.graph.mem.CollectionImpl
 
indexOf(Object) - Method in class org.jrdf.graph.mem.SequenceImpl
 
indexOf(Object) - Method in interface org.jrdf.graph.Sequence
initialiseBaseRelation(Relation) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
initialiseBaseRelation(Relation) - Method in interface org.jrdf.query.execute.QueryEngine
 
inStart(Start) - Method in class org.jrdf.sparql.analysis.SparqlAnalyserImpl
 
INT - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#int *
INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#integer *
Intersection - Interface in org.jrdf.graph.index.operation
The set of all object which appear in both graphs.
Intersection - Interface in org.jrdf.graph.operation
The set of all object which appear in both graphs.
IntersectionImpl - Class in org.jrdf.graph.index.operation.mem
Just a spike.
IntersectionImpl() - Constructor for class org.jrdf.graph.index.operation.mem.IntersectionImpl
 
InvalidQueryCommand - Class in org.jrdf.gui.command
SPARQL query with an query error.
InvalidQueryCommand(QueryView) - Constructor for class org.jrdf.gui.command.InvalidQueryCommand
 
InvalidQuerySyntaxException - Exception in org.jrdf.query
Indicates that the format of a query does not match the required syntax for its language.
InvalidQuerySyntaxException(String) - Constructor for exception org.jrdf.query.InvalidQuerySyntaxException
 
InvalidQuerySyntaxException(Throwable) - Constructor for exception org.jrdf.query.InvalidQuerySyntaxException
 
InvalidQuerySyntaxException(String, Throwable) - Constructor for exception org.jrdf.query.InvalidQuerySyntaxException
 
IS_DEFINED_BY - Static variable in class org.jrdf.vocabulary.RDFS
The defininition of the subject resource.
isBlankNode() - Method in enum org.jrdf.util.NodeTypeEnum
 
isBuiltInDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is a built-in XML Schema datatype.
isCombiningChar(char) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
 
isDecimalDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived from xsd:decimal.
isDerivedDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is a derived XML Schema datatype.
isDigit(char) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
 
isEmpty() - Method in interface org.jrdf.graph.Graph
Returns true if the graph is empty i.e. the number of triples is 0.
isEmpty() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
isEmpty() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
isEmpty() - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
isEmpty() - Method in class org.jrdf.graph.mem.GraphImpl
 
isExtender(char) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
 
isFloatingPointDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
isGrounded(Graph) - Method in class org.jrdf.graph.index.operation.mem.ComparisonImpl
 
isGrounded(Graph) - Method in interface org.jrdf.graph.operation.Comparison
Returns true if the graph is grounded (does not contain blank nodes).
isIdeographic(char) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
 
isIntegerDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived from xsd:integer.
isLetter(char) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
 
isLiteralNode() - Method in enum org.jrdf.util.NodeTypeEnum
 
isNCName(String) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
Checks whether the supplied String is an NCName (Namespace Classified Name) as specified at http://www.w3.org/TR/REC-xml-names/#NT-NCName.
isNCNameChar(char) - Static method in class org.jrdf.parser.rdfxml.XmlUtil
 
isNull(Object) - Static method in class org.jrdf.util.EqualsUtil
Return true if the given object is null.
isOrderedDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is ordered.
isPrimitiveDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is a primitive XML Schema datatype.
isURIReferenceNode() - Method in enum org.jrdf.util.NodeTypeEnum
 
isValidBoolean(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidByte(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidDecimal(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidDouble(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidFloat(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidInt(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidLong(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidNegativeInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidNonNegativeInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidNonPositiveInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidPositiveInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidShort(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidUnsignedByte(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidUnsignedInt(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidUnsignedLong(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidUnsignedShort(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isValidValue(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
isWellFormedXML() - Method in class org.jrdf.graph.AbstractLiteral
Whether the literal is well formed XML.
isWellFormedXML() - Method in interface org.jrdf.graph.Literal
Whether the literal is well formed XML.
iterator() - Method in interface org.jrdf.graph.Collection
 
iterator() - Method in interface org.jrdf.graph.Container
iterator() - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
iterator() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
iterator() - Method in interface org.jrdf.graph.index.longindex.LongIndex
Returns an iterator which contains all the elements in the graph as a collections of distinct longs, contains a map of longs to other longs.
iterator() - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
iterator() - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
IteratorFactory - Interface in org.jrdf.graph.mem.iterator
Creates the iterators.
IteratorFactoryImpl - Class in org.jrdf.graph.mem.iterator
Default implementation of the IteratorFactory.
IteratorFactoryImpl(LongIndex[], GraphHandler[]) - Constructor for class org.jrdf.graph.mem.iterator.IteratorFactoryImpl
 
IteratorStack<T> - Class in org.jrdf.util
Wraps an Iterator to provide a stack interface to it's contents.
IteratorStack(Iterator<T>) - Constructor for class org.jrdf.util.IteratorStack
Creates a new stack that wraps the Iterator.

J

join(Relation, Relation) - Method in interface org.jrdf.query.relation.operation.DyadicJoin
 
join(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.DyadicJoinImpl
 
join(Set<Relation>) - Method in class org.jrdf.query.relation.operation.mem.join.NadicJoinImpl
 
join(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.outer.FullOuterJoinImpl
 
join(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.outer.LeftOuterJoinImpl
 
join(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.join.semi.SemiJoinImpl
 
join(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.MinimumUnionFullOuterJoinImpl
 
join(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.MinimumUnionLeftOuterJoinImpl
 
join(Set<Relation>) - Method in interface org.jrdf.query.relation.operation.NadicJoin
 
JrdfExample - Class in org.jrdf.example
An example that performs simple operations on a JRDF Graph.
JrdfExample() - Constructor for class org.jrdf.example.JrdfExample
Default Constructor.
JRDFFactory - Interface in org.jrdf
A simple wrapper around Spring wiring to return types objects.
JRDFModel - Interface in org.jrdf.gui.model
 
JRDFModelImpl - Class in org.jrdf.gui.model
 
JRDFModelImpl() - Constructor for class org.jrdf.gui.model.JRDFModelImpl
 
JrdfQueryExecutor - Interface in org.jrdf.query
Executes queries against a graph.
JrdfQueryExecutorFactory - Interface in org.jrdf.query
Create a new query executor - allows the graph executing on to vary.

K

key - Variable in class org.jrdf.graph.mem.AbstractUnorderedContainer
Counter used to generate keys to add to the hashmap.
keySet() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 

L

LABEL - Static variable in class org.jrdf.vocabulary.RDFS
A human-readable name for the subject.
LANGUAGE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#language *
lastIndexOf(Object) - Method in interface org.jrdf.graph.Collection
 
lastIndexOf(Object) - Method in class org.jrdf.graph.mem.CollectionImpl
 
lastIndexOf(Object) - Method in class org.jrdf.graph.mem.SequenceImpl
 
lastIndexOf(Object) - Method in interface org.jrdf.graph.Sequence
LeftOuterJoinImpl - Class in org.jrdf.query.relation.operation.mem.join.outer
 
LeftOuterJoinImpl(AntiJoin, NadicJoin, Union) - Constructor for class org.jrdf.query.relation.operation.mem.join.outer.LeftOuterJoinImpl
 
LI - Static variable in class org.jrdf.vocabulary.RDF
A special property element that is equivalent to rdf:_1, rdf:_2 in order.
LIST - Static variable in class org.jrdf.vocabulary.RDF
The class of RDF Lists.
listIterator() - Method in interface org.jrdf.graph.Sequence
listIterator(int) - Method in interface org.jrdf.graph.Sequence
Literal - Interface in org.jrdf.graph
RDF literal node.
LITERAL - Static variable in class org.jrdf.vocabulary.RDFS
The class of literal values, eg. textual strings and integers.
LiteralBuilder - Interface in org.jrdf.sparql.builder
 
LiteralBuilderImpl - Class in org.jrdf.sparql.builder
 
LiteralBuilderImpl(GraphElementFactory) - Constructor for class org.jrdf.sparql.builder.LiteralBuilderImpl
 
LiteralImpl - Class in org.jrdf.graph.mem
RDF literal node.
LiteralMutableId - Interface in org.jrdf.graph.mem
Class description goes here.
LiteralNodeType - Class in org.jrdf.query.relation.type
A literal node type.
LiteralNodeType() - Constructor for class org.jrdf.query.relation.type.LiteralNodeType
 
LiteralParser - Interface in org.jrdf.parser.ntriples.parser
 
LiteralParserImpl - Class in org.jrdf.parser.ntriples.parser
 
LiteralParserImpl(GraphElementFactory, RegexMatcherFactory, LiteralUtil) - Constructor for class org.jrdf.parser.ntriples.parser.LiteralParserImpl
 
LiteralUtil - Interface in org.jrdf.parser.ntriples.parser
Class description goes here.
LiteralUtilImpl - Class in org.jrdf.parser.ntriples.parser
Class description goes here.
LiteralUtilImpl(RegexMatcherFactory) - Constructor for class org.jrdf.parser.ntriples.parser.LiteralUtilImpl
 
load(Graph) - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
load(Graph) - Method in interface org.jrdf.writer.RdfNamespaceMap
Loads namespaces from the graph.
loadModel(URL) - Method in interface org.jrdf.gui.model.JRDFModel
 
loadModel(URL) - Method in class org.jrdf.gui.model.JRDFModelImpl
 
LoadRdfCommand - Class in org.jrdf.gui.command
Loads an RDF file from the file system.
LoadRdfCommand() - Constructor for class org.jrdf.gui.command.LoadRdfCommand
 
localize(Node, Node, Node) - Method in class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
localize(Node, Node, Node) - Method in interface org.jrdf.graph.index.nodepool.NodePool
Converts a globalized set of triple objects to an array of longs.
LONG - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#long *
LongIndex - Interface in org.jrdf.graph.index.longindex
Represents an indexed set of longs.
LongIndexDerby - Class in org.jrdf.graph.index.longindex.derby
An on disk version of $LongIndex using Apache Derby.
LongIndexDerby(DiskHashtable, TransactionController) - Constructor for class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
LongIndexMem - Class in org.jrdf.graph.index.longindex.mem
An in memory version of $LongIndex.
LongIndexMem() - Constructor for class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
LongIndexMem(Map<Long, Map<Long, Set<Long>>>) - Constructor for class org.jrdf.graph.index.longindex.mem.LongIndexMem
 

M

main(String[]) - Static method in class org.jrdf.example.JrdfExample
Instantiates a JRDFExample and runs it.
main(String[]) - Static method in class org.jrdf.example.RdfXmlParserExample
 
main(String[]) - Static method in class org.jrdf.gui.SparqlGui
 
matches() - Method in interface org.jrdf.util.boundary.RegexMatcher
 
matches() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
MEMBER - Static variable in class org.jrdf.vocabulary.RDFS
A member of the subject resource.
MemNode - Interface in org.jrdf.graph.mem
Memory node.
MinimumUnionFullOuterJoinImpl - Class in org.jrdf.query.relation.operation.mem.union
A full minimum union outer join is the result of a left minimum union outer join unioned with relation 2.
MinimumUnionFullOuterJoinImpl(MinimumUnionLeftOuterJoin, Union) - Constructor for class org.jrdf.query.relation.operation.mem.union.MinimumUnionFullOuterJoinImpl
 
MinimumUnionImpl - Class in org.jrdf.query.relation.operation.mem.union
 
MinimumUnionImpl(RelationProcessor, TupleEngine, TupleEngine) - Constructor for class org.jrdf.query.relation.operation.mem.union.MinimumUnionImpl
 
MinimumUnionLeftOuterJoin - Interface in org.jrdf.query.relation.operation.mem.union
Indicates a special kind of DyadicJoin.
MinimumUnionLeftOuterJoinImpl - Class in org.jrdf.query.relation.operation.mem.union
 
MinimumUnionLeftOuterJoinImpl(NadicJoin, Union) - Constructor for class org.jrdf.query.relation.operation.mem.union.MinimumUnionLeftOuterJoinImpl
 
minus(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.semidifference.SemiDifferenceImpl
 
minus(Relation, Relation) - Method in interface org.jrdf.query.relation.operation.SemiDifference
 

N

NadicJoin - Interface in org.jrdf.query.relation.operation
Combines n-relations.
NadicJoinImpl - Class in org.jrdf.query.relation.operation.mem.join
A simple memory based implementation of NadicJoin.
NadicJoinImpl(RelationProcessor, TupleEngine) - Constructor for class org.jrdf.query.relation.operation.mem.join.NadicJoinImpl
Cannot create process.
NaiveQueryEngineImpl - Class in org.jrdf.query.execute
An implementation of a Query Engine that does not try to optimize or transform the query.
NaiveQueryEngineImpl(Project, NadicJoin, Restrict, Union, DyadicJoin) - Constructor for class org.jrdf.query.execute.NaiveQueryEngineImpl
 
NAME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#Name *
NAMESPACE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
The XML Schema namespace (http://www.w3.org/2001/XMLSchema#)
NamespaceException - Exception in org.jrdf.writer
indicates that an exception occurred whilt evaluating namespaces.
NamespaceException(String) - Constructor for exception org.jrdf.writer.NamespaceException
 
NamespaceException(String, Throwable) - Constructor for exception org.jrdf.writer.NamespaceException
 
NamespaceException(Throwable) - Constructor for exception org.jrdf.writer.NamespaceException
 
NamespaceListener - Interface in org.jrdf.parser
An interface defining methods for receiving namespace declarations from an RDF parser.
NaturalJoinEngine - Class in org.jrdf.query.relation.operation.mem.join.natural
Combines two relations attributes if they have common tuple values.
NaturalJoinEngine(TupleFactory, AttributeValuePairComparator, RelationHelper) - Constructor for class org.jrdf.query.relation.operation.mem.join.natural.NaturalJoinEngine
 
NCNAME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#NCName *
NEGATIVE_INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#negativeInteger *
newEmptyClosableIterator() - Method in interface org.jrdf.graph.mem.iterator.IteratorFactory
 
newEmptyClosableIterator() - Method in class org.jrdf.graph.mem.iterator.IteratorFactoryImpl
 
newEmptyClosableIterator() - Method in class org.jrdf.graph.mem.iterator.OrderedIteratorFactoryImpl
 
newGraphIterator() - Method in interface org.jrdf.graph.mem.iterator.IteratorFactory
 
newGraphIterator() - Method in class org.jrdf.graph.mem.iterator.IteratorFactoryImpl
 
newGraphIterator() - Method in class org.jrdf.graph.mem.iterator.OrderedIteratorFactoryImpl
 
newInstance() - Static method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
newInstance(String, ClassLoader) - Static method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
newOneFixedIterator(Long, int) - Method in interface org.jrdf.graph.mem.iterator.IteratorFactory
 
newOneFixedIterator(Long, int) - Method in class org.jrdf.graph.mem.iterator.IteratorFactoryImpl
 
newOneFixedIterator(Long, int) - Method in class org.jrdf.graph.mem.iterator.OrderedIteratorFactoryImpl
 
NewQueryCommand - Class in org.jrdf.gui.command
Creates a new SPARQL query.
NewQueryCommand() - Constructor for class org.jrdf.gui.command.NewQueryCommand
 
newThreeFixedIterator(Long[]) - Method in interface org.jrdf.graph.mem.iterator.IteratorFactory
 
newThreeFixedIterator(Long[]) - Method in class org.jrdf.graph.mem.iterator.IteratorFactoryImpl
 
newThreeFixedIterator(Long[]) - Method in class org.jrdf.graph.mem.iterator.OrderedIteratorFactoryImpl
 
newTwoFixedIterator(Long, Long, int) - Method in interface org.jrdf.graph.mem.iterator.IteratorFactory
 
newTwoFixedIterator(Long, Long, int) - Method in class org.jrdf.graph.mem.iterator.IteratorFactoryImpl
 
newTwoFixedIterator(Long, Long, int) - Method in class org.jrdf.graph.mem.iterator.OrderedIteratorFactoryImpl
 
next() - Method in class org.jrdf.graph.mem.iterator.EmptyClosableIterator
Never returns anything.
next() - Method in class org.jrdf.graph.mem.iterator.GraphIterator
Returns the next element in the iteration.
next() - Method in class org.jrdf.graph.mem.iterator.OneFixedIterator
 
next() - Method in class org.jrdf.graph.mem.iterator.ThreeFixedIterator
 
next() - Method in class org.jrdf.graph.mem.iterator.TripleClosableIterator
 
next() - Method in class org.jrdf.graph.mem.iterator.TwoFixedIterator
 
next() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
next() - Method in class org.jrdf.util.IteratorStack
 
NIL - Static variable in class org.jrdf.vocabulary.RDF
The empty list, with no items in it.
NMTOKEN - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#NMTOKEN *
NMTOKENS - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#NMTOKENS *
NO_QUERY - Static variable in class org.jrdf.sparql.analysis.NoQuery
A query that always returns an empty answer.
Node - Interface in org.jrdf.graph
RDF node.
NodeComparator - Interface in org.jrdf.graph
Provides a comparison of the three different node types: BNode, URI and Literal.
NodeComparatorImpl - Class in org.jrdf.graph.mem
Currently only support simple comparison - either by node id for blank nodes or string comparisons for URIs and Literals.
NodeComparatorImpl(NodeTypeComparator) - Constructor for class org.jrdf.graph.mem.NodeComparatorImpl
 
nodePool - Variable in class org.jrdf.graph.index.graphhandler.AbstractGraphHandler
 
NodePool - Interface in org.jrdf.graph.index.nodepool
Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
NodePoolMem - Interface in org.jrdf.graph.index.nodepool.mem
An extension of NodePools that handles in memory nodes.
NodePoolMemImpl - Class in org.jrdf.graph.index.nodepool.mem
Stuff goes in here.
NodePoolMemImpl() - Constructor for class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
NodePoolMemImpl(Map<Long, Node>, Map<String, Long>) - Constructor for class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
NodeType - Interface in org.jrdf.query.relation.type
Node types - data types belong to RDF nodes.
NodeTypeComparator - Interface in org.jrdf.util
Test me!
NodeTypeComparatorImpl - Class in org.jrdf.util
Test me!
NodeTypeComparatorImpl() - Constructor for class org.jrdf.util.NodeTypeComparatorImpl
 
NodeTypeEnum - Enum in org.jrdf.util
Enumeration for node types.
NON_NEGATIVE_INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#nonNegativeInteger *
NON_POSITIVE_INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#nonPositiveInteger *
NoQuery - Class in org.jrdf.sparql.analysis
 
normalize(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes the supplied value according to the normalization rules for the supplied datatype.
normalizeBoolean(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes a boolean value to its canonical representation.
normalizeByte(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:byte.
normalizeDecimal(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes a decimal to its canonical representation.
normalizeDouble(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes a double to its canonical representation.
NORMALIZEDSTRING - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#normalizedString *
normalizeFloat(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes a float to its canonical representation.
normalizeFPNumber(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes a floating point number to its canonical representation.
normalizeInt(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:int.
normalizeInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an integer to its canonical representation.
normalizeLong(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:long.
normalizeNegativeInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:negativeInteger.
normalizeNonNegativeInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:nonNegativeInteger.
normalizeNonPositiveInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:nonPositiveInteger.
normalizePositiveInteger(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:positiveInteger.
normalizeShort(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:short.
normalizeUnsignedByte(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:unsignedByte.
normalizeUnsignedInt(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:unsignedInt.
normalizeUnsignedLong(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:unsignedLong.
normalizeUnsignedShort(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Normalizes an xsd:unsignedShort.
NOTATION - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#NOTATION *
NTriplesEventReader - Class in org.jrdf.parser.ntriples
 
NTriplesEventReader(InputStream, URI, TripleFactory, SubjectParser, PredicateParser, ObjectParser, RegexMatcherFactory) - Constructor for class org.jrdf.parser.ntriples.NTriplesEventReader
 
NTriplesEventReader(Reader, URI, TripleFactory, SubjectParser, PredicateParser, ObjectParser, RegexMatcherFactory) - Constructor for class org.jrdf.parser.ntriples.NTriplesEventReader
 
NTriplesParser - Class in org.jrdf.parser.ntriples
 
NTriplesParser(SubjectParser, PredicateParser, ObjectParser, RegexMatcherFactory) - Constructor for class org.jrdf.parser.ntriples.NTriplesParser
 
NTriplesRDFInputFactoryImpl - Class in org.jrdf.parser.ntriples
Class description goes here.
NTriplesRDFInputFactoryImpl() - Constructor for class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
NULLARY_ATTRIBUTE_VALUE_PAIR - Static variable in class org.jrdf.query.relation.constants.NullaryAttributeValuePair
Nullary Attribute Value Pair - should always be true when compared.
NULLARY_TUPLE - Static variable in class org.jrdf.query.relation.constants.NullaryTuple
The node which represents the boolean logic value "NULLARY_TUPLE".
NullaryAttributeValuePair - Class in org.jrdf.query.relation.constants
 
NullaryTuple - Class in org.jrdf.query.relation.constants
A class which simply contains the True Node constant.
numberOfTuples() - Method in interface org.jrdf.query.Answer
 
numberOfTuples() - Method in class org.jrdf.query.AnswerImpl
 
numberOfTuples() - Method in class org.jrdf.query.EmptyAnswer
 

O

OBJECT - Static variable in class org.jrdf.vocabulary.RDF
The object of the subject RDF statement.
objectNode - Variable in class org.jrdf.graph.AbstractTriple
The internal representation of the triple - object node.
ObjectNode - Interface in org.jrdf.graph
Indicates if a Java object can be the object part of an RDF Triple.
ObjectNodeType - Class in org.jrdf.query.relation.type
An object node type.
ObjectNodeType() - Constructor for class org.jrdf.query.relation.type.ObjectNodeType
 
ObjectParser - Interface in org.jrdf.parser.ntriples.parser
 
ObjectParserImpl - Class in org.jrdf.parser.ntriples.parser
 
ObjectParserImpl(URIReferenceParser, BlankNodeParser, LiteralParser) - Constructor for class org.jrdf.parser.ntriples.parser.ObjectParserImpl
 
onApplicationEvent(ApplicationEvent) - Method in class org.jrdf.gui.view.QueryViewImpl
 
OneFixedIterator - Class in org.jrdf.graph.mem.iterator
An iterator that iterates over a group with a single fixed node.
OpenQueryCommand - Class in org.jrdf.gui.command
Open a SPARQL query.
OpenQueryCommand() - Constructor for class org.jrdf.gui.command.OpenQueryCommand
 
Operation - Interface in org.jrdf.query.relation.operation
Base interface.
Optional<V extends ExpressionVisitor> - Class in org.jrdf.query.expression
 
Optional(Expression<V>, Expression<V>) - Constructor for class org.jrdf.query.expression.Optional
 
Optional(Expression<V>) - Constructor for class org.jrdf.query.expression.Optional
 
OrderedGraphFactoryImpl - Class in org.jrdf.graph.mem
Creates a new Graph implementation based on required types.
OrderedGraphFactoryImpl(LongIndex[], NodePoolMem, NodeComparator) - Constructor for class org.jrdf.graph.mem.OrderedGraphFactoryImpl
 
OrderedIteratorFactoryImpl - Class in org.jrdf.graph.mem.iterator
Stuff goes in here.
OrderedIteratorFactoryImpl(IteratorFactory, NodePoolMem, LongIndex, GraphHandler, NodeComparator) - Constructor for class org.jrdf.graph.mem.iterator.OrderedIteratorFactoryImpl
 
org.jrdf - package org.jrdf
 
org.jrdf.example - package org.jrdf.example
Examples of using the JRDF APIs.
org.jrdf.graph - package org.jrdf.graph
This package defines a set of APIs required to implement an RDF Graph and it's associated objects.
org.jrdf.graph.index.graphhandler - package org.jrdf.graph.index.graphhandler
 
org.jrdf.graph.index.graphhandler.mem - package org.jrdf.graph.index.graphhandler.mem
 
org.jrdf.graph.index.longindex - package org.jrdf.graph.index.longindex
 
org.jrdf.graph.index.longindex.derby - package org.jrdf.graph.index.longindex.derby
 
org.jrdf.graph.index.longindex.mem - package org.jrdf.graph.index.longindex.mem
This package implements an in memory version of the index interfaces.
org.jrdf.graph.index.nodepool - package org.jrdf.graph.index.nodepool
 
org.jrdf.graph.index.nodepool.mem - package org.jrdf.graph.index.nodepool.mem
 
org.jrdf.graph.index.operation - package org.jrdf.graph.index.operation
An implementation of the Graph Operations with knowledge of Graph indexes.
org.jrdf.graph.index.operation.mem - package org.jrdf.graph.index.operation.mem
An in memory implementation of the Graph Operations with knowledge of Graph indexes.
org.jrdf.graph.mem - package org.jrdf.graph.mem
This package is an implementation of the JRDF Graph API.
org.jrdf.graph.mem.iterator - package org.jrdf.graph.mem.iterator
 
org.jrdf.graph.operation - package org.jrdf.graph.operation
This package defines a set of APIs for performing set based operations upon an RDF graph.
org.jrdf.gui - package org.jrdf.gui
 
org.jrdf.gui.command - package org.jrdf.gui.command
 
org.jrdf.gui.model - package org.jrdf.gui.model
 
org.jrdf.gui.view - package org.jrdf.gui.view
 
org.jrdf.parser - package org.jrdf.parser
This package is a port of the Sesame RIO Parser.
org.jrdf.parser.mem - package org.jrdf.parser.mem
An in memory implementation of the parser interfaces.
org.jrdf.parser.ntriples - package org.jrdf.parser.ntriples
 
org.jrdf.parser.ntriples.parser - package org.jrdf.parser.ntriples.parser
 
org.jrdf.parser.rdfxml - package org.jrdf.parser.rdfxml
This package is a port of the Sesame RIO RDF/XML Parser.
org.jrdf.query - package org.jrdf.query
Classes in this package allow queries to be executed against a JRDF graph.
org.jrdf.query.execute - package org.jrdf.query.execute
 
org.jrdf.query.expression - package org.jrdf.query.expression
 
org.jrdf.query.relation - package org.jrdf.query.relation
 
org.jrdf.query.relation.attributename - package org.jrdf.query.relation.attributename
 
org.jrdf.query.relation.constants - package org.jrdf.query.relation.constants
 
org.jrdf.query.relation.mem - package org.jrdf.query.relation.mem
 
org.jrdf.query.relation.operation - package org.jrdf.query.relation.operation
 
org.jrdf.query.relation.operation.mem.common - package org.jrdf.query.relation.operation.mem.common
 
org.jrdf.query.relation.operation.mem.join - package org.jrdf.query.relation.operation.mem.join
 
org.jrdf.query.relation.operation.mem.join.anti - package org.jrdf.query.relation.operation.mem.join.anti
 
org.jrdf.query.relation.operation.mem.join.natural - package org.jrdf.query.relation.operation.mem.join.natural
 
org.jrdf.query.relation.operation.mem.join.outer - package org.jrdf.query.relation.operation.mem.join.outer
 
org.jrdf.query.relation.operation.mem.join.semi - package org.jrdf.query.relation.operation.mem.join.semi
 
org.jrdf.query.relation.operation.mem.project - package org.jrdf.query.relation.operation.mem.project
 
org.jrdf.query.relation.operation.mem.restrict - package org.jrdf.query.relation.operation.mem.restrict
 
org.jrdf.query.relation.operation.mem.semidifference - package org.jrdf.query.relation.operation.mem.semidifference
 
org.jrdf.query.relation.operation.mem.union - package org.jrdf.query.relation.operation.mem.union
 
org.jrdf.query.relation.type - package org.jrdf.query.relation.type
 
org.jrdf.sparql - package org.jrdf.sparql
Classes in this package parse Rel queries to allow querying of JRDF graphs.
org.jrdf.sparql.analysis - package org.jrdf.sparql.analysis
 
org.jrdf.sparql.builder - package org.jrdf.sparql.builder
 
org.jrdf.sparql.parser - package org.jrdf.sparql.parser
 
org.jrdf.util - package org.jrdf.util
Utility classes - ones that don't belong elsewhere.
org.jrdf.util.boundary - package org.jrdf.util.boundary
 
org.jrdf.util.param - package org.jrdf.util.param
Utilities for handling parameters to methods, for example null and emtpy string checks.
org.jrdf.vocabulary - package org.jrdf.vocabulary
This package contains a pre-defined set of URIs to be used in constructing URI References that are used in RDF.
org.jrdf.writer - package org.jrdf.writer
 
org.jrdf.writer.mem - package org.jrdf.writer.mem
 
org.jrdf.writer.rdfxml - package org.jrdf.writer.rdfxml
 
OuterUnionEngine - Class in org.jrdf.query.relation.operation.mem.union
 
OuterUnionEngine(TupleFactory, RelationHelper) - Constructor for class org.jrdf.query.relation.operation.mem.union.OuterUnionEngine
 
OuterUnionImpl - Class in org.jrdf.query.relation.operation.mem.union
 
OuterUnionImpl(RelationProcessor, TupleEngine) - Constructor for class org.jrdf.query.relation.operation.mem.union.OuterUnionImpl
 

P

PanelView - Interface in org.jrdf.gui.view
A generic panel.
ParameterUtil - Class in org.jrdf.util.param
Utility for checking parameters to methods.
parse(InputStream, String) - Method in class org.jrdf.parser.ntriples.NTriplesParser
 
parse(Reader, String) - Method in class org.jrdf.parser.ntriples.NTriplesParser
 
parse(InputStream, String) - Method in interface org.jrdf.parser.Parser
Parses the data from the supplied InputStream, using the supplied BASE_URI to resolve any relative URI references.
parse(Reader, String) - Method in interface org.jrdf.parser.Parser
Parses the data from the supplied Reader, using the supplied BASE_URI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.jrdf.parser.rdfxml.GraphRdfXmlParser
 
parse(Reader, String) - Method in class org.jrdf.parser.rdfxml.GraphRdfXmlParser
 
parse(InputStream, String) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
Parses the data from the supplied InputStream, using the supplied BASE_URI to resolve any relative URI references.
parse(Reader, String) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
Parses the data from the supplied Reader, using the supplied BASE_URI to resolve any relative URI references.
parseBlankNode(String) - Method in interface org.jrdf.parser.ntriples.parser.BlankNodeParser
 
parseBlankNode(String) - Method in class org.jrdf.parser.ntriples.parser.BlankNodeParserImpl
 
ParseErrorListener - Interface in org.jrdf.parser
An interface defining methods for receiving warning and error messages from an RDF parser.
ParseException - Exception in org.jrdf.parser
A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
ParseException(String, int) - Constructor for exception org.jrdf.parser.ParseException
Creates a new ParseException.
ParseException(String, int, int) - Constructor for exception org.jrdf.parser.ParseException
Creates a new ParseException.
ParseException(String, Exception, int, int) - Constructor for exception org.jrdf.parser.ParseException
Creates a new ParseException wrapping another exception.
ParseException(Exception, int, int) - Constructor for exception org.jrdf.parser.ParseException
Creates a new ParseException wrapping another exception.
parseLiteral(String) - Method in interface org.jrdf.parser.ntriples.parser.LiteralParser
 
parseLiteral(String) - Method in class org.jrdf.parser.ntriples.parser.LiteralParserImpl
 
ParseLocationListener - Interface in org.jrdf.parser
A listener interface for listening to the parser's progress.
parseLocationUpdate(int, int) - Method in interface org.jrdf.parser.ParseLocationListener
Signals an update of a parser's progress, indicated by a line and column number.
parseObject(RegexMatcher) - Method in interface org.jrdf.parser.ntriples.parser.ObjectParser
 
parseObject(RegexMatcher) - Method in class org.jrdf.parser.ntriples.parser.ObjectParserImpl
 
parsePredicate(RegexMatcher) - Method in interface org.jrdf.parser.ntriples.parser.PredicateParser
 
parsePredicate(RegexMatcher) - Method in class org.jrdf.parser.ntriples.parser.PredicateParserImpl
 
parseQuery(Graph, String) - Method in class org.jrdf.sparql.parser.SableCcSparqlParser
Parses a textual query into a Query object.
Parser - Interface in org.jrdf.parser
The two parser methods for parsing RDF.
ParserBlankNodeFactory - Interface in org.jrdf.parser
A factory for creating BlankNodes.
ParserBlankNodeFactoryImpl - Class in org.jrdf.parser.mem
A factory for BlankNodes that uses a Map to keep track of the BlankNodes that have been allocated by ParserBlankNodeFactoryImpl.createBlankNode(String) so that the same BlankNode object can be returned for a given nodeID.
ParserBlankNodeFactoryImpl(GraphElementFactory) - Constructor for class org.jrdf.parser.mem.ParserBlankNodeFactoryImpl
Create a new blank node factory with the given value factory.
ParserConfiguration - Interface in org.jrdf.parser
The interface to configure RDF parsers.
ParserFactory - Interface in org.jrdf.parser.ntriples
Class description goes here.
ParserFactory - Interface in org.jrdf.sparql.parser
A builder that always throws exceptions.
ParserFactoryImpl - Class in org.jrdf.parser.ntriples
Class description goes here.
ParserFactoryImpl() - Constructor for class org.jrdf.parser.ntriples.ParserFactoryImpl
 
ParserFactoryImpl - Class in org.jrdf.sparql.parser
Creates new SPARQL Parsers.
ParserFactoryImpl() - Constructor for class org.jrdf.sparql.parser.ParserFactoryImpl
 
parseSubject(RegexMatcher) - Method in interface org.jrdf.parser.ntriples.parser.SubjectParser
 
parseSubject(RegexMatcher) - Method in class org.jrdf.parser.ntriples.parser.SubjectParserImpl
 
parseURIReference(String) - Method in interface org.jrdf.parser.ntriples.parser.URIReferenceParser
 
parseURIReference(String) - Method in class org.jrdf.parser.ntriples.parser.URIReferenceParserImpl
 
peek() - Method in class org.jrdf.util.IteratorStack
Returns the next item on the stack without removing it.
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.index.operation.Difference
 
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.index.operation.Intersection
 
perform(LongIndex, LongIndex) - Method in class org.jrdf.graph.index.operation.mem.DifferenceImpl
 
perform(LongIndex, LongIndex) - Method in class org.jrdf.graph.index.operation.mem.IntersectionImpl
 
perform(LongIndex, LongIndex) - Method in class org.jrdf.graph.index.operation.mem.UnionImpl
 
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.index.operation.SetOperation
 
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.index.operation.Union
 
perform(Graph, Graph) - Method in interface org.jrdf.graph.operation.Difference
 
perform(Graph, Graph) - Method in interface org.jrdf.graph.operation.Intersection
 
perform(Graph, Graph) - Method in interface org.jrdf.graph.operation.SetOperation
 
perform(Graph, Graph) - Method in interface org.jrdf.graph.operation.Union
 
performIntersection(LongIndex, LongIndex, LongIndex) - Static method in class org.jrdf.graph.index.operation.mem.BasicOperations
 
performQuery(String) - Method in interface org.jrdf.gui.model.JRDFModel
 
performQuery(String) - Method in class org.jrdf.gui.model.JRDFModelImpl
 
pop() - Method in class org.jrdf.util.IteratorStack
Removes the next item from the stack and returns it.
PositionalNodeType - Interface in org.jrdf.query.relation.type
Node types - data types belong to RDF nodes.
PositionName - Class in org.jrdf.query.relation.attributename
 
PositionName(String) - Constructor for class org.jrdf.query.relation.attributename.PositionName
 
POSITIVE_INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#positiveInteger *
PREDICATE - Static variable in class org.jrdf.vocabulary.RDF
The predicate of the subject RDF statement.
predicateNode - Variable in class org.jrdf.graph.AbstractTriple
The internal representation of the triple - predicate node.
PredicateNode - Interface in org.jrdf.graph
Indicates if a Java object can be the predicate part of an RDF Triple.
PredicateNodeType - Class in org.jrdf.query.relation.type
An predicate node type.
PredicateNodeType() - Constructor for class org.jrdf.query.relation.type.PredicateNodeType
 
PredicateObjectNodeType - Class in org.jrdf.query.relation.type
An subjectpredicate node type.
PredicateObjectNodeType() - Constructor for class org.jrdf.query.relation.type.PredicateObjectNodeType
 
PredicateParser - Interface in org.jrdf.parser.ntriples.parser
 
PredicateParserImpl - Class in org.jrdf.parser.ntriples.parser
 
PredicateParserImpl(URIReferenceParser) - Constructor for class org.jrdf.parser.ntriples.parser.PredicateParserImpl
 
PrefixAnalyser - Interface in org.jrdf.sparql.analysis
 
PrefixAnalyserImpl - Class in org.jrdf.sparql.analysis
 
PrefixAnalyserImpl(TripleBuilder, Graph) - Constructor for class org.jrdf.sparql.analysis.PrefixAnalyserImpl
 
printStackTrace() - Method in exception org.jrdf.parser.ParseException
 
printStackTrace(PrintStream) - Method in exception org.jrdf.parser.ParseException
 
printStackTrace(PrintWriter) - Method in exception org.jrdf.parser.ParseException
 
printStackTrace() - Method in exception org.jrdf.parser.StatementHandlerException
 
printStackTrace(PrintStream) - Method in exception org.jrdf.parser.StatementHandlerException
 
printStackTrace(PrintWriter) - Method in exception org.jrdf.parser.StatementHandlerException
 
process(SortedSet<Attribute>, SortedSet<AttributeValuePair>, SortedSet<AttributeValuePair>, SortedSet<Tuple>) - Method in class org.jrdf.query.relation.operation.mem.join.natural.NaturalJoinEngine
 
process(SortedSet<Attribute>, SortedSet<AttributeValuePair>, SortedSet<AttributeValuePair>, SortedSet<Tuple>) - Method in class org.jrdf.query.relation.operation.mem.join.semi.SemiJoinEngine
 
process(SortedSet<Attribute>, SortedSet<AttributeValuePair>, SortedSet<AttributeValuePair>, SortedSet<Tuple>) - Method in interface org.jrdf.query.relation.operation.mem.join.TupleEngine
 
process(SortedSet<Attribute>, SortedSet<AttributeValuePair>, SortedSet<AttributeValuePair>, SortedSet<Tuple>) - Method in class org.jrdf.query.relation.operation.mem.union.OuterUnionEngine
 
process(SortedSet<Attribute>, SortedSet<AttributeValuePair>, SortedSet<AttributeValuePair>, SortedSet<Tuple>) - Method in class org.jrdf.query.relation.operation.mem.union.SubsumptionEngine
Returns the tuples to be subsumed in the result set.
processRelations(Set<Relation>, TupleEngine) - Method in interface org.jrdf.query.relation.operation.mem.common.RelationProcessor
 
processRelations(Set<Relation>, TupleEngine) - Method in class org.jrdf.query.relation.operation.mem.common.RelationProcessorImpl
 
Project - Interface in org.jrdf.query.relation.operation
Derives a new relation by removing attributes.
ProjectAnalyser - Interface in org.jrdf.sparql.analysis
 
ProjectAnalyserImpl - Class in org.jrdf.sparql.analysis
Default implementation of SparqlAnalyser.
ProjectAnalyserImpl(TripleBuilder, Graph) - Constructor for class org.jrdf.sparql.analysis.ProjectAnalyserImpl
 
ProjectImpl - Class in org.jrdf.query.relation.operation.mem.project
Implements restrict by going through the relation and removing the columns.
ProjectImpl(TupleFactory, RelationFactory) - Constructor for class org.jrdf.query.relation.operation.mem.project.ProjectImpl
 
Projection<V extends ExpressionVisitor> - Class in org.jrdf.query.expression
Variables in a SELECT cause.
Projection(VariableCollector, LinkedHashSet<AttributeName>, Expression<ExpressionVisitor>) - Constructor for class org.jrdf.query.expression.Projection
 
PROPERTY - Static variable in class org.jrdf.vocabulary.RDF
The class of RDF properties.
push(T) - Method in class org.jrdf.util.IteratorStack
Pushes the item onto the stack.
put(Long, Set<Long>) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
putAll(Map<? extends Long, ? extends Set<Long>>) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 

Q

QNAME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#QName *
Query - Interface in org.jrdf.query
A query to a graph.
QueryBuilder - Interface in org.jrdf.sparql.builder
Builds queries in String form into Query objects.
QueryEngine - Interface in org.jrdf.query.execute
An expression visitor that produces a relation result.
QueryImpl - Class in org.jrdf.query
Default implementation of a Query.
QueryImpl(Expression<ExpressionVisitor>, GraphRelationFactory) - Constructor for class org.jrdf.query.QueryImpl
 
QueryPanelView - Interface in org.jrdf.gui.view
A builder that always throws exceptions.
QueryPanelViewImpl - Class in org.jrdf.gui.view
The query panel.
QueryPanelViewImpl() - Constructor for class org.jrdf.gui.view.QueryPanelViewImpl
 
QueryRanCommand - Class in org.jrdf.gui.command
Run an SPARQL query.
QueryRanCommand(QueryView) - Constructor for class org.jrdf.gui.command.QueryRanCommand
 
QueryView - Interface in org.jrdf.gui.view
A builder that always throws exceptions.
QueryViewImpl - Class in org.jrdf.gui.view
A builder that always throws exceptions.
QueryViewImpl() - Constructor for class org.jrdf.gui.view.QueryViewImpl
 

R

RANGE - Static variable in class org.jrdf.vocabulary.RDFS
A range of the subject property.
RDF - Class in org.jrdf.vocabulary
A set of constants for the standard RDF vocabulary.
RDF() - Constructor for class org.jrdf.vocabulary.RDF
 
RDFEventReader - Interface in org.jrdf.parser
Class description goes here.
RdfFailedToLoadCommand - Class in org.jrdf.gui.command
Failed to load an RDF file from the file system.
RdfFailedToLoadCommand(QueryView) - Constructor for class org.jrdf.gui.command.RdfFailedToLoadCommand
 
RDFInputFactory - Interface in org.jrdf.parser
Class description goes here.
RdfLoadedCommand - Class in org.jrdf.gui.command
Loads an RDF file from the file system.
RdfLoadedCommand(QueryView) - Constructor for class org.jrdf.gui.command.RdfLoadedCommand
 
RdfNamespaceMap - Interface in org.jrdf.writer
Contains mappings between namespaces and partial URIs.
RdfNamespaceMapImpl - Class in org.jrdf.writer.mem
Contains mappings between namespaces and partial URIs.
RdfNamespaceMapImpl() - Constructor for class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
RDFS - Class in org.jrdf.vocabulary
A set of constants for the standard RDFS vocabulary.
RDFS() - Constructor for class org.jrdf.vocabulary.RDFS
 
RdfWriter - Interface in org.jrdf.writer
General interface for RDF Writer.
RdfXmlFooter - Class in org.jrdf.writer.rdfxml
Represents an RDF/XML footer that includes a closing RDF element.
RdfXmlFooter() - Constructor for class org.jrdf.writer.rdfxml.RdfXmlFooter
 
RdfXmlHeader - Class in org.jrdf.writer.rdfxml
Represents an RDF/XML header that includes an XML header and opening RDF element.
RdfXmlHeader(String, RdfNamespaceMap) - Constructor for class org.jrdf.writer.rdfxml.RdfXmlHeader
Constructor.
RdfXmlParser - Class in org.jrdf.parser.rdfxml
A parser for XML-serialized RDF.
RdfXmlParser(GraphElementFactory) - Constructor for class org.jrdf.parser.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use the supplied GraphElementFactory to create objects for resources, bNodes and literals.
RdfXmlParser(GraphElementFactory, ParserBlankNodeFactory) - Constructor for class org.jrdf.parser.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use the supplied GraphElementFactory to create objects for resources, bNodes and literals.
RdfXmlParserExample - Class in org.jrdf.example
A simple example of parsing in a RDF/XML file into an in memory JRDF graph.
RdfXmlParserExample() - Constructor for class org.jrdf.example.RdfXmlParserExample
 
RdfXmlWritable - Interface in org.jrdf.writer.rdfxml
Class description goes here.
RdfXmlWriter - Class in org.jrdf.writer.rdfxml
Writes Graph contents in RDF/XML format.
RdfXmlWriter(BlankNodeRegistry, RdfNamespaceMap) - Constructor for class org.jrdf.writer.rdfxml.RdfXmlWriter
 
ReadOnlyLongMapDerby - Class in org.jrdf.graph.index.longindex.derby
Class description goes here.
ReadOnlyLongMapDerby(BackingStoreHashtable) - Constructor for class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
ReadOnlyLongSet - Class in org.jrdf.graph.index.longindex.derby
Class description goes here.
ReadOnlyLongSet(BackingStoreHashtable) - Constructor for class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
reconstruct(LongIndex, LongIndex, LongIndex) - Static method in class org.jrdf.graph.index.operation.mem.BasicOperations
 
reconstructIndices(LongIndex, LongIndex, LongIndex) - Method in class org.jrdf.graph.index.graphhandler.AbstractGraphHandler
 
reconstructIndices(LongIndex, LongIndex, LongIndex) - Method in interface org.jrdf.graph.index.graphhandler.GraphHandler
As 012, 120 and 201 are symmetrical this can be used to reconstruct either two from any one index.
refresh() - Method in interface org.jrdf.JRDFFactory
Reload any configuration files used to create the objects.
refresh() - Method in class org.jrdf.SortedMemoryJRDFFactoryImpl
 
refresh() - Method in class org.jrdf.SpringJRDFFactoryImpl
 
RegexMatcher - Interface in org.jrdf.util.boundary
Class description goes here.
RegexMatcherFactory - Interface in org.jrdf.util.boundary
Class description goes here.
RegexMatcherFactoryImpl - Class in org.jrdf.util.boundary
Class description goes here.
RegexMatcherFactoryImpl() - Constructor for class org.jrdf.util.boundary.RegexMatcherFactoryImpl
 
RegexMatcherImpl - Class in org.jrdf.util.boundary
Class description goes here.
registerLocalCommandExecutors(PageComponentContext) - Method in class org.jrdf.gui.view.QueryViewImpl
 
registerNode(MemNode) - Method in interface org.jrdf.graph.index.nodepool.mem.NodePoolMem
Adds a node that was not created by this pool but still uses the MemNode interface.
registerNode(MemNode) - Method in class org.jrdf.graph.index.nodepool.mem.NodePoolMemImpl
 
reifyTriple(SubjectNode, PredicateNode, ObjectNode, SubjectNode) - Method in class org.jrdf.graph.AbstractTripleFactory
Reifies a triple.
reifyTriple(Triple, SubjectNode) - Method in class org.jrdf.graph.AbstractTripleFactory
Creates a reification of a triple.
reifyTriple(SubjectNode, PredicateNode, ObjectNode, SubjectNode) - Method in interface org.jrdf.graph.TripleFactory
Reifies a triple.
reifyTriple(Triple, SubjectNode) - Method in interface org.jrdf.graph.TripleFactory
Reifies a triple.
Relation - Interface in org.jrdf.query.relation
Relations containing a set of tuples and a set of attributes.
RELATION_DEE - Static variable in class org.jrdf.query.relation.constants.RelationDEE
The singleton version of RelationDEE.
RELATION_DUM - Static variable in class org.jrdf.query.relation.constants.RelationDUM
The singleton version of RelationDUM.
RelationComparator - Interface in org.jrdf.query.relation
Sort attributes values by their type and value.
RelationComparatorImpl - Class in org.jrdf.query.relation.mem
Stuff goes in here.
RelationComparatorImpl(AttributeComparator, TupleComparator) - Constructor for class org.jrdf.query.relation.mem.RelationComparatorImpl
 
RelationDEE - Class in org.jrdf.query.relation.constants
Dee is a relation with one tuple and is the base relation for NULLARY_TUPLE.
RelationDUM - Class in org.jrdf.query.relation.constants
Dum is a relation with no tuples and is the base relation for FALSE.
RelationFactory - Interface in org.jrdf.query.relation
Factory that creates Relations.
RelationFactoryImpl - Class in org.jrdf.query.relation.mem
 
RelationFactoryImpl(AttributeComparator, TupleComparator) - Constructor for class org.jrdf.query.relation.mem.RelationFactoryImpl
 
RelationHelper - Interface in org.jrdf.query.relation.mem
Methods on a collection of relations.
RelationHelperImpl - Class in org.jrdf.query.relation.mem
 
RelationHelperImpl(AttributeComparator) - Constructor for class org.jrdf.query.relation.mem.RelationHelperImpl
 
RelationImpl - Class in org.jrdf.query.relation.mem
Implementation of relations containing a set of tuples and a set of attributes.
RelationProcessor - Interface in org.jrdf.query.relation.operation.mem.common
Common process engine - basically gets headings and then calls process on the process engine.
RelationProcessorImpl - Class in org.jrdf.query.relation.operation.mem.common
Common tuple processing code - gets headings and then processes tuples using the tuple engine.
RelationProcessorImpl(RelationFactory, TupleComparator) - Constructor for class org.jrdf.query.relation.operation.mem.common.RelationProcessorImpl
 
remove(Object) - Method in interface org.jrdf.graph.Collection
 
remove(Object) - Method in interface org.jrdf.graph.Container
remove(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Graph
Removes a triple from the graph.
remove(Triple) - Method in interface org.jrdf.graph.Graph
Removes a triple from the graph.
remove(Iterator<Triple>) - Method in interface org.jrdf.graph.Graph
Removes all the triples contained in an iterator from the graph.
remove(Long[]) - Method in interface org.jrdf.graph.index.graphhandler.GraphHandler
Removes a triple from the other indexes of the graph.
remove(Long[]) - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler012
 
remove(Long[]) - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler120
 
remove(Long[]) - Method in class org.jrdf.graph.index.graphhandler.mem.GraphHandler201
 
remove(Long[]) - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
remove(Long, Long, Long) - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
remove(Object) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
remove(Object) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
remove(Long[]) - Method in interface org.jrdf.graph.index.longindex.LongIndex
Removes a triple from a single index.
remove(Long, Long, Long) - Method in interface org.jrdf.graph.index.longindex.LongIndex
Removes a triple from a single index.
remove(Long[]) - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
remove(Long, Long, Long) - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
remove(Object) - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
remove(Object) - Method in class org.jrdf.graph.mem.CollectionImpl
 
remove(Iterator<Triple>) - Method in class org.jrdf.graph.mem.GraphImpl
 
remove(Triple) - Method in class org.jrdf.graph.mem.GraphImpl
 
remove(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.mem.GraphImpl
 
remove() - Method in class org.jrdf.graph.mem.iterator.EmptyClosableIterator
Not supported by this implementation.
remove() - Method in class org.jrdf.graph.mem.iterator.GraphIterator
Implemented for java.util.Iterator.
remove() - Method in class org.jrdf.graph.mem.iterator.OneFixedIterator
 
remove() - Method in class org.jrdf.graph.mem.iterator.ThreeFixedIterator
 
remove() - Method in class org.jrdf.graph.mem.iterator.TripleClosableIterator
 
remove() - Method in class org.jrdf.graph.mem.iterator.TwoFixedIterator
 
remove() - Method in class org.jrdf.graph.mem.SequenceImpl
 
remove() - Method in interface org.jrdf.graph.Sequence
Removes the first element in the list (in a FIFO manner).
remove(int) - Method in interface org.jrdf.graph.Sequence
remove() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
remove() - Method in class org.jrdf.util.IteratorStack
 
removeAll(Collection<?>) - Method in interface org.jrdf.graph.Collection
 
removeAll(Collection<?>) - Method in interface org.jrdf.graph.Container
removeAll(Collection<?>) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
removeAll(Collection<?>) - Method in class org.jrdf.graph.mem.AlternativeImpl
 
removeAll(Collection<?>) - Method in class org.jrdf.graph.mem.BagImpl
 
removeAll(Collection<?>) - Method in class org.jrdf.graph.mem.CollectionImpl
 
removeAll(Collection<?>) - Method in class org.jrdf.graph.mem.SequenceImpl
 
removeEntriesFromIndex(LongIndex, LongIndex) - Static method in class org.jrdf.graph.index.operation.mem.BasicOperations
 
removeSubIndex(Long) - Method in class org.jrdf.graph.index.longindex.derby.LongIndexDerby
 
removeSubIndex(Long) - Method in interface org.jrdf.graph.index.longindex.LongIndex
Removes the given entry of long to set of longs with the given entry.
removeSubIndex(Long) - Method in class org.jrdf.graph.index.longindex.mem.LongIndexMem
 
replaceNamespace(URIReference) - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
replaceNamespace(URIReference) - Method in interface org.jrdf.writer.RdfNamespaceMap
Returns a string representing the resource URI with its URI prefix replaced by the mapped namespace.
reset() - Method in interface org.jrdf.writer.BlankNodeRegistry
Reset the associations between blank nodes and node ids.
reset() - Method in class org.jrdf.writer.mem.BlankNodeRegistryImpl
Reset the associations between blank nodes and node ids.
reset() - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
reset() - Method in interface org.jrdf.writer.RdfNamespaceMap
Reset the name and uri mappings.
RESOURCE - Static variable in class org.jrdf.vocabulary.RDFS
The class resource, everything.
ResourceFooter - Class in org.jrdf.writer.rdfxml
Represents a RDF/XML footer for a given resource.
ResourceFooter(SubjectNode) - Constructor for class org.jrdf.writer.rdfxml.ResourceFooter
 
ResourceHeader - Class in org.jrdf.writer.rdfxml
Represents an RDF/XML header for a given resource.
ResourceHeader(SubjectNode, BlankNodeRegistry) - Constructor for class org.jrdf.writer.rdfxml.ResourceHeader
 
RESOURCES - Static variable in class org.jrdf.vocabulary.Vocabulary
The set of URI references.
ResourceStatement - Class in org.jrdf.writer.rdfxml
Represents a statement about a resource.
ResourceStatement(RdfNamespaceMap, BlankNodeRegistry) - Constructor for class org.jrdf.writer.rdfxml.ResourceStatement
 
REST - Static variable in class org.jrdf.vocabulary.RDF
The rest of the subject RDF list after the first item.
restrict(Relation, List<AttributeValuePair>) - Method in class org.jrdf.query.relation.operation.mem.restrict.RestrictImpl
 
restrict(GraphRelation, List<AttributeValuePair>) - Method in class org.jrdf.query.relation.operation.mem.restrict.RestrictImpl
 
Restrict - Interface in org.jrdf.query.relation.operation
Returns the list of relations with the same set of attributes.
restrict(Relation, List<AttributeValuePair>) - Method in interface org.jrdf.query.relation.operation.Restrict
 
restrict(GraphRelation, List<AttributeValuePair>) - Method in interface org.jrdf.query.relation.operation.Restrict
 
RestrictImpl - Class in org.jrdf.query.relation.operation.mem.restrict
The relational operation that remove tuples that don't meet a specific criteria.
RestrictImpl(RelationFactory) - Constructor for class org.jrdf.query.relation.operation.mem.restrict.RestrictImpl
 
ResultsPanelView - Interface in org.jrdf.gui.view
A builder that always throws exceptions.
ResultsPanelViewImpl - Class in org.jrdf.gui.view
The results panel.
ResultsPanelViewImpl() - Constructor for class org.jrdf.gui.view.ResultsPanelViewImpl
 
ResultsTableModel - Class in org.jrdf.gui.view
Display and Update results to a table.
ResultsTableModel() - Constructor for class org.jrdf.gui.view.ResultsTableModel
 
retainAll(Collection<?>) - Method in interface org.jrdf.graph.Collection
 
retainAll(Collection<?>) - Method in interface org.jrdf.graph.Container
retainAll(Collection<?>) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
retainAll(Collection<?>) - Method in class org.jrdf.graph.mem.AlternativeImpl
 
retainAll(Collection<?>) - Method in class org.jrdf.graph.mem.BagImpl
 
retainAll(Collection<?>) - Method in class org.jrdf.graph.mem.CollectionImpl
 
retainAll(Collection<?>) - Method in class org.jrdf.graph.mem.SequenceImpl
 
RunQueryCommand - Class in org.jrdf.gui.command
Run a SPARQL query.
RunQueryCommand() - Constructor for class org.jrdf.gui.command.RunQueryCommand
 

S

SableCcSparqlParser - Class in org.jrdf.sparql.parser
 
SableCcSparqlParser(ParserFactory, GraphRelationFactory, AttributeValuePairHelper, SortedAttributeFactory) - Constructor for class org.jrdf.sparql.parser.SableCcSparqlParser
 
sameReference(Object, Object) - Static method in class org.jrdf.util.EqualsUtil
Return true if the two objects are of the same reference.
SaveQueryCommand - Class in org.jrdf.gui.command
Saves a SPARQL query.
SaveQueryCommand() - Constructor for class org.jrdf.gui.command.SaveQueryCommand
 
SEE_ALSO - Static variable in class org.jrdf.vocabulary.RDFS
Further information about the subject resource.
SemiDifference - Interface in org.jrdf.query.relation.operation
A more general form of difference - maybe replace by more basic operations (Not and Join for instance).
SemiDifferenceImpl - Class in org.jrdf.query.relation.operation.mem.semidifference
 
SemiDifferenceImpl(RelationProcessor, RelationFactory, TupleComparator) - Constructor for class org.jrdf.query.relation.operation.mem.semidifference.SemiDifferenceImpl
 
SemiJoinEngine - Class in org.jrdf.query.relation.operation.mem.join.semi
Join two relations if they have common tuple values and projects the results back onto the first relation.
SemiJoinEngine(TupleFactory, AttributeValuePairComparator) - Constructor for class org.jrdf.query.relation.operation.mem.join.semi.SemiJoinEngine
 
SemiJoinImpl - Class in org.jrdf.query.relation.operation.mem.join.semi
 
SemiJoinImpl(RelationProcessor, TupleEngine) - Constructor for class org.jrdf.query.relation.operation.mem.join.semi.SemiJoinImpl
 
SEQ - Static variable in class org.jrdf.vocabulary.RDF
The class of ordered containers.
Sequence<ObjectNode> - Interface in org.jrdf.graph
A Sequence is a group of statements that are kept in an orderd list.
SequenceImpl - Class in org.jrdf.graph.mem
An implementation of Sequence.
SequenceImpl() - Constructor for class org.jrdf.graph.mem.SequenceImpl
 
serialVersionUID - Static variable in interface org.jrdf.graph.Triple
Serial UID.
set(int, ObjectNode) - Method in interface org.jrdf.graph.Collection
 
set(int, ObjectNode) - Method in interface org.jrdf.graph.Sequence
setAllVariables(Map<AttributeName, PositionalNodeType>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
setAllVariables(Map<AttributeName, PositionalNodeType>) - Method in interface org.jrdf.query.execute.QueryEngine
 
setAndWriteTriple(Triple, PrintWriter) - Method in class org.jrdf.writer.rdfxml.ResourceStatement
 
setAnswer(Answer) - Method in class org.jrdf.gui.command.QueryRanCommand
 
setDatatypeHandling(int) - Method in interface org.jrdf.parser.ParserConfiguration
Sets the datatype handling mode.
setDatatypeHandling(int) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setException(InvalidQuerySyntaxException) - Method in class org.jrdf.gui.command.InvalidQueryCommand
 
setFileName(String) - Method in class org.jrdf.gui.command.RdfFailedToLoadCommand
 
setId(Long) - Method in class org.jrdf.graph.mem.LiteralImpl
Sets the interanl identifier for this node.
setId(Long) - Method in interface org.jrdf.graph.mem.LiteralMutableId
 
setInvalidQueryMessage(String) - Method in interface org.jrdf.gui.view.QueryView
 
setInvalidQueryMessage(String) - Method in class org.jrdf.gui.view.QueryViewImpl
 
setJRDFModel(JRDFModel) - Method in class org.jrdf.gui.command.LoadRdfCommand
 
setJRDFModel(JRDFModel) - Method in class org.jrdf.gui.command.RunQueryCommand
 
setLhs(Expression<V>) - Method in class org.jrdf.query.expression.Conjunction
 
setLhs(Expression<V>) - Method in class org.jrdf.query.expression.Optional
 
setLoadErrorMessage(String) - Method in interface org.jrdf.gui.view.QueryView
 
setLoadErrorMessage(String) - Method in class org.jrdf.gui.view.QueryViewImpl
 
setNamespaceListener(NamespaceListener) - Method in interface org.jrdf.parser.ParserConfiguration
Sets the NamespaceListener that will be notified of any namespace declarations that the parser finds during parsing.
setNamespaceListener(NamespaceListener) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
SetOperation - Interface in org.jrdf.graph.index.operation
The interface the indicates a set operation.
SetOperation - Interface in org.jrdf.graph.operation
The interface the indicates a set operation.
setParseErrorListener(ParseErrorListener) - Method in interface org.jrdf.parser.ParserConfiguration
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
setParseErrorListener(ParseErrorListener) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setParseLocationListener(ParseLocationListener) - Method in interface org.jrdf.parser.ParserConfiguration
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
setParseLocationListener(ParseLocationListener) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setParseStandAloneDocuments(boolean) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
Sets the parser in a mode to parse stand-alone RDF documents.
setPreserveBNodeIds(boolean) - Method in interface org.jrdf.parser.ParserConfiguration
Set whether the parser should preserve bnode identifiers specified in the source (default is false).
setPreserveBNodeIds(boolean) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setQuery(String) - Method in interface org.jrdf.gui.view.QueryPanelView
 
setQuery(String) - Method in class org.jrdf.gui.view.QueryPanelViewImpl
 
setQueryPanel(QueryPanelView) - Method in interface org.jrdf.gui.view.QueryView
 
setQueryPanel(QueryPanelView) - Method in class org.jrdf.gui.view.QueryViewImpl
 
setQueryPanelView(QueryPanelView) - Method in class org.jrdf.gui.command.NewQueryCommand
 
setQueryPanelView(QueryPanelView) - Method in class org.jrdf.gui.command.RunQueryCommand
 
setResults(Answer) - Method in interface org.jrdf.gui.view.QueryView
 
setResults(Answer) - Method in class org.jrdf.gui.view.QueryViewImpl
 
setResults(Answer) - Method in interface org.jrdf.gui.view.ResultsPanelView
 
setResults(Answer) - Method in class org.jrdf.gui.view.ResultsPanelViewImpl
 
setResults(Answer) - Method in class org.jrdf.gui.view.ResultsTableModel
 
setResultsPanel(ResultsPanelView) - Method in interface org.jrdf.gui.view.QueryView
 
setResultsPanel(ResultsPanelView) - Method in class org.jrdf.gui.view.QueryViewImpl
 
setResultsPanelView(ResultsPanelView) - Method in class org.jrdf.gui.command.NewQueryCommand
 
setStatementHandler(StatementHandler) - Method in class org.jrdf.parser.ntriples.NTriplesParser
 
setStatementHandler(StatementHandler) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setStatementHandler(StatementHandler) - Method in interface org.jrdf.parser.StatementHandlerConfiguration
Sets the StatementHandler that will be notified of statements that are parsed by this parser.
setStopAtFirstError(boolean) - Method in interface org.jrdf.parser.ParserConfiguration
Sets whether the parser should stop immediately if it finds an error in the data (default value is true).
setStopAtFirstError(boolean) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setTriple(Triple) - Method in class org.jrdf.writer.rdfxml.ResourceStatement
 
setTriplesLoaded(long) - Method in class org.jrdf.gui.command.RdfLoadedCommand
 
setTriplesLoaded(long) - Method in interface org.jrdf.gui.view.QueryView
 
setTriplesLoaded(long) - Method in class org.jrdf.gui.view.QueryViewImpl
 
setVerifyData(boolean) - Method in interface org.jrdf.parser.ParserConfiguration
Sets whether the parser should verify the data it parses (default value is true).
setVerifyData(boolean) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
SHORT - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#short *
simplify(Relation, Relation) - Method in interface org.jrdf.query.relation.operation.mem.union.UnionSimplification
 
simplify(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.UnionSimplificationImpl
 
SinglePrefixAnalyser - Class in org.jrdf.sparql.analysis
 
SinglePrefixAnalyser(TripleBuilder) - Constructor for class org.jrdf.sparql.analysis.SinglePrefixAnalyser
 
size() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
size() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
size() - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
SortedAttributeFactory - Interface in org.jrdf.query.relation.mem
Allows the creation of headings.
SortedAttributeFactoryImpl - Class in org.jrdf.query.relation.mem
Allows the creation of headings.
SortedAttributeFactoryImpl(AttributeComparator, long) - Constructor for class org.jrdf.query.relation.mem.SortedAttributeFactoryImpl
 
SortedIterator<Triple> - Interface in org.jrdf.util
A closable iterator that is sorted.
SortedMemoryJRDFFactoryImpl - Class in org.jrdf
Uses default in memory constructors to create JRDF entry points.
SparqlAnalyser - Interface in org.jrdf.sparql.analysis
A SPARQL implementation of a SableCC analyser.
SparqlAnalyserImpl - Class in org.jrdf.sparql.analysis
Default implementation of SparqlAnalyser.
SparqlAnalyserImpl(TripleBuilder, Graph, GraphRelationFactory) - Constructor for class org.jrdf.sparql.analysis.SparqlAnalyserImpl
 
SparqlConnection - Interface in org.jrdf.sparql
A connection through which to send SPARQL queries.
SparqlConnectionImpl - Class in org.jrdf.sparql
Default implementation of a SparqlConnection.
SparqlConnectionImpl(QueryBuilder, QueryEngine) - Constructor for class org.jrdf.sparql.SparqlConnectionImpl
Creates a new SPARQL connection.
SparqlGui - Class in org.jrdf.gui
 
SparqlGui() - Constructor for class org.jrdf.gui.SparqlGui
 
SparqlParser - Interface in org.jrdf.sparql.parser
Parses SPARQL textual queries into queries.
SparqlQueryBuilder - Class in org.jrdf.sparql.builder
Builds SPARQL queries in String form into Query objects.
SparqlQueryBuilder(SparqlParser) - Constructor for class org.jrdf.sparql.builder.SparqlQueryBuilder
 
SpringJRDFFactoryImpl - Class in org.jrdf
Uses the default wiring xml file or one given to it to construct various JRDF components using Spring.
start() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
start(int) - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
STATEMENT - Static variable in class org.jrdf.vocabulary.RDF
The class of RDF statements.
StatementHandler - Interface in org.jrdf.parser
An interface defining methods for receiving RDF statements from an RDF parser.
StatementHandlerConfiguration - Interface in org.jrdf.parser
 
StatementHandlerException - Exception in org.jrdf.parser
An exception that can be thrown by a StatementHandler when it encounters an application specific error that should cause the parser to stop.
StatementHandlerException(String) - Constructor for exception org.jrdf.parser.StatementHandlerException
Creates a new StatementHandlerException.
StatementHandlerException(String, Exception) - Constructor for exception org.jrdf.parser.StatementHandlerException
Creates a new StatementHandlerException wrapping another exception.
StatementHandlerException(Exception) - Constructor for exception org.jrdf.parser.StatementHandlerException
Creates a new StatementHandlerException wrapping another exception.
STRING - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#string *
SUB_CLASS_OF - Static variable in class org.jrdf.vocabulary.RDFS
The subject is a subclass of a class.
SUB_PROPERTY_OF - Static variable in class org.jrdf.vocabulary.RDFS
The subject is a subproperty of a property.
SUBJECT - Static variable in class org.jrdf.vocabulary.RDF
The subject of the subject RDF statement.
subjectNode - Variable in class org.jrdf.graph.AbstractTriple
The internal representation of the triple - subject node.
SubjectNode - Interface in org.jrdf.graph
Indicates if a Java object can be the subject part of an RDF Triple.
SubjectNodeType - Class in org.jrdf.query.relation.type
An subject node type.
SubjectNodeType() - Constructor for class org.jrdf.query.relation.type.SubjectNodeType
 
SubjectObjectNodeType - Class in org.jrdf.query.relation.type
An subjectpredicate node type.
SubjectObjectNodeType() - Constructor for class org.jrdf.query.relation.type.SubjectObjectNodeType
 
SubjectParser - Interface in org.jrdf.parser.ntriples.parser
 
SubjectParserImpl - Class in org.jrdf.parser.ntriples.parser
 
SubjectParserImpl(URIReferenceParser, BlankNodeParser) - Constructor for class org.jrdf.parser.ntriples.parser.SubjectParserImpl
 
SubjectPredicateNodeType - Class in org.jrdf.query.relation.type
An subjectpredicate node type.
SubjectPredicateNodeType() - Constructor for class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
SubjectPredicateObjectNodeType - Class in org.jrdf.query.relation.type
An subjectpredicate node type.
SubjectPredicateObjectNodeType() - Constructor for class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
subList(int, int) - Method in interface org.jrdf.graph.Sequence
subsumes(SortedSet<Attribute>, SortedSet<AttributeValuePair>, SortedSet<AttributeValuePair>) - Method in class org.jrdf.query.relation.operation.mem.union.SubsumptionEngine
-1 indicates 2 subsumes 1, 1 indicates 1 subsumes 2, 0 means that they are not subsumed.
SubsumptionEngine - Class in org.jrdf.query.relation.operation.mem.union
 
SubsumptionEngine(TupleFactory, RelationHelper) - Constructor for class org.jrdf.query.relation.operation.mem.union.SubsumptionEngine
 

T

ThreeFixedIterator - Class in org.jrdf.graph.mem.iterator
An iterator that returns only a single triple, if any exists.
TIME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#time *
toArray(ObjectNode[]) - Method in interface org.jrdf.graph.Container
toArray() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
toArray(T[]) - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongSet
 
toArray() - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
toArray(ObjectNode[]) - Method in class org.jrdf.graph.mem.AbstractUnorderedContainer
 
toEscapedString(URL) - Static method in class org.jrdf.util.EscapeURL
 
TOKEN - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#token *
toString() - Method in class org.jrdf.graph.AbstractLiteral
Returns the lexical form.
toString() - Method in class org.jrdf.graph.AbstractTriple
Provide a legible representation of a triple.
toString() - Method in class org.jrdf.graph.AbstractURIReference
Provide a legible representation of a URI reference.
toString() - Method in class org.jrdf.graph.AnyNode
 
toString() - Method in class org.jrdf.graph.AnyObjectNode
 
toString() - Method in class org.jrdf.graph.AnyPredicateNode
 
toString() - Method in class org.jrdf.graph.AnySubjectNode
 
toString() - Method in interface org.jrdf.graph.Literal
Returns the lexical form.
toString() - Method in class org.jrdf.graph.mem.BlankNodeImpl
Returns the String value of this BlankNode as: uid#id (eg. 29fbf7ba364f1425dda058737d764603#69)
toString() - Method in class org.jrdf.graph.mem.LiteralImpl
Provide a legible representation of a literal.
toString() - Method in class org.jrdf.query.expression.Conjunction
 
toString() - Method in class org.jrdf.query.expression.Constraint
Delegates to getAvp().toString().
toString() - Method in class org.jrdf.query.expression.Optional
 
toString() - Method in class org.jrdf.query.expression.Projection
Delegates to getAvp().toString().
toString() - Method in class org.jrdf.query.expression.Union
 
toString() - Method in class org.jrdf.query.relation.attributename.PositionName
 
toString() - Method in class org.jrdf.query.relation.attributename.VariableName
 
toString() - Method in class org.jrdf.query.relation.mem.AttributeImpl
 
toString() - Method in class org.jrdf.query.relation.mem.AttributeValuePairImpl
 
toString() - Method in class org.jrdf.query.relation.mem.RelationImpl
 
toString() - Method in class org.jrdf.query.relation.mem.TupleImpl
 
toString() - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
Triple - Interface in org.jrdf.graph
RDF Triple.
TripleBuilder - Interface in org.jrdf.sparql.builder
 
TripleBuilderImpl - Class in org.jrdf.sparql.builder
 
TripleBuilderImpl(Graph, AttributeValuePairHelper, SortedAttributeFactory) - Constructor for class org.jrdf.sparql.builder.TripleBuilderImpl
 
TripleClosableIterator - Class in org.jrdf.graph.mem.iterator
A simple iterator that provides removal of nodes from the underlying store - irrespectively of the order given by the iterator.
TripleClosableIterator(Iterator<Triple>, NodePoolMem, LongIndex, GraphHandler) - Constructor for class org.jrdf.graph.mem.iterator.TripleClosableIterator
 
TripleComparator - Interface in org.jrdf.graph
Provides a comparison between triples - this will usually be implemented using the order Subject, Predicate, Object of the nodes and a NodeComparator to compare each of the nodes.
TripleComparatorImpl - Class in org.jrdf.graph.mem
Provides a comparison between triples using a NodeComparator and the order of the nodes Subject, Predicate and Object.
TripleComparatorImpl(NodeComparator) - Constructor for class org.jrdf.graph.mem.TripleComparatorImpl
 
TripleFactory - Interface in org.jrdf.graph
A Triple Factory is a class which defines the creation of triples and certain sets of triples.
TripleFactoryException - Exception in org.jrdf.graph
Exception from a TripleFactory operation.
TripleFactoryException() - Constructor for exception org.jrdf.graph.TripleFactoryException
 
TripleFactoryException(String) - Constructor for exception org.jrdf.graph.TripleFactoryException
Create an exception.
TripleFactoryException(String, Throwable) - Constructor for exception org.jrdf.graph.TripleFactoryException
Create a wrapper exception.
TripleFactoryException(Throwable) - Constructor for exception org.jrdf.graph.TripleFactoryException
Create a wrapper exception.
TripleImpl - Class in org.jrdf.graph.mem
A trivial implementation of an RDF Triple.
TripleImpl(SubjectNode, PredicateNode, ObjectNode) - Constructor for class org.jrdf.graph.mem.TripleImpl
Constructor for this Triple, only to be used by the NodeFactory.
Tuple - Interface in org.jrdf.query.relation
A tuple is a named finite set of tuples (attributes to a set of values).
TupleComparator - Interface in org.jrdf.query.relation
Compares tuples.
TupleComparatorImpl - Class in org.jrdf.query.relation.mem
Stuff goes in here.
TupleComparatorImpl(AttributeValuePairComparator) - Constructor for class org.jrdf.query.relation.mem.TupleComparatorImpl
 
TupleEngine - Interface in org.jrdf.query.relation.operation.mem.join
Implementation of different types of Join algorithms.
TupleFactory - Interface in org.jrdf.query.relation
Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.
TupleFactoryImpl - Class in org.jrdf.query.relation.mem
Creates purely in memory implementations of tuples.
TupleFactoryImpl(AttributeValuePairComparator) - Constructor for class org.jrdf.query.relation.mem.TupleFactoryImpl
 
TupleImpl - Class in org.jrdf.query.relation.mem
Implementation of a tuple is a named finite set of attributeValues (attributes to a set of values).
TwoFixedIterator - Class in org.jrdf.graph.mem.iterator
An iterator that iterates over a group with a two fixed nodes.
TYPE - Static variable in class org.jrdf.vocabulary.RDF
The subject is an instance of a class.
TypeComparator - Interface in org.jrdf.query.relation.type
Compares only the type of attributes.
TypeComparatorImpl - Class in org.jrdf.query.relation.type
Compares only the type of attributes.
TypeComparatorImpl(NodeTypeComparator) - Constructor for class org.jrdf.query.relation.type.TypeComparatorImpl
 
TypedNodeVisitable - Interface in org.jrdf.graph
Indicates that a BlankNode, URIReference or Literal are able to be visited.
TypedNodeVisitor - Interface in org.jrdf.graph
An object which can visit a BlankNode, URIReference and Literal.
TypedNodeVisitorAdapter - Class in org.jrdf.graph
An adapter from TypedNodeVisitor.
TypedNodeVisitorAdapter() - Constructor for class org.jrdf.graph.TypedNodeVisitorAdapter
 

U

unescapeLiteral(String) - Method in interface org.jrdf.parser.ntriples.parser.LiteralUtil
 
unescapeLiteral(String) - Method in class org.jrdf.parser.ntriples.parser.LiteralUtilImpl
 
Union - Interface in org.jrdf.graph.index.operation
The set union of two graphs - all of the items in the first graph are added to the second graph (no duplicates).
Union - Interface in org.jrdf.graph.operation
The set union of two graphs - all of the items in the first graph are added to the second graph (no duplicates).
Union<V extends ExpressionVisitor> - Class in org.jrdf.query.expression
 
Union(Expression<V>, Expression<V>) - Constructor for class org.jrdf.query.expression.Union
 
union(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.MinimumUnionImpl
 
union(Relation, Relation) - Method in class org.jrdf.query.relation.operation.mem.union.OuterUnionImpl
 
Union - Interface in org.jrdf.query.relation.operation
 
union(Relation, Relation) - Method in interface org.jrdf.query.relation.operation.Union
 
UnionImpl - Class in org.jrdf.graph.index.operation.mem
Just a spike.
UnionImpl() - Constructor for class org.jrdf.graph.index.operation.mem.UnionImpl
 
UnionSimplification - Interface in org.jrdf.query.relation.operation.mem.union
Returns either relation 1 or relation 2 if one is the identity of the other or other DEE or DUM.
UnionSimplificationImpl - Class in org.jrdf.query.relation.operation.mem.union
 
UnionSimplificationImpl() - Constructor for class org.jrdf.query.relation.operation.mem.union.UnionSimplificationImpl
 
UNSIGNED_BYTE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedByte *
UNSIGNED_INT - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedInt *
UNSIGNED_LONG - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedLong *
UNSIGNED_SHORT - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#unsignedShort *
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.ObjectNodeType
 
upgrade(PositionalNodeType) - Method in interface org.jrdf.query.relation.type.PositionalNodeType
Given a new node type what is the new compound node type.
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.PredicateNodeType
 
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.PredicateObjectNodeType
 
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.SubjectNodeType
 
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.SubjectObjectNodeType
 
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
upgrade(PositionalNodeType) - Method in class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
URIReference - Interface in org.jrdf.graph
RDF URI reference - resource node.
URIReferenceImpl - Class in org.jrdf.graph.mem
RDF URI reference - resource node.
URIReferenceNodeType - Class in org.jrdf.query.relation.type
An URI Reference node type.
URIReferenceNodeType() - Constructor for class org.jrdf.query.relation.type.URIReferenceNodeType
 
URIReferenceParser - Interface in org.jrdf.parser.ntriples.parser
 
URIReferenceParserImpl - Class in org.jrdf.parser.ntriples.parser
 
URIReferenceParserImpl(GraphElementFactory) - Constructor for class org.jrdf.parser.ntriples.parser.URIReferenceParserImpl
 

V

VALUE - Static variable in class org.jrdf.vocabulary.RDF
Idiomatic property used for structured values.
valueOf(String) - Static method in class org.jrdf.graph.mem.BlankNodeImpl
Parses a String in the format of: uid#id (eg. 29fbf7ba364f1425dda058737d764603#69) and creates a new BlankNodeImpl from it.
valueOf(String) - Static method in enum org.jrdf.util.NodeTypeEnum
Returns the enum constant of this type with the specified name.
values() - Method in class org.jrdf.graph.index.longindex.derby.ReadOnlyLongMapDerby
 
values() - Static method in enum org.jrdf.util.NodeTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
VariableAnalyser - Class in org.jrdf.sparql.analysis
 
VariableAnalyser() - Constructor for class org.jrdf.sparql.analysis.VariableAnalyser
 
VariableCollector - Interface in org.jrdf.sparql.analysis
A variable collector takes the attribute value pairs from constraints and add them to a map.
VariableName - Class in org.jrdf.query.relation.attributename
Stuff goes in here.
VariableName(String) - Constructor for class org.jrdf.query.relation.attributename.VariableName
 
visitBlankNode(BlankNode) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit blank node.
visitBlankNode(BlankNode) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
Visit blank node.
visitConjunction(Conjunction<V>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
visitConjunction(Conjunction<V>) - Method in interface org.jrdf.query.expression.ExpressionVisitor
 
visitConjunction(Conjunction<V>) - Method in class org.jrdf.query.expression.ExpressionVisitorAdapter
 
visitConstraint(Constraint<V>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
visitConstraint(Constraint<V>) - Method in interface org.jrdf.query.expression.ExpressionVisitor
 
visitConstraint(Constraint<V>) - Method in class org.jrdf.query.expression.ExpressionVisitorAdapter
 
visitLiteral(Literal) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit Literal.
visitLiteral(Literal) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
Visit Literal.
visitNode(Node) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit node.
visitNode(Node) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
Visit node.
visitOptional(Optional<V>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
visitOptional(Optional<V>) - Method in interface org.jrdf.query.expression.ExpressionVisitor
 
visitOptional(Optional<V>) - Method in class org.jrdf.query.expression.ExpressionVisitorAdapter
 
visitProjection(Projection<V>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
visitProjection(Projection<V>) - Method in interface org.jrdf.query.expression.ExpressionVisitor
 
visitProjection(Projection<V>) - Method in class org.jrdf.query.expression.ExpressionVisitorAdapter
 
visitUnion(Union<V>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
visitUnion(Union<V>) - Method in interface org.jrdf.query.expression.ExpressionVisitor
 
visitUnion(Union<V>) - Method in class org.jrdf.query.expression.ExpressionVisitorAdapter
 
visitURIReference(URIReference) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit URI Reference.
visitURIReference(URIReference) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
Visit URI Reference.
Vocabulary - Class in org.jrdf.vocabulary
A representation of a known vocabulary.
Vocabulary() - Constructor for class org.jrdf.vocabulary.Vocabulary
Default constructor - as this is a list of constants should not be able to construct it.

W

warning(String, int, int) - Method in interface org.jrdf.parser.ParseErrorListener
Reports a warning from the parser.
WhereAnalyser - Interface in org.jrdf.sparql.analysis
 
WhereAnalyserImpl - Class in org.jrdf.sparql.analysis
Default implementation of SparqlAnalyser.
WhereAnalyserImpl(TripleBuilder, Graph, VariableCollector) - Constructor for class org.jrdf.sparql.analysis.WhereAnalyserImpl
 
write(Graph, OutputStream) - Method in interface org.jrdf.writer.RdfWriter
Writes the Graph contents to the OutputStream.
write(Graph, Writer) - Method in interface org.jrdf.writer.RdfWriter
Writes the Graph contents to the Writer.
write(PrintWriter) - Method in class org.jrdf.writer.rdfxml.RdfXmlFooter
 
write(PrintWriter) - Method in class org.jrdf.writer.rdfxml.RdfXmlHeader
 
write(PrintWriter) - Method in interface org.jrdf.writer.rdfxml.RdfXmlWritable
Writes contents to the writer in RDF/XML format.
write(Graph, OutputStream) - Method in class org.jrdf.writer.rdfxml.RdfXmlWriter
 
write(Graph, Writer) - Method in class org.jrdf.writer.rdfxml.RdfXmlWriter
 
write(PrintWriter) - Method in class org.jrdf.writer.rdfxml.ResourceFooter
 
write(PrintWriter) - Method in class org.jrdf.writer.rdfxml.ResourceHeader
 
write(PrintWriter) - Method in class org.jrdf.writer.rdfxml.ResourceStatement
 
WriteException - Exception in org.jrdf.writer
Indicates an exception occurred within RDF Writer.
WriteException() - Constructor for exception org.jrdf.writer.WriteException
 
WriteException(String) - Constructor for exception org.jrdf.writer.WriteException
 
WriteException(String, Throwable) - Constructor for exception org.jrdf.writer.WriteException
 
WriteException(Throwable) - Constructor for exception org.jrdf.writer.WriteException
 

X

XML_LITERAL - Static variable in class org.jrdf.vocabulary.RDF
The class of XML literal values.
XmlDatatypeUtil - Class in org.jrdf.parser.rdfxml
Provides methods for handling the standard XML Schema datatypes.
XmlDatatypeUtil() - Constructor for class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
XmlSchema - Class in org.jrdf.parser.rdfxml
Defines constants for the standard XML Schema datatypes.
XmlSchema() - Constructor for class org.jrdf.parser.rdfxml.XmlSchema
 
XmlUtil - Class in org.jrdf.parser.rdfxml
 
XmlUtil() - Constructor for class org.jrdf.parser.rdfxml.XmlUtil
 

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