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
 
AbstractGlobalizedGraph - Class in org.jrdf.graph.global
 
AbstractGlobalizedGraph(MoleculeIndex[], MoleculeIteratorFactory, TripleComparator) - Constructor for class org.jrdf.graph.global.AbstractGlobalizedGraph
 
AbstractGraphHandler - Class in org.jrdf.graph.local.index.graphhandler
Turn this into delegation rather than inheritance?
AbstractGraphHandler() - Constructor for class org.jrdf.graph.local.index.graphhandler.AbstractGraphHandler
 
AbstractGraphPerformance - Class in org.jrdf.example
 
AbstractGraphPerformance() - Constructor for class org.jrdf.example.AbstractGraphPerformance
 
AbstractIndex<T> - Class in org.jrdf.graph.local.index
 
AbstractIndex(Map<T, Map<T, Set<T>>>) - Constructor for class org.jrdf.graph.local.index.AbstractIndex
 
AbstractIndex() - Constructor for class org.jrdf.graph.local.index.AbstractIndex
 
AbstractLiteral - Class in org.jrdf.graph
A base implementation of an RDF Literal.
AbstractLiteral() - Constructor for class org.jrdf.graph.AbstractLiteral
 
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.
AbstractLiteral(Object) - Constructor for class org.jrdf.graph.AbstractLiteral
Construct a datatype literal based on an existing Java class.
AbstractMoleculeIndexMem - Class in org.jrdf.graph.global.index
 
AbstractMoleculeIndexMem() - Constructor for class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
AbstractMoleculeIndexMem(Map<Node, Map<Node, Map<Node, Molecule>>>) - Constructor for class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
AbstractResource - Class in org.jrdf.graph.local.mem
 
AbstractResource() - Constructor for class org.jrdf.graph.local.mem.AbstractResource
 
AbstractResource(Long, ReadWriteGraph) - Constructor for class org.jrdf.graph.local.mem.AbstractResource
 
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(Graph, GraphElementFactory) - Constructor for class org.jrdf.graph.AbstractTripleFactory
 
AbstractUnorderedContainer - Class in org.jrdf.graph.local.mem
The base class for the implementation of Bag and Alternative.
AbstractUnorderedContainer() - Constructor for class org.jrdf.graph.local.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(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 class org.jrdf.graph.AnyNode
 
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.AnyObjectNode
 
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.AnyPredicateNode
 
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.AnySubjectNode
 
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.local.mem.BlankNodeResourceImpl
 
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.local.mem.URIReferenceResourceImpl
 
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
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.BlankNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.LiteralNodeType
 
accept(NodeTypeVisitor) - Method in interface org.jrdf.query.relation.type.NodeType
Accept a call from a NodeTypeVisitor.
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.ObjectNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.PredicateNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.PredicateObjectNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.ResourceNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.SubjectNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.SubjectObjectNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.SubjectPredicateNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.SubjectPredicateObjectNodeType
 
accept(NodeTypeVisitor) - Method in class org.jrdf.query.relation.type.URIReferenceNodeType
 
add(Molecule) - Method in interface org.jrdf.graph.global.GlobalizedGraph
Adds the given molecule and its associated triples to the graph.
add(Molecule) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
add(Node, Node, Node, Molecule) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
add(Node, Node, Node, Molecule) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
add(Triple) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
add(NewMolecule) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
add(Set<Triple>) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
add(Triple, NewMolecule) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
add(Triple, Triple) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
add(Triple) - Method in interface org.jrdf.graph.global.molecule.Molecule
Adds the given triple to the molecule.
add(Set<Triple>) - Method in interface org.jrdf.graph.global.molecule.Molecule
Adds a set of triples to this molecule.
add(Triple) - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
add(Set<Triple>) - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
add(Triple) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
add(NewMolecule) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
add(Triple, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
add(Triple, Triple) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
add(Triple) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
add(Triple, NewMolecule) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
add(Triple, Triple) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
add(NewMolecule) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
add(Set<Triple>) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
add(Triple) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
add(NewMolecule) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
add(Triple, NewMolecule) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
add(Triple, Triple) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
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(Triple...) - Method in interface org.jrdf.graph.Graph
Adds all the triples into the graph.
add(T...) - Method in class org.jrdf.graph.local.index.AbstractIndex
 
add(T...) - Method in interface org.jrdf.graph.local.index.Index
Adds a triple to a single index.
add(Long...) - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
add(Long...) - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
add(ObjectNode) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
add(ObjectNode) - Method in class org.jrdf.graph.local.mem.AlternativeImpl
 
add(Iterator<Triple>) - Method in class org.jrdf.graph.local.mem.GraphImpl
 
add(Triple...) - Method in class org.jrdf.graph.local.mem.GraphImpl
 
add(Triple) - Method in class org.jrdf.graph.local.mem.GraphImpl
 
add(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.mem.GraphImpl
 
addAll(Collection<? extends ObjectNode>) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
addAlternative(SubjectNode, Alternative) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addAlternative(SubjectNode, Alternative) - Method in interface org.jrdf.graph.TripleFactory
Inserts a alternative using the given subject.
addBag(SubjectNode, Bag) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addBag(SubjectNode, Bag) - Method in interface org.jrdf.graph.TripleFactory
Inserts a bag using the given subject.
addCollection(SubjectNode, Collection) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addCollection(SubjectNode, Collection) - 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
 
addNodeValues(NodePool, List<Map<Long, String>>) - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
addNodeValues(NodePool, List<Map<Long, String>>) - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
addPrefix(String, String) - Method in interface org.jrdf.sparql.builder.TripleBuilder
 
addPrefix(String, String) - Method in class org.jrdf.sparql.builder.TripleBuilderImpl
 
addSecondaryValueCreator(Class<?>, URI, ValueCreator) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
If you want to bind more than one Java type to a given URI use this for alternative bindings.
addSecondaryValueCreator(Class<?>, URI, ValueCreator) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
addSequence(SubjectNode, Sequence) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addSequence(SubjectNode, Sequence) - Method in interface org.jrdf.graph.TripleFactory
Inserts a sequence using the given subject.
addTriple(URI, URI, URI) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addTriple(URI, URI, String) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addTriple(URI, URI, Object) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addTriple(URI, URI, String, String) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addTriple(URI, URI, String, URI) - Method in class org.jrdf.graph.AbstractTripleFactory
 
addTriple(URI, URI, URI) - Method in interface org.jrdf.graph.TripleFactory
Creates and adds a new triple to the graph.
addTriple(URI, URI, String) - Method in interface org.jrdf.graph.TripleFactory
Creates and adds a new triple to the graph.
addTriple(URI, URI, Object) - Method in interface org.jrdf.graph.TripleFactory
Creates and adds a new triple to the graph.
addTriple(URI, URI, String, String) - Method in interface org.jrdf.graph.TripleFactory
Creates and adds new triple to the graph.
addTriple(URI, URI, String, URI) - Method in interface org.jrdf.graph.TripleFactory
Creates and adds new triple to graph.
addTripleToGraph(Triple) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
Converts a triple from one graph and puts it into the target graph.
addTripleToGraph(Triple) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
addValue(PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.mem.AbstractResource
 
addValue(PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Resource
Add a new triple with this as the subject, the given predicate and object.
addValueCreator(URI, ValueCreator) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Add a value create for a given URI.
addValueCreator(URI, Class<?>, ValueCreator) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Add a value create for a given URI.
addValueCreator(URI, ValueCreator) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
addValueCreator(URI, Class<?>, ValueCreator) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
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 - Interface in org.jrdf.graph
An Alt is a list of unordered statements which prevents duplicates.
AlternativeImpl - Class in org.jrdf.graph.local.mem
An implementation of Alternative.
AlternativeImpl() - Constructor for class org.jrdf.graph.local.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
An extension to DyadicJoin - use to differentiate itself from other DyadicJoins The complement of semijoin.
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.
ANY_URI - Static variable in class org.jrdf.vocabulary.XSD
URI of the anyURI type.
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.
AnyResourceIterator - Class in org.jrdf.graph.local.mem.iterator
 
AnyResourceIterator(LongIndex[], GraphHandler[], ResourceFactory, NodePool) - Constructor for class org.jrdf.graph.local.mem.iterator.AnyResourceIterator
 
AnyResourcePredicateIterator - Class in org.jrdf.graph.local.disk.iterator
 
AnyResourcePredicateIterator(TripleBTree, GraphHandler) - Constructor for class org.jrdf.graph.local.disk.iterator.AnyResourcePredicateIterator
 
AnyResourcePredicateIterator - Class in org.jrdf.graph.local.mem.iterator
 
AnyResourcePredicateIterator(LongIndex, NodePool) - Constructor for class org.jrdf.graph.local.mem.iterator.AnyResourcePredicateIterator
 
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 *
AnyURIValue - Class in org.jrdf.graph.datatype
 
AnyURIValue() - Constructor for class org.jrdf.graph.datatype.AnyURIValue
 
AnyURIValue(URI) - Constructor for class org.jrdf.graph.datatype.AnyURIValue
 
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.local.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
 
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
 
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
 
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 - 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.local.mem
An implementation of Bag.
BagImpl() - Constructor for class org.jrdf.graph.local.mem.BagImpl
 
BASE64BINARY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#base64Binary *
BASE_64_BINARY - Static variable in class org.jrdf.vocabulary.XSD
URI for the base64 binary data type.
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.
BASE_URI - Static variable in class org.jrdf.vocabulary.XSD
The URI of the XSD name space.
BasicOperations - Class in org.jrdf.graph.local.index.operation.mem
Just a spike.
BasicOperations() - Constructor for class org.jrdf.graph.local.index.operation.mem.BasicOperations
 
BasicOperations.DoCopyTripleStuff - Class in org.jrdf.graph.local.index.operation.mem
 
BasicOperations.DoCopyTripleStuff(LongIndex) - Constructor for class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoCopyTripleStuff
 
BasicOperations.DoIntersectionTripleStuff - Class in org.jrdf.graph.local.index.operation.mem
 
BasicOperations.DoIntersectionTripleStuff(LongIndex, Set<Long>) - Constructor for class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoIntersectionTripleStuff
 
BasicOperations.DoReconstructTripleStuff - Class in org.jrdf.graph.local.index.operation.mem
 
BasicOperations.DoReconstructTripleStuff(LongIndex, LongIndex) - Constructor for class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoReconstructTripleStuff
 
BasicOperations.DoRemoveTripleStuff - Class in org.jrdf.graph.local.index.operation.mem
 
BasicOperations.DoRemoveTripleStuff(Set<Long>) - Constructor for class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoRemoveTripleStuff
 
BdbBlankNodeRegistryImpl - Class in org.jrdf.writer.bdb
 
BdbBlankNodeRegistryImpl(MapFactory) - Constructor for class org.jrdf.writer.bdb.BdbBlankNodeRegistryImpl
 
BdbEnvironmentHandler - Interface in org.jrdf.util.bdb
 
BdbEnvironmentHandlerImpl - Class in org.jrdf.util.bdb
 
BdbEnvironmentHandlerImpl(DirectoryHandler) - Constructor for class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
BdbMapFactory - Class in org.jrdf.map
 
BdbMapFactory(BdbEnvironmentHandler, String) - Constructor for class org.jrdf.map.BdbMapFactory
 
BdbNodePoolFactory - Class in org.jrdf.graph.local.index.nodepool.bdb
 
BdbNodePoolFactory(BdbEnvironmentHandler, long) - Constructor for class org.jrdf.graph.local.index.nodepool.bdb.BdbNodePoolFactory
 
BdbSortedSetFactory - Class in org.jrdf.set
 
BdbSortedSetFactory(BdbEnvironmentHandler, String) - Constructor for class org.jrdf.set.BdbSortedSetFactory
 
BlankNode - Interface in org.jrdf.graph
RDF blank node.
BlankNodeBinding - Class in org.jrdf.util.bdb
 
BlankNodeBinding() - Constructor for class org.jrdf.util.bdb.BlankNodeBinding
 
BlankNodeComparator - Interface in org.jrdf.graph.local.mem
 
BlankNodeImpl - Class in org.jrdf.graph.global
Globalized implementation of a BlankNode.
BlankNodeImpl() - Constructor for class org.jrdf.graph.global.BlankNodeImpl
 
BlankNodeImpl - Class in org.jrdf.graph.local.mem
RDF blank node.
BlankNodeImpl(String, Long) - Constructor for class org.jrdf.graph.local.mem.BlankNodeImpl
The constructor for this node.
BlankNodeMapper - Interface in org.jrdf.graph.global.molecule
 
BlankNodeMapperImpl - Class in org.jrdf.graph.global.molecule
 
BlankNodeMapperImpl() - Constructor for class org.jrdf.graph.global.molecule.BlankNodeMapperImpl
 
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 registry of BlankNodes that are encountered while writing a Graph.
BlankNodeResourceImpl - Class in org.jrdf.graph.local.mem
 
BlankNodeType - Class in org.jrdf.query.relation.type
A blank node type.
BlankNodeType() - Constructor for class org.jrdf.query.relation.type.BlankNodeType
 
BNODE_TYPE - Static variable in class org.jrdf.query.relation.type.BlankNodeType
BlankNodeType constant.
bNodeRegistry - Variable in class org.jrdf.graph.local.mem.GraphImpl
Registry used for the toString method.
BOOLEAN - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#boolean *
BOOLEAN - Static variable in class org.jrdf.vocabulary.XSD
URI of the boolean type.
BooleanValue - Class in org.jrdf.graph.datatype
 
BooleanValue() - Constructor for class org.jrdf.graph.datatype.BooleanValue
 
BTree - Class in org.jrdf.graph.local.index.longindex.sesame
Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTree(File, int, int) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.BTree
Creates a new BTree that uses an instance of DefaultBTreeValueComparator to compare values.
BTree(File, int, int, boolean) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.BTree
Creates a new BTree that uses an instance of DefaultBTreeValueComparator to compare values.
BTree(File, int, int, BTreeValueComparator) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.BTree
Creates a new BTree that uses the supplied BTreeValueComparator to compare the values that are or will be stored in the B-Tree.
BTree(File, int, int, BTreeValueComparator, boolean) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.BTree
Creates a new BTree that uses the supplied BTreeValueComparator to compare the values that are or will be stored in the B-Tree.
BTreeFactory - Interface in org.jrdf.graph.local.index.longindex.sesame
 
BTreeFactoryImpl - Class in org.jrdf.graph.local.index.longindex.sesame
 
BTreeFactoryImpl() - Constructor for class org.jrdf.graph.local.index.longindex.sesame.BTreeFactoryImpl
 
BTreeGraphIterator - Class in org.jrdf.graph.local.disk.iterator
 
BTreeGraphIterator(TripleBTree, GraphHandler, Long...) - Constructor for class org.jrdf.graph.local.disk.iterator.BTreeGraphIterator
 
BTreeIterator - Interface in org.jrdf.graph.local.index.longindex.sesame
An iterator that iterates over the values in a BTree.
BTreeValueComparator - Interface in org.jrdf.graph.local.index.longindex.sesame
 
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 *
BYTE - Static variable in class org.jrdf.vocabulary.XSD
Byte data type.
ByteArrayUtil - Class in org.jrdf.graph.local.index.longindex.sesame
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
 
ByteHandler - Class in org.jrdf.graph.local.index.longindex.sesame
 
ByteTripleComparatorFactory - Interface in org.jrdf.util.bdb
 
ByteTripleComparatorFactoryImpl - Class in org.jrdf.util.bdb
 
ByteTripleComparatorFactoryImpl(GroundedTripleComparatorFactory) - Constructor for class org.jrdf.util.bdb.ByteTripleComparatorFactoryImpl
 
ByteTripleComparatorImpl - Class in org.jrdf.util.bdb
 
ByteTripleComparatorImpl(TripleComparator, TripleBinding) - Constructor for class org.jrdf.util.bdb.ByteTripleComparatorImpl
 
ByteValue - Class in org.jrdf.graph.datatype
 
ByteValue() - Constructor for class org.jrdf.graph.datatype.ByteValue
 

C

CalendarValue - Class in org.jrdf.graph.datatype
 
CalendarValue() - Constructor for class org.jrdf.graph.datatype.CalendarValue
 
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 interface org.jrdf.graph.global.GlobalizedGraph
Remove all molecules from the graph.
clear() - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
clear() - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
clear() - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
clear() - Method in interface org.jrdf.graph.Graph
Removes all statements and resource related to those statements from the graph.
clear() - Method in class org.jrdf.graph.local.index.AbstractIndex
 
clear() - Method in interface org.jrdf.graph.local.index.Index
Removes all triples from this index.
clear() - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
clear() - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Removes all values from the B-Tree.
clear() - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
clear() - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Removes all entries from the nodepool.
clear() - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
clear() - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
clear() - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
clear() - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
clear() - Method in class org.jrdf.graph.local.mem.GraphImpl
 
clear() - Method in class org.jrdf.graph.local.mem.ReadWriteGraphImpl
 
clear() - Method in interface org.jrdf.graph.local.mem.WritableGraph
 
clear() - Method in class org.jrdf.graph.local.mem.WritableGraphImpl
 
clear() - Method in class org.jrdf.parser.bnodefactory.ParserBlankNodeFactoryImpl
 
clear() - Method in interface org.jrdf.parser.ParserBlankNodeFactory
Resets this ParserBlankNodeFactory.
clear() - Method in class org.jrdf.writer.bdb.BdbBlankNodeRegistryImpl
 
clear() - Method in interface org.jrdf.writer.BlankNodeRegistry
Reset the associations between blank nodes and node ids.
clear() - Method in class org.jrdf.writer.mem.MemBlankNodeRegistryImpl
 
ClosableIterator<E> - Interface in org.jrdf.util
An that intializes objects from a graph one at a time.
ClosableMemIterator<Triple> - Interface in org.jrdf.graph.local.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.global.GlobalizedGraph
Closes any open resources.
close() - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
close() - Method in class org.jrdf.graph.global.iterator.GlobalizedGraphIterator
 
close() - Method in class org.jrdf.graph.global.iterator.OneFixedIterator
 
close() - Method in class org.jrdf.graph.global.iterator.ThreeFixedIterator
 
close() - Method in class org.jrdf.graph.global.iterator.TwoFixedIterator
 
close() - Method in interface org.jrdf.graph.Graph
Closes any resources associated with this graph.
close() - Method in class org.jrdf.graph.local.disk.iterator.AnyResourcePredicateIterator
 
close() - Method in class org.jrdf.graph.local.disk.iterator.BTreeGraphIterator
 
close() - Method in class org.jrdf.graph.local.index.AbstractIndex
 
close() - Method in interface org.jrdf.graph.local.index.Index
 
close() - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
close() - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Closes any opened files and release any resources used by this B-Tree.
close() - Method in interface org.jrdf.graph.local.index.longindex.sesame.BTreeIterator
Closes the iterator, freeing any resources that it uses.
close() - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
close() - Method in class org.jrdf.graph.local.index.nodepool.bdb.BdbNodePoolFactory
 
close() - Method in class org.jrdf.graph.local.index.nodepool.db4o.Db4oNodePoolFactory
 
close() - Method in class org.jrdf.graph.local.index.nodepool.mem.MemNodePoolFactory
 
close() - Method in interface org.jrdf.graph.local.index.nodepool.NodePoolFactory
Close any resources related to creating node pools.
close() - Method in class org.jrdf.graph.local.iterator.EmptyClosableIterator
 
close() - Method in class org.jrdf.graph.local.iterator.NodeTypeIterator
 
close() - Method in class org.jrdf.graph.local.iterator.PredicateClosableIterator
 
close() - Method in class org.jrdf.graph.local.iterator.TripleClosableIterator
 
close() - Method in class org.jrdf.graph.local.mem.GraphImpl
 
close() - Method in class org.jrdf.graph.local.mem.iterator.AnyResourcePredicateIterator
 
close() - Method in class org.jrdf.graph.local.mem.iterator.FixedResourcePredicateIterator
 
close() - Method in class org.jrdf.graph.local.mem.iterator.GraphIterator
Closes the iterator by freeing any resources that it current holds.
close() - Method in class org.jrdf.graph.local.mem.iterator.ObjectNodeIterator
 
close() - Method in class org.jrdf.graph.local.mem.iterator.OneFixedIterator
 
close() - Method in class org.jrdf.graph.local.mem.iterator.SubjectNodeIterator
 
close() - Method in class org.jrdf.graph.local.mem.iterator.ThreeFixedIterator
 
close() - Method in class org.jrdf.graph.local.mem.iterator.TwoFixedIterator
 
close() - Method in interface org.jrdf.JRDFFactory
Closes any open resource created by the factory.
close() - Method in class org.jrdf.map.BdbMapFactory
 
close() - Method in class org.jrdf.map.Db4oMapFactory
 
close() - Method in interface org.jrdf.map.MapFactory
 
close() - Method in class org.jrdf.map.MemMapFactory
 
close() - Method in class org.jrdf.parser.bnodefactory.ParserBlankNodeFactoryImpl
 
close() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
close() - Method in interface org.jrdf.parser.ParserBlankNodeFactory
Close any resource used by the blank node factory.
close() - Method in interface org.jrdf.query.JrdfQueryExecutor
 
close() - Method in class org.jrdf.set.BdbSortedSetFactory
 
close() - Method in class org.jrdf.set.MemSortedSetFactory
 
close() - Method in interface org.jrdf.set.SortedSetFactory
Close any resources used by the factory - possibly database connections, file handles and the like.
close() - Method in class org.jrdf.SortedBdbJRDFFactory
 
close() - Method in class org.jrdf.SortedDiskJRDFFactory
 
close() - Method in class org.jrdf.SortedMemoryJRDFFactory
 
close() - Method in class org.jrdf.SpringJRDFFactory
 
close() - Method in interface org.jrdf.util.ClosableIterator
Closes the iterator by freeing any resources that it current holds.
close() - Method in class org.jrdf.writer.bdb.BdbBlankNodeRegistryImpl
 
close() - Method in interface org.jrdf.writer.BlankNodeRegistry
Close any resource used by the blank node factory.
close() - Method in class org.jrdf.writer.mem.MemBlankNodeRegistryImpl
 
Collection - Interface in org.jrdf.graph
A Collection holds all the statements of a particular group.
CollectionImpl - Class in org.jrdf.graph.local.mem
A Collection all the statements of a particular group.
CollectionImpl() - Constructor for class org.jrdf.graph.local.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(Literal, Literal) - Method in class org.jrdf.graph.datatype.LexicalComparatorImpl
 
compare(Literal, Literal) - Method in class org.jrdf.graph.datatype.SemanticComparatorImpl
 
compare(Triple, Triple) - Method in class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
compare(Molecule, Molecule) - Method in class org.jrdf.graph.global.molecule.HeadTripleComparator