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.performance
 
AbstractGraphPerformance() - Constructor for class org.jrdf.example.performance.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
 
AbstractResource() - Constructor for class org.jrdf.graph.local.AbstractResource
 
AbstractResource(Graph, LocalizedNode) - Constructor for class org.jrdf.graph.local.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.BlankNodeResourceImpl
 
accept(TypedNodeVisitor) - Method in class org.jrdf.graph.local.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(Iterator<Triple>) - Method in class org.jrdf.graph.local.GraphImpl
 
add(Triple...) - Method in class org.jrdf.graph.local.GraphImpl
 
add(Triple) - Method in class org.jrdf.graph.local.GraphImpl
 
add(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.GraphImpl
 
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
 
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
 
AddPerformance - Interface in org.jrdf.example.performance
 
addPerformance(int, Graph, GraphPerformance) - Method in interface org.jrdf.example.performance.AddPerformance
Creates 10 times the given number of nodes for a given graph.
addPerformance(int, Graph, GraphPerformance) - Method in class org.jrdf.example.performance.AddPerformanceImpl
 
AddPerformanceImpl - Class in org.jrdf.example.performance
 
AddPerformanceImpl(int, String, String, String) - Constructor for class org.jrdf.example.performance.AddPerformanceImpl
 
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.AbstractResource
 
addValue(URI, URI) - Method in class org.jrdf.graph.local.AbstractResource
 
addValue(URI, String) - Method in class org.jrdf.graph.local.AbstractResource
 
addValue(URI, Resource) - Method in class org.jrdf.graph.local.AbstractResource
 
addValue(URI, Object) - Method in class org.jrdf.graph.local.AbstractResource
 
addValue(URI, String, String) - Method in class org.jrdf.graph.local.AbstractResource
 
addValue(URI, String, URI) - Method in class org.jrdf.graph.local.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.
addValue(URI, URI) - Method in interface org.jrdf.graph.Resource
 
addValue(URI, String) - Method in interface org.jrdf.graph.Resource
 
addValue(URI, Resource) - Method in interface org.jrdf.graph.Resource
 
addValue(URI, Object) - Method in interface org.jrdf.graph.Resource
 
addValue(URI, String, String) - Method in interface org.jrdf.graph.Resource
 
addValue(URI, String, URI) - Method in interface org.jrdf.graph.Resource
 
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.iterator
 
AnyResourceIterator(LongIndex[], ResourceFactory, NodePool) - Constructor for class org.jrdf.graph.local.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.iterator
 
AnyResourcePredicateIterator(LongIndex, NodePool) - Constructor for class org.jrdf.graph.local.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
 
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
RDF blank node.
BlankNodeImpl(String, Long) - Constructor for class org.jrdf.graph.local.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
 
BlankNodeResourceIterator - Class in org.jrdf.graph.local.iterator
 
BlankNodeResourceIterator(ResourceFactory, NodePool) - Constructor for class org.jrdf.graph.local.iterator.BlankNodeResourceIterator
 
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.
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.GraphImpl
 
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.ReadWriteGraphImpl
 
clear() - Method in interface org.jrdf.graph.local.WritableGraph
 
clear() - Method in class org.jrdf.graph.local.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.
ClosableLocalIterator<Triple> - Interface in org.jrdf.graph.local.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.GraphImpl
 
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.AnyResourcePredicateIterator
 
close() - Method in class org.jrdf.graph.local.iterator.BlankNodeResourceIterator
 
close() - Method in class org.jrdf.graph.local.iterator.EmptyClosableIterator
 
close() - Method in class org.jrdf.graph.local.iterator.FixedResourcePredicateIterator
 
close() - Method in class org.jrdf.graph.local.iterator.GraphIterator
Closes the iterator by freeing any resources that it current holds.
close() - Method in class org.jrdf.graph.local.iterator.NodeTypeIterator
 
close() - Method in class org.jrdf.graph.local.iterator.ObjectNodeIterator
 
close() - Method in class org.jrdf.graph.local.iterator.OneFixedIterator
 
close() - Method in class org.jrdf.graph.local.iterator.PredicateClosableIterator
 
close() - Method in class org.jrdf.graph.local.iterator.ResourceIterator
 
close() - Method in class org.jrdf.graph.local.iterator.SubjectNodeIterator
 
close() - Method in class org.jrdf.graph.local.iterator.ThreeFixedIterator
 
close() - Method in class org.jrdf.graph.local.iterator.TripleClosableIterator
 
close() - Method in class org.jrdf.graph.local.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
 
compare(NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.NewMoleculeComparatorImpl
 
compare(NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.NewMoleculeHeadTripleComparatorImpl
 
compare(Triple, Triple) - Method in class org.jrdf.graph.global.ReverseGroundedTripleComparatorImpl
 
compare(BlankNode, BlankNode) - Method in class org.jrdf.graph.local.GlobalizedBlankNodeComparatorImpl
 
compare(BlankNode, BlankNode) - Method in class org.jrdf.graph.local.LocalizedBlankNodeComparatorImpl
 
compare(LocalizedNode, LocalizedNode) - Method in class org.jrdf.graph.local.LocalizedNodeComparatorImpl
 
compare(Node, Node) - Method in class org.jrdf.graph.local.NodeComparatorImpl
 
compare(Triple, Triple) - Method in class org.jrdf.graph.local.TripleComparatorImpl
 
compare(Resource, Resource) - Method in class org.jrdf.graph.ResourceComparator
 
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(byte[], byte[]) - Method in class org.jrdf.util.bdb.ByteTripleComparatorImpl
 
compare(NodeTypeEnum, NodeTypeEnum) - Method in class org.jrdf.util.NodeTypeComparatorImpl
 
compareBTreeValues(byte[], byte[], int, int) - Method in interface org.jrdf.graph.local.index.longindex.sesame.BTreeValueComparator
Compares the supplied key to the value of length length, starting at offset offset in the supplied data array.
compareBTreeValues(byte[], byte[], int, int) - Method in class org.jrdf.graph.local.index.longindex.sesame.DefaultBTreeValueComparator
 
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
 
compareLanguage(Literal, Literal, boolean) - Method in interface org.jrdf.graph.datatype.LexicalComparator
 
compareLanguage(Literal, Literal, boolean) - Method in class org.jrdf.graph.datatype.LexicalComparatorImpl
 
compareLexicalForm(Literal, Literal) - Method in interface org.jrdf.graph.datatype.LexicalComparator
 
compareLexicalForm(Literal, Literal) - Method in class org.jrdf.graph.datatype.LexicalComparatorImpl
 
compareLiteralTypes(Literal, Literal) - Method in interface org.jrdf.graph.datatype.LexicalComparator
Returns order based on literal type, always goes plain, language and then data type.
compareLiteralTypes(Literal, Literal) - Method in class org.jrdf.graph.datatype.LexicalComparatorImpl
 
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
 
compareRegion(byte[], int, byte[], int, int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Compares two regions of bytes, indicating whether one is larger than the other.
compareShorts(String, String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.AnyURIValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.BooleanValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.ByteValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.CalendarValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DateTimeValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DecimalValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DoubleValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DurationValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.FloatValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.IntegerValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.IntValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.LongValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.QNameValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.ShortValue
 
compareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.StringValue
 
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.local.index.operation.mem
Default in memory Comparison.
ComparisonImpl() - Constructor for class org.jrdf.graph.local.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.ResourceNodeType
 
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 - 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(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.global.GlobalizedGraph
Check to see if the given triple exists within the graph.
contains(Triple) - Method in interface org.jrdf.graph.global.GlobalizedGraph
Check to see if the given triple exists within the graph.
contains(Molecule) - Method in interface org.jrdf.graph.global.GlobalizedGraph
Check to see if a given molecule exists - or part thereof.
contains(Molecule) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
contains(Triple) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
contains(Node) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
contains(Node) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
contains(Triple) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
contains(NewMolecule) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
contains(Triple) - Method in interface org.jrdf.graph.global.molecule.Molecule
Checks to see if the given triple exists within the molecule.
contains(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.global.molecule.Molecule
Checks to see if the given triple exists within the molecule.
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
contains(Triple) - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
contains(NewMolecule) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
contains(Triple) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
contains(Triple) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
contains(NewMolecule) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
contains(NewMolecule) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
contains(Triple) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
contains(Triple) - Method in interface org.jrdf.graph.Graph
Test the graph for the occurrence of the triple.
contains(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Graph
Test the graph for the occurrence of a statement.
contains(Triple) - Method in class org.jrdf.graph.local.GraphImpl
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.GraphImpl
 
contains(T) - Method in class org.jrdf.graph.local.index.AbstractIndex
 
contains(T) - Method in interface org.jrdf.graph.local.index.Index
Returns true if the value given exists in the index.
contains(Long) - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
contains(Long) - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
contains(Object) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.local.ReadableGraph
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.ReadableGraphImpl
 
contains(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
containsAll(Collection<?>) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
containsValue(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.AbstractGlobalizedGraph
 
convertToBlankNode(String) - Method in interface org.jrdf.graph.local.index.nodepool.StringNodeMapper
 
convertToBlankNode(String) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
convertToConstants(Relation) - Method in interface org.jrdf.query.relation.operation.mem.common.RelationProcessor
Converts a relation with no heading and no tuples to false (TABLE_DUM) and a relation with no heading but some tuples to true (TABLE_DEE).
convertToConstants(Relation) - Method in class org.jrdf.query.relation.operation.mem.common.RelationProcessorImpl
 
convertToLiteral(String, Long) - Method in interface org.jrdf.graph.local.index.nodepool.StringNodeMapper
 
convertToLiteral(String, Long) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
convertToString(Node) - Method in interface org.jrdf.graph.local.index.nodepool.StringNodeMapper
 
convertToString(Node) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
convertToURIReference(String, Long) - Method in interface org.jrdf.graph.local.index.nodepool.StringNodeMapper
 
convertToURIReference(String, Long) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
copyEntriesToIndex(LongIndex, LongIndex) - Static method in class org.jrdf.graph.local.index.operation.mem.BasicOperations
 
copyGraph(Graph, Graph) - Method in interface org.jrdf.graph.local.util.CopyGraphUtil
Copies all the triples in source graph to target graph, respecting the blank node "identifies".
copyGraph(Graph, Graph) - Method in class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
CopyGraphUtil - Interface in org.jrdf.graph.local.util
 
CopyGraphUtilImpl - Class in org.jrdf.graph.local.util
 
CopyGraphUtilImpl(MapFactory, SortedSetFactory) - Constructor for class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
copyTriplesForNode(Graph, Graph, Node, Node) - Method in interface org.jrdf.graph.local.util.CopyGraphUtil
Given a node, copies all the triples that include
copyTriplesForNode(Graph, Graph, Node, Node) - Method in class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
copyTriplesForObjectNode(Graph, Graph, ObjectNode, ObjectNode) - Method in interface org.jrdf.graph.local.util.CopyGraphUtil
 
copyTriplesForObjectNode(Graph, Graph, ObjectNode, ObjectNode) - Method in class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
copyTriplesForSubjectNode(Graph, Graph, SubjectNode, SubjectNode) - Method in interface org.jrdf.graph.local.util.CopyGraphUtil
 
copyTriplesForSubjectNode(Graph, Graph, SubjectNode, SubjectNode) - Method in class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
correctValueType(DatatypeValue, URI) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Allows the user to verify that the Value created is the correct type for the given URI.
correctValueType(DatatypeValue, URI) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
create(Object) - Method in class org.jrdf.graph.datatype.AnyURIValue
 
create(String) - Method in class org.jrdf.graph.datatype.AnyURIValue
 
create(Object) - Method in class org.jrdf.graph.datatype.BooleanValue
 
create(String) - Method in class org.jrdf.graph.datatype.BooleanValue
 
create(Object) - Method in class org.jrdf.graph.datatype.ByteValue
 
create(String) - Method in class org.jrdf.graph.datatype.ByteValue
 
create(Object) - Method in class org.jrdf.graph.datatype.CalendarValue
 
create(String) - Method in class org.jrdf.graph.datatype.CalendarValue
 
create(Object) - Method in class org.jrdf.graph.datatype.DateTimeValue
 
create(String) - Method in class org.jrdf.graph.datatype.DateTimeValue
 
create(Object) - Method in class org.jrdf.graph.datatype.DecimalValue
 
create(String) - Method in class org.jrdf.graph.datatype.DecimalValue
 
create(Object) - Method in class org.jrdf.graph.datatype.DoubleValue
 
create(String) - Method in class org.jrdf.graph.datatype.DoubleValue
 
create(Object) - Method in class org.jrdf.graph.datatype.DurationValue
 
create(String) - Method in class org.jrdf.graph.datatype.DurationValue
 
create(Object) - Method in class org.jrdf.graph.datatype.FloatValue
 
create(String) - Method in class org.jrdf.graph.datatype.FloatValue
 
create(Object) - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
create(String) - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
create(Object) - Method in class org.jrdf.graph.datatype.IntegerValue
 
create(String) - Method in class org.jrdf.graph.datatype.IntegerValue
 
create(Object) - Method in class org.jrdf.graph.datatype.IntValue
 
create(String) - Method in class org.jrdf.graph.datatype.IntValue
 
create(Object) - Method in class org.jrdf.graph.datatype.LongValue
 
create(String) - Method in class org.jrdf.graph.datatype.LongValue
 
create(Object) - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
create(String) - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
create(Object) - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
create(String) - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
create(Object) - Method in class org.jrdf.graph.datatype.QNameValue
 
create(String) - Method in class org.jrdf.graph.datatype.QNameValue
 
create(Object) - Method in class org.jrdf.graph.datatype.ShortValue
 
create(String) - Method in class org.jrdf.graph.datatype.ShortValue
 
create(Object) - Method in class org.jrdf.graph.datatype.StringValue
 
create(String) - Method in class org.jrdf.graph.datatype.StringValue
 
create(Object) - Method in interface org.jrdf.graph.datatype.ValueCreator
Create a value based on an Java value.
create(String) - Method in interface org.jrdf.graph.datatype.ValueCreator
 
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 interface org.jrdf.graph.GraphElementFactory
Create a blank node that is associated with a specific graph.
createBlankNode() - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createBlankNode() - Method in class org.jrdf.parser.bnodefactory.ParserBlankNodeFactoryImpl
 
createBlankNode(String) - Method in class org.jrdf.parser.bnodefactory.ParserBlankNodeFactoryImpl
 
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.
createBTree(DirectoryHandler, String) - Method in interface org.jrdf.graph.local.index.longindex.sesame.BTreeFactory
 
createBTree(DirectoryHandler, String) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTreeFactoryImpl
 
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(Object) - Method in interface org.jrdf.graph.GraphElementFactory
Converts a known Java class (such as Integer) into an RDF literal (XSD:int).
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(Object) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createLiteral(String) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createLiteral(String, String) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createLiteral(String, URI) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createLiteral(ALiteralObjectTripleElement) - Method in interface org.jrdf.sparql.builder.LiteralBuilder
 
createLiteral(ALiteralObjectTripleElement) - Method in class org.jrdf.sparql.builder.LiteralBuilderImpl
 
createLocalBlankNode() - Method in interface org.jrdf.graph.local.index.nodepool.Localizer
 
createLocalBlankNode() - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
createLocalLiteral(String) - Method in interface org.jrdf.graph.local.index.nodepool.Localizer
 
createLocalLiteral(String) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
createLocalURIReference(URI, boolean) - Method in interface org.jrdf.graph.local.index.nodepool.Localizer
 
createLocalURIReference(URI, boolean) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
createMap(NewMolecule, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.BlankNodeMapper
 
createMap(NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.BlankNodeMapperImpl
 
createMap(Class<T>, Class<A>) - Method in class org.jrdf.map.BdbMapFactory
 
createMap(Class<T>, Class<A>) - Method in class org.jrdf.map.Db4oMapFactory
 
createMap(Class<T>, Class<A>) - Method in interface org.jrdf.map.MapFactory
 
createMap(Class<T>, Class<A>) - Method in class org.jrdf.map.MemMapFactory
 
createMap(Database, Class<T>, Class<A>) - Method in interface org.jrdf.util.bdb.BdbEnvironmentHandler
 
createMap(Database, Class<T>, Class<A>) - Method in class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
createMapper() - Method in interface org.jrdf.graph.local.index.nodepool.StringNodeMapperFactory
 
createMapper() - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperFactoryImpl
 
createMatcher(Pattern, CharSequence) - Method in interface org.jrdf.util.boundary.RegexMatcherFactory
 
createMatcher(Pattern, CharSequence) - Method in class org.jrdf.util.boundary.RegexMatcherFactoryImpl
 
createMolecue() - Method in interface org.jrdf.graph.global.molecule.NewMoleculeFactory
 
createMolecue() - Method in class org.jrdf.graph.global.molecule.NewMoleculeFactoryImpl
 
createMolecule(Triple...) - Method in interface org.jrdf.graph.global.molecule.MoleculeFactory
 
createMolecule(Set<Triple>) - Method in interface org.jrdf.graph.global.molecule.MoleculeFactory
 
createMolecule(Triple...) - Method in class org.jrdf.graph.global.molecule.MoleculeFactoryImpl
 
createMolecule(Set<Triple>) - Method in class org.jrdf.graph.global.molecule.MoleculeFactoryImpl
 
createMolecule(Triple...) - Method in interface org.jrdf.graph.global.molecule.NewMoleculeFactory
 
createMolecule(Set<Triple>) - Method in interface org.jrdf.graph.global.molecule.NewMoleculeFactory
 
createMolecule(Triple...) - Method in class org.jrdf.graph.global.molecule.NewMoleculeFactoryImpl
 
createMolecule(Set<Triple>) - Method in class org.jrdf.graph.global.molecule.NewMoleculeFactoryImpl
 
createNewNode(Node) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
createNewNode(Node) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
createNewTriples(Iterator<Triple>) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
createNewTriples(Iterator<Triple>) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
createNodePool() - Method in class org.jrdf.graph.local.index.nodepool.bdb.BdbNodePoolFactory
 
createNodePool() - Method in class org.jrdf.graph.local.index.nodepool.db4o.Db4oNodePoolFactory
 
createNodePool() - Method in class org.jrdf.graph.local.index.nodepool.mem.MemNodePoolFactory
 
createNodePool() - Method in interface org.jrdf.graph.local.index.nodepool.NodePoolFactory
Create a new node pool.
createParser(Graph, ParserBlankNodeFactory) - Method in interface org.jrdf.parser.ntriples.ParserFactory
 
createParser(Graph, ParserBlankNodeFactory) - Method in class org.jrdf.parser.ntriples.ParserFactoryImpl
 
createQueryBuilder() - Method in interface org.jrdf.query.QueryFactory
 
createQueryBuilder() - Method in class org.jrdf.query.QueryFactoryImpl
 
createQueryEngine() - Method in interface org.jrdf.query.QueryFactory
 
createQueryEngine() - Method in class org.jrdf.query.QueryFactoryImpl
 
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
 
createRelationFactory() - Method in interface org.jrdf.query.QueryFactory
 
createRelationFactory() - Method in class org.jrdf.query.QueryFactoryImpl
 
createResource() - Method in interface org.jrdf.graph.GraphElementFactory
Create a resource, wrapping a blank node that is associated with a specific graph.
createResource(BlankNode) - Method in interface org.jrdf.graph.GraphElementFactory
Wrap a blank node in a resource.
createResource(URIReference) - Method in interface org.jrdf.graph.GraphElementFactory
Wrap a URIReference in a resource.
createResource(URI) - Method in interface org.jrdf.graph.GraphElementFactory
Create a URI reference wrapped in a Resource.
createResource(URI, boolean) - Method in interface org.jrdf.graph.GraphElementFactory
Create a URI reference wrapped in a Resource without checking if the URI given is a valid RDF URI, currently if the URI is absolute.
createResource() - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createResource(BlankNode) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createResource(URIReference) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createResource(URI) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createResource(URI, boolean) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createResource(BlankNode) - Method in interface org.jrdf.graph.local.ResourceFactory
 
createResource(URIReference) - Method in interface org.jrdf.graph.local.ResourceFactory
 
createResource(BlankNode) - Method in class org.jrdf.graph.local.ResourceFactoryImpl
 
createResource(URIReference) - Method in class org.jrdf.graph.local.ResourceFactoryImpl
 
createSet(Class<T>) - Method in class org.jrdf.set.BdbSortedSetFactory
 
createSet(Class<T>, Comparator<?>) - Method in class org.jrdf.set.BdbSortedSetFactory
 
createSet(Class<T>) - Method in class org.jrdf.set.MemSortedSetFactory
 
createSet(Class<T>, Comparator<?>) - Method in class org.jrdf.set.MemSortedSetFactory
 
createSet(Class<T>) - Method in interface org.jrdf.set.SortedSetFactory
Creates a sorted set for known type.
createSet(Class<T>, Comparator<?>) - Method in interface org.jrdf.set.SortedSetFactory
Creates a sorted set for a known type with a given comparator.
createSet(Database, Class<T>) - Method in interface org.jrdf.util.bdb.BdbEnvironmentHandler
 
createSet(Database, Class<T>) - Method in class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
createTriple(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.AbstractTripleFactory
 
createTriple(Long...) - Method in interface org.jrdf.graph.local.index.graphhandler.GraphHandler
Creates the globalized nodes based on the internal representation of the nodes.
createTriple(Long...) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler012
 
createTriple(Long...) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler120
 
createTriple(Long...) - Method in class org.jrdf.graph.local.index.graphhandler.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
 
createURIReference(URI) - Method in interface org.jrdf.graph.GraphElementFactory
Create a URI reference.
createURIReference(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.
createURIReference(URI) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createURIReference(URI, boolean) - Method in class org.jrdf.graph.local.GraphElementFactoryImpl
 
createValue(String) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Create an untyped/plain datatype from the lexical form.
createValue(Object) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Create a datatyped literal from a Java class.
createValue(URI, String) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Create a new datatype value based on a given lexical form and datatype.
createValue(String) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
createValue(Object) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
createValue(URI, String) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 

D

DATATYPE - Static variable in class org.jrdf.vocabulary.RDFS
The class of RDF datatypes.
DatatypeFactory - Interface in org.jrdf.graph.datatype
Creates data types.
DatatypeFactoryImpl - Class in org.jrdf.graph.datatype
 
DatatypeFactoryImpl(Map<URI, ValueCreator>) - Constructor for class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
datatypeURI - Variable in class org.jrdf.graph.AbstractLiteral
RDF datatype URI, NullURI for untyped literal.
DatatypeValue - Interface in org.jrdf.graph.datatype
Datatypes are values and create themselves.
DATE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#date *
DATE - Static variable in class org.jrdf.vocabulary.XSD
URI of the date type.
DATE_TIME - Static variable in class org.jrdf.vocabulary.XSD
URI of the dateTime type.
DATETIME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#dateTime *
DateTimeValue - Class in org.jrdf.graph.datatype
 
DateTimeValue() - Constructor for class org.jrdf.graph.datatype.DateTimeValue
 
Db4oMapFactory - Class in org.jrdf.map
 
Db4oMapFactory(DirectoryHandler, String) - Constructor for class org.jrdf.map.Db4oMapFactory
 
Db4oNodePoolFactory - Class in org.jrdf.graph.local.index.nodepool.db4o
 
Db4oNodePoolFactory(DirectoryHandler, long) - Constructor for class org.jrdf.graph.local.index.nodepool.db4o.Db4oNodePoolFactory
 
DECIMAL - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#decimal *
DECIMAL - Static variable in class org.jrdf.vocabulary.XSD
URI of the decimal type.
DECIMALS - Static variable in class org.jrdf.vocabulary.XSD
The set of all decimal and derived data types.
DecimalValue - Class in org.jrdf.graph.datatype
 
DecimalValue() - Constructor for class org.jrdf.graph.datatype.DecimalValue
 
decompose(Graph) - Method in interface org.jrdf.graph.global.molecule.GraphDecomposer
Given the graph, this method returns the graph as a set of Molecules conataining the Most Self Contained Graph.
decompose(Graph) - Method in class org.jrdf.graph.global.molecule.NaiveGraphDecomposerImpl
 
decompose(Graph) - Method in interface org.jrdf.graph.global.molecule.NewGraphDecomposer
Given the graph, this method returns the graph as a set of Molecules conataining the Most Self Contained Graph.
decompose(Graph) - Method in class org.jrdf.graph.global.molecule.NewNaiveGraphDecomposerImpl
 
DecomposerPerformance - Class in org.jrdf.example.performance
 
DecomposerPerformance() - Constructor for class org.jrdf.example.performance.DecomposerPerformance
 
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.
DefaultBTreeValueComparator - Class in org.jrdf.graph.local.index.longindex.sesame
A BTreeValueComparator that compares values with eachother by comparing all of their bytes.
DefaultBTreeValueComparator() - Constructor for class org.jrdf.graph.local.index.longindex.sesame.DefaultBTreeValueComparator
 
Difference - Interface in org.jrdf.graph.local.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.local.index.operation.mem
Just a spike.
DifferenceImpl() - Constructor for class org.jrdf.graph.local.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).
DirectoryHandler - Interface in org.jrdf.util
 
DiskIteratorFactory - Class in org.jrdf.graph.local.disk.iterator
Default implementation of the IteratorFactory.
DiskIteratorFactory(LongIndex[], GraphHandler[], NodePool, Localizer, TripleBTree[]) - Constructor for class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
DiskPerformance - Class in org.jrdf.example.performance
 
DiskPerformance() - Constructor for class org.jrdf.example.performance.DiskPerformance
 
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.local.index.operation.mem.BasicOperations.DoCopyTripleStuff
 
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoIntersectionTripleStuff
 
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoReconstructTripleStuff
 
doStuff(Long, Long, Long) - Method in class org.jrdf.graph.local.index.operation.mem.BasicOperations.DoRemoveTripleStuff
 
DOUBLE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#double *
DOUBLE - Static variable in class org.jrdf.vocabulary.XSD
URI of the double type.
DoubleValue - Class in org.jrdf.graph.datatype
 
DoubleValue() - Constructor for class org.jrdf.graph.datatype.DoubleValue
 
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.local.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 *
DURATION - Static variable in class org.jrdf.vocabulary.XSD
URI of the duration type.
DurationValue - Class in org.jrdf.graph.datatype
 
DurationValue() - Constructor for class org.jrdf.graph.datatype.DurationValue
 
DyadicJoin - Interface in org.jrdf.query.relation.operation
Merely a marker interface - used to differentiate between two types of join.
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.local.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.local.iterator
An iterator that returns no triples.
EmptyClosableIterator() - Constructor for class org.jrdf.graph.local.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 *
Entry - Class in org.jrdf.graph.local.index.longindex.sesame
 
Entry(Long, Map<Long, Set<Long>>) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.Entry
 
EntryIterator - Class in org.jrdf.graph.local.index.longindex.sesame
 
EntryIterator(BTreeIterator) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.EntryIterator
 
entryToObject(TupleInput) - Method in class org.jrdf.util.bdb.BlankNodeBinding
 
entryToObject(TupleInput) - Method in class org.jrdf.util.bdb.LongListBinding
 
entryToObject(TupleInput) - Method in class org.jrdf.util.bdb.NodeBinding
 
entryToObject(TupleInput) - Method in class org.jrdf.util.bdb.TripleBinding
 
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 class org.jrdf.graph.datatype.AnyURIValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.BooleanValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.ByteValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.CalendarValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.DateTimeValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.DecimalValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.DoubleValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.DurationValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.FloatValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.IntegerValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.IntValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.LongValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.QNameValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.ShortValue
 
equals(Object) - Method in class org.jrdf.graph.datatype.StringValue
 
equals(Object) - Method in class org.jrdf.graph.global.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 class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
equals(Object) - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
equals(Object) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
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.local.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 class org.jrdf.graph.local.BlankNodeResourceImpl
 
equals(Object) - Method in class org.jrdf.graph.local.mem.AlternativeImpl
 
equals(Object) - Method in class org.jrdf.graph.local.mem.BagImpl
 
equals(Object) - Method in class org.jrdf.graph.local.URIReferenceResourceImpl
 
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.ResourceNodeType
 
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.
EquivComparable<T> - Interface in org.jrdf.graph.datatype
Indicates a slightly different comparison operation - one that takes into account the semantics of the data type.
EquivComparable<T> - Interface in org.jrdf.graph
Indicates a slightly difference comparison operation - one that takes into account the semantics of the data type.
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.AnyURIValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.BooleanValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.ByteValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.CalendarValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DateTimeValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DecimalValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DoubleValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.DurationValue
 
equivCompareTo(T) - Method in interface org.jrdf.graph.datatype.EquivComparable
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.FloatValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.IntegerValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.IntValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.LongValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.QNameValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.ShortValue
 
equivCompareTo(DatatypeValue) - Method in class org.jrdf.graph.datatype.StringValue
 
equivCompareTo(T) - Method in interface org.jrdf.graph.EquivComparable
 
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
 
ExternalBlankNodeException - Exception in org.jrdf.graph.local.index.nodepool
 
ExternalBlankNodeException(String) - Constructor for exception org.jrdf.graph.local.index.nodepool.ExternalBlankNodeException
 
ExternalBlankNodeException(Throwable) - Constructor for exception org.jrdf.graph.local.index.nodepool.ExternalBlankNodeException
 
ExternalBlankNodeException(String, Throwable) - Constructor for exception org.jrdf.graph.local.index.nodepool.ExternalBlankNodeException
 

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.global.GlobalizedGraph
Find a triple that may contain wildcards - any subject, any predicate, and any object.
find(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
find(Triple) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
find(Triple) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
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 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 class org.jrdf.graph.local.GraphImpl
 
find(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.GraphImpl
 
find(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.local.ReadableGraph
 
find(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.ReadableGraphImpl
 
find(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
find() - Method in interface org.jrdf.util.boundary.RegexMatcher
 
find() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
findNodes(NodeType) - Method in interface org.jrdf.graph.Graph
Returns all unique values of a given type.
findNodes(NodeType) - Method in class org.jrdf.graph.local.GraphImpl
 
FindPerformance - Interface in org.jrdf.example.performance
 
findPerformance(Graph, GraphPerformance) - Method in class org.jrdf.example.performance.FindPerformanceImpl
 
FindPerformanceImpl - Class in org.jrdf.example.performance
 
FindPerformanceImpl(int, String, String, String) - Constructor for class org.jrdf.example.performance.FindPerformanceImpl
 
findPredicates(Resource) - Method in interface org.jrdf.graph.Graph
Return predicates that are part of an RDF triple where resource is either a subject or object.
findPredicates(Resource) - Method in class org.jrdf.graph.local.GraphImpl
 
findResources(ValueNodeType) - Method in interface org.jrdf.graph.Graph
Returns all unique resources for a given ValueNodeType (BNode or URIReference is currently supported).
findResources(ValueNodeType) - Method in class org.jrdf.graph.local.GraphImpl
 
findUniquePredicates(Resource) - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
findUniquePredicates(Resource) - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
findUniquePredicates(Resource) - Method in interface org.jrdf.graph.local.ReadableGraph
 
findUniquePredicates() - Method in interface org.jrdf.graph.local.ReadableGraph
 
findUniquePredicates(Resource) - Method in class org.jrdf.graph.local.ReadableGraphImpl
 
findUniquePredicates() - Method in class org.jrdf.graph.local.ReadableGraphImpl
 
findUniquePredicates(Resource) - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
findUniquePredicates() - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
findValue(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.AbstractGlobalizedGraph
 
FIRST - Static variable in class org.jrdf.vocabulary.RDF
The first item in the subject RDF list.
firstTime - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
FixedResourcePredicateIterator - Class in org.jrdf.graph.local.iterator
 
FixedResourcePredicateIterator(Long, LongIndex, LongIndex, NodePool) - Constructor for class org.jrdf.graph.local.iterator.FixedResourcePredicateIterator
 
FLOAT - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#float *
FLOAT - Static variable in class org.jrdf.vocabulary.XSD
URI of the float type.
FloatValue - Class in org.jrdf.graph.datatype
 
FloatValue() - Constructor for class org.jrdf.graph.datatype.FloatValue
 
fromBytes(byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteHandler
 
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

G_DAY - Static variable in class org.jrdf.vocabulary.XSD
URI for the Gregorian day.
G_MONTH - Static variable in class org.jrdf.vocabulary.XSD
URI for the Gregorian month.
G_MONTH_DAY - Static variable in class org.jrdf.vocabulary.XSD
URI for the Gregorian month and day.
G_YEAR - Static variable in class org.jrdf.vocabulary.XSD
URI for the Gregorian year.
G_YEAR_MONTH - Static variable in class org.jrdf.vocabulary.XSD
URI for the Gregorian year and month data type.
GDAY - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gDay *
get(byte[]) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Gets the value that matches the specified key.
get(byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Gets the subarray from array that starts at offset.
get(byte[], int, int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Gets the subarray of length length from array that starts at offset.
get(Long) - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
get(Long) - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
getAllVariables() - Method in class org.jrdf.query.expression.Projection
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.ByteValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.DecimalValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.IntegerValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.IntValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.LongValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
getAsBigDecimal() - Method in class org.jrdf.graph.datatype.ShortValue
 
getAsBigDecimal() - Method in interface org.jrdf.graph.datatype.XSDDecimal
 
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
 
getBlankNodeIterator() - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
 
getBlankNodeIterator() - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
getBlankNodeRegistry() - Method in class org.jrdf.example.performance.AbstractGraphPerformance
 
getBlankNodeRegistry() - Method in class org.jrdf.example.performance.DiskPerformance
 
getBlankNodeRegistry() - Method in class org.jrdf.example.performance.MemPerformance
 
getBlankNodes() - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
getBlankNodes() - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
getBNodeValues() - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
getBNodeValues() - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
getBTrees() - Method in class org.jrdf.SortedDiskJRDFFactory
 
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.SpringJRDFFactory
 
getDatatypeURI() - Method in class org.jrdf.graph.AbstractLiteral
Returns the URI of the RDF datatype of this resource, or NO_DATATYPE for a plain literal.
getDatatypeURI() - Method in interface org.jrdf.graph.Literal
Returns the URI of the RDF datatype of this resource, or NULL_URI for an untyped node.
getDatatypeValue() - Method in class org.jrdf.graph.AbstractLiteral
 
getDatatypeValue() - Method in interface org.jrdf.graph.Literal
Obtain the data type representation of this literal.
getDir() - Method in interface org.jrdf.util.DirectoryHandler
 
getDir() - Method in class org.jrdf.util.TempDirectoryHandler
 
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.local.GraphImpl
 
getEntries() - Method in interface org.jrdf.graph.local.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.local.index.graphhandler.GraphHandler012
 
getEntries() - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler120
 
getEntries() - Method in class org.jrdf.graph.local.index.graphhandler.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.SortedBdbJRDFFactory
 
getFactory() - Static method in class org.jrdf.SortedDiskJRDFFactory
 
getFactory() - Static method in class org.jrdf.SortedMemoryJRDFFactory
 
getFactory() - Static method in class org.jrdf.SpringJRDFFactory
 
getFile() - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Gets the file that this BTree operates on.
getFullUri(String) - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
getFullUri(String) - Method in interface org.jrdf.writer.RdfNamespaceMap
Returns the URI that is mapped to the prefix or null if the prefix is not mapped.
getGlobalizedGraph() - Method in interface org.jrdf.graph.global.molecule.MoleculeParser
 
getGlobalizedGraph() - Method in class org.jrdf.graph.global.molecule.MoleculeParserImpl
 
getGraph() - Method in class org.jrdf.example.performance.AbstractGraphPerformance
 
getGraph() - Method in class org.jrdf.example.performance.DiskPerformance
 
getGraph() - Method in class org.jrdf.example.performance.MemPerformance
 
getGraph() - Method in class org.jrdf.graph.global.molecule.MoleculeParserStatementHandler
 
getGraph() - Method in interface org.jrdf.graph.GraphFactory
 
getGraph() - Method in class org.jrdf.graph.local.disk.GraphFactoryImpl
 
getGraph() - Method in class org.jrdf.graph.local.disk.OrderedGraphFactoryImpl
 
getGraph() - Method in class org.jrdf.graph.local.GraphFactoryImpl
 
getGraph() - Method in class org.jrdf.graph.local.OrderedGraphFactoryImpl
 
getGraph() - Method in interface org.jrdf.graph.local.util.CopyGraphUtil
 
getGraph() - Method in class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
getGraph() - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
Returns the target graph.
getGraph() - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
getHangingTriples() - Method in class org.jrdf.graph.global.molecule.NaiveGraphDecomposerImpl
Given the specified triple, this method will return all other triples which hang off blank nodes which occur either as the subject or object of the triple.
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
 
getHeadTriple() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
getHeadTriple() - Method in interface org.jrdf.graph.global.molecule.Molecule
Returns the head triple of the molecule.
getHeadTriple() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
getHeadTriple() - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
getHeadTriple() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
getHeadTriple() - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
getId() - Method in class org.jrdf.graph.local.AbstractResource
 
getId() - Method in class org.jrdf.graph.local.BlankNodeImpl
Retrieves an internal identifier for this node.
getId() - Method in class org.jrdf.graph.local.LiteralImpl
Retrieves an internal identifier for this node.
getId() - Method in interface org.jrdf.graph.local.LocalizedNode
Retrieves an internal identifier for a node.
getId() - Method in class org.jrdf.graph.local.URIReferenceImpl
Retrieves an internal identifier for this node.
getInstance() - Static method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
getInt(byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
 
getIterator(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.iterator.NonEmptyIteratorFactory
 
getIterator(Long...) - Method in class org.jrdf.graph.local.index.longindex.sesame.TripleBTree
 
getIteratorFactory() - Method in class org.jrdf.graph.local.disk.GraphFactoryImpl
 
getIteratorFactory() - Method in class org.jrdf.graph.local.disk.OrderedGraphFactoryImpl
 
getIteratorFactory() - Method in class org.jrdf.graph.local.GraphFactoryImpl
 
getIteratorFactory() - Method in class org.jrdf.graph.local.OrderedGraphFactoryImpl
 
getIteratorFactory() - Method in interface org.jrdf.graph.local.ReadWriteGraphFactory
 
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
 
getKey() - Method in class org.jrdf.graph.local.index.longindex.sesame.Entry
 
getLanguage() - Method in class org.jrdf.graph.AbstractLiteral
 
getLanguage() - Method in interface org.jrdf.graph.Literal
Returns the language code of the literal, or "" if no language specified.
getLexicalForm() - Method in class org.jrdf.graph.AbstractLiteral
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.AnyURIValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.BooleanValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.ByteValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.CalendarValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.DateTimeValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.DecimalValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.DoubleValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.DurationValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.FloatValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.IntegerValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.IntValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.LongValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.QNameValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.ShortValue
 
getLexicalForm() - Method in class org.jrdf.graph.datatype.StringValue
 
getLexicalForm() - Method in interface org.jrdf.graph.Value
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
 
getLiteralNodeValues() - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
getLiteralNodeValues() - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
getLong(byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
 
getMapFactory() - Method in class org.jrdf.example.performance.AbstractGraphPerformance
 
getMapFactory() - Method in class org.jrdf.example.performance.DiskPerformance
 
getMapFactory() - Method in class org.jrdf.example.performance.MemPerformance
 
getMolecule(Triple) - Method in interface org.jrdf.graph.global.GlobalizedGraph
Retrieves the molecule with the given head triple.
getMolecule(Triple) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
getMolecule(Triple) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
getMolecule(Triple) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
getMoleculeIteratorFactory() - Method in interface org.jrdf.graph.global.GlobalizedGraph
Returns a iterator factory for generating the various types of iterators required.
getMoleculeIteratorFactory() - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
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.ResourceNodeType
 
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.
getNewGlobalizedGraph() - Method in interface org.jrdf.graph.global.factory.GlobalizedGraphFactory
Create a new JRDF globalized graph depending on the current configuration.
getNewGlobalizedGraph() - Method in class org.jrdf.graph.global.factory.GlobalizedGraphMemFactoryImpl
 
getNewGlobalizedGraph() - Method in class org.jrdf.graph.global.molecule.MoleculeParserImpl
 
getNewGraph() - Method in interface org.jrdf.JRDFFactory
Create a new JRDF graph depending on the current configuration.
getNewGraph() - Method in class org.jrdf.SortedBdbJRDFFactory
 
getNewGraph() - Method in class org.jrdf.SortedDiskJRDFFactory
 
getNewGraph() - Method in class org.jrdf.SortedMemoryJRDFFactory
 
getNewGraph() - Method in class org.jrdf.SpringJRDFFactory
 
getNewNodeId() - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Returns a new node id.
getNewNodeId() - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
getNewSparqlConnection() - Method in interface org.jrdf.graph.global.factory.GlobalizedGraphFactory
Create a new connection to perform SPARQL operations depending on the current configuration.
getNewSparqlConnection() - Method in class org.jrdf.graph.global.factory.GlobalizedGraphMemFactoryImpl
 
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.SortedBdbJRDFFactory
 
getNewSparqlConnection() - Method in class org.jrdf.SortedDiskJRDFFactory
 
getNewSparqlConnection() - Method in class org.jrdf.SortedMemoryJRDFFactory
 
getNewSparqlConnection() - Method in class org.jrdf.SpringJRDFFactory
 
getNextExpression() - Method in class org.jrdf.query.expression.Projection
 
getNextNodeId(Iterator<Map.Entry<Long, Map<Long, Set<Long>>>>) - Method in class org.jrdf.graph.local.iterator.AnyResourceIterator
 
getNextNodeId(Iterator<Map.Entry<Long, Map<Long, Set<Long>>>>) - Method in class org.jrdf.graph.local.iterator.ResourceIterator
Provides a customizable way in which to filter out resource nodes based on type.
getNextNodeId(Iterator<Map.Entry<Long, Map<Long, Set<Long>>>>) - Method in class org.jrdf.graph.local.iterator.URIReferenceResourceIterator
 
getNextResource() - Method in class org.jrdf.graph.local.iterator.ResourceIterator
 
getNodeById(Long) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Package method to find a node in the node pool by its id.
getNodeById(Long) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
getNodeId(BlankNode) - Method in class org.jrdf.writer.bdb.BdbBlankNodeRegistryImpl
 
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.MemBlankNodeRegistryImpl
 
getNodeIdByString(String) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Package method to find a node id based on its string representation.
getNodeIdByString(String) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
getNodePoolValues() - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Returns all the nodes in the node pool.
getNodePoolValues() - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
getNodes(Triple) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
getNodes(Triple) - Method in class org.jrdf.graph.global.index.OSPMoleculeIndexMem
 
getNodes(Triple) - Method in class org.jrdf.graph.global.index.POSMoleculeIndexMem
 
getNodes(Triple) - Method in class org.jrdf.graph.global.index.SPOMoleculeIndexMem
 
getNodeType(Class<? extends NodeType>) - Static method in enum org.jrdf.util.NodeTypeEnum
 
getNumberOfMolecules() - Method in interface org.jrdf.graph.global.GlobalizedGraph
Returns number of molecules in the graph.
getNumberOfMolecules() - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
getNumberOfMolecules() - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
getNumberOfMolecules() - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
getNumberOfTriples() - Method in interface org.jrdf.graph.global.GlobalizedGraph
Returns the number of triples in the graph.
getNumberOfTriples() - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
getNumberOfTriples() - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
getNumberOfTriples() - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
getNumberOfTriples() - Method in interface org.jrdf.graph.Graph
Returns the number of triples in the graph.
getNumberOfTriples() - Method in class org.jrdf.graph.local.GraphImpl
 
getObject() - Method in class org.jrdf.graph.AbstractTriple
 
getObject() - Method in interface org.jrdf.graph.Triple
Obtains the object of this statement.
getObjectDatatypeURI(Object) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Returns the URI bound to a given Java class.
getObjectDatatypeURI(Object) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
getObjects(PredicateNode) - Method in class org.jrdf.graph.local.AbstractResource
 
getObjects(URI) - Method in class org.jrdf.graph.local.AbstractResource
 
getObjects(PredicateNode) - Method in interface org.jrdf.graph.Resource
With this as the subject and using the given predicate return all the objects.
getObjects(URI) - Method in interface org.jrdf.graph.Resource
 
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
 
getPredicate() - Method in interface org.jrdf.graph.Triple
Obtains the predicate of this statement.
getPrefix(URIReference) - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
getPrefix(URIReference) - Method in interface org.jrdf.writer.RdfNamespaceMap
Returns the prefix that is mapped to the resource or null if the URI is not mapped.
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
 
getReadWriteGraph() - Method in class org.jrdf.graph.local.disk.GraphFactoryImpl
 
getReadWriteGraph() - Method in class org.jrdf.graph.local.disk.OrderedGraphFactoryImpl
 
getReadWriteGraph() - Method in class org.jrdf.graph.local.GraphFactoryImpl
 
getReadWriteGraph() - Method in class org.jrdf.graph.local.OrderedGraphFactoryImpl
 
getReadWriteGraph() - Method in interface org.jrdf.graph.local.ReadWriteGraphFactory
 
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
 
getResources() - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
getResources() - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
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
 
getRootTriples() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
getRootTriples() - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
getRootTriples() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
getRootTriples() - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
getRowCount() - Method in class org.jrdf.gui.view.ResultsTableModel
 
getSize() - Method in class org.jrdf.graph.local.index.AbstractIndex
 
getSize() - Method in interface org.jrdf.graph.local.index.Index
Returns the number of triples in the index.
getSize() - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
getSize() - Method in class org.jrdf.graph.local.index.longindex.db4o.LongIndexDb4o
 
getSize() - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
getSize() - Method in interface org.jrdf.graph.local.ReadableGraph
 
getSize() - Method in class org.jrdf.graph.local.ReadableGraphImpl
 
getSize() - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
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(Node) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
getSubIndex(Node) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
getSubIndex(T) - Method in class org.jrdf.graph.local.index.AbstractIndex
 
getSubIndex(Long) - Method in interface org.jrdf.graph.local.index.graphhandler.GraphHandler
Returns the map of long to set of longs for the given entry of the index.
getSubIndex(Long) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler012
 
getSubIndex(Long) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler120
 
getSubIndex(Long) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler201
 
getSubIndex(T) - Method in interface org.jrdf.graph.local.index.Index
Returns the map of long to set of longs for the given entry of the index.
getSubIndex(Long) - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
getSubIndex(Long) - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
getSubject() - Method in class org.jrdf.graph.AbstractTriple
 
getSubject() - Method in interface org.jrdf.graph.Triple
Obtains the subject of this statement.
getSubjects(PredicateNode) - Method in class org.jrdf.graph.local.AbstractResource
 
getSubjects(URI) - Method in class org.jrdf.graph.local.AbstractResource
 
getSubjects(PredicateNode) - Method in interface org.jrdf.graph.Resource
With this as the object and using the given predicate return all the subjects.
getSubjects(URI) - Method in interface org.jrdf.graph.Resource
 
getSubMolecules(Triple) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
getSubMolecules(Triple) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
getSubMolecules(Triple) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
getSubMolecules(Triple) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
getTailTriples() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
getTimeTaken() - Method in interface org.jrdf.query.Answer
 
getTimeTaken() - Method in class org.jrdf.query.AnswerImpl
 
getTimeTaken() - Method in class org.jrdf.query.EmptyAnswer
 
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.local.GraphImpl
 
getTriples() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
getTriples() - Method in interface org.jrdf.graph.global.molecule.Molecule
Returns all triples in the molecule.
getTriples() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
getTriples() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
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
 
getUID() - Method in class org.jrdf.graph.global.BlankNodeImpl
 
getUID() - Method in interface org.jrdf.graph.global.GlobalizedBlankNode
Returns the identifier for the blank node.
getUID() - Method in class org.jrdf.graph.local.BlankNodeImpl
Retrieves a Globally Unique Identifier for this node.
getUID() - Method in class org.jrdf.graph.local.BlankNodeResourceImpl
 
getUnderlyingNode() - Method in class org.jrdf.graph.local.BlankNodeResourceImpl
 
getUnderlyingNode() - Method in class org.jrdf.graph.local.URIReferenceResourceImpl
 
getUnderlyingNode() - Method in interface org.jrdf.graph.Resource
Returns the node that the resource represents - either a BlankNode or a URIReference.
getUniquePredicates() - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
getUniquePredicates() - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
getURI() - Method in class org.jrdf.graph.AbstractURIReference
The URI identifiying this resource.
getURI() - Method in class org.jrdf.graph.local.BlankNodeResourceImpl
 
getURI() - Method in class org.jrdf.graph.local.URIReferenceResourceImpl
 
getURI() - Method in interface org.jrdf.graph.URIReference
The URI identifiying this resource.
getURINodeValues() - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
getURINodeValues() - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
getURIReferenceIterator() - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
 
getURIReferenceIterator() - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
getURIReferences() - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
getURIReferences() - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
getValue() - Method in class org.jrdf.graph.AbstractLiteral
 
getValue() - Method in class org.jrdf.graph.datatype.AnyURIValue
 
getValue() - Method in class org.jrdf.graph.datatype.BooleanValue
 
getValue() - Method in class org.jrdf.graph.datatype.ByteValue
 
getValue() - Method in class org.jrdf.graph.datatype.CalendarValue
 
getValue() - Method in class org.jrdf.graph.datatype.DateTimeValue
 
getValue() - Method in class org.jrdf.graph.datatype.DecimalValue
 
getValue() - Method in class org.jrdf.graph.datatype.DoubleValue
 
getValue() - Method in class org.jrdf.graph.datatype.DurationValue
 
getValue() - Method in class org.jrdf.graph.datatype.FloatValue
 
getValue() - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
getValue() - Method in class org.jrdf.graph.datatype.IntegerValue
 
getValue() - Method in class org.jrdf.graph.datatype.IntValue
 
getValue() - Method in class org.jrdf.graph.datatype.LongValue
 
getValue() - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
getValue() - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
getValue() - Method in class org.jrdf.graph.datatype.QNameValue
 
getValue() - Method in class org.jrdf.graph.datatype.ShortValue
 
getValue() - Method in class org.jrdf.graph.datatype.StringValue
 
getValue() - Method in interface org.jrdf.graph.Literal
Obtain a Java native representation of the datatype.
getValue() - Method in class org.jrdf.graph.local.index.longindex.sesame.Entry
 
getValue() - Method in interface org.jrdf.graph.Value
Object the native Java type for this value.
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
 
GlobalIndex<Node> - Class in org.jrdf.graph.global.index
 
GlobalIndex() - Constructor for class org.jrdf.graph.global.index.GlobalIndex
 
GlobalIndex(Map<Node, Map<Node, Set<Node>>>) - Constructor for class org.jrdf.graph.global.index.GlobalIndex
 
GlobalizedBlankNode - Interface in org.jrdf.graph.global
 
GlobalizedBlankNodeComparatorImpl - Class in org.jrdf.graph.local
Without any context or localization you can't tell the difference between blank nodes.
GlobalizedBlankNodeComparatorImpl() - Constructor for class org.jrdf.graph.local.GlobalizedBlankNodeComparatorImpl
 
GlobalizedGraph - Interface in org.jrdf.graph.global
Represents a globalized graph, which maintains molecules.
GlobalizedGraphFactory - Interface in org.jrdf.graph.global.factory
Represends a factory for the creation of GloblizedGraphs.
GlobalizedGraphImpl - Class in org.jrdf.graph.global
In memory implementation of Globalized Graph.
GlobalizedGraphImpl(MoleculeIndex[], MoleculeIteratorFactory, TripleComparator) - Constructor for class org.jrdf.graph.global.GlobalizedGraphImpl
Default constructor.
GlobalizedGraphIterator - Class in org.jrdf.graph.global.iterator
Iterator for iterating over all of the molecules in a globalized graph.
GlobalizedGraphIterator(MoleculeIndex[]) - Constructor for class org.jrdf.graph.global.iterator.GlobalizedGraphIterator
 
globalizedGraphIterator() - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
globalizedGraphIterator() - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
GlobalizedGraphMemFactoryImpl - Class in org.jrdf.graph.global.factory
Factory for creating globalized graph in memory implementation.
GlobalizedGraphMemFactoryImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.factory.GlobalizedGraphMemFactoryImpl
 
GMONTH - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#gMonth *
GMonthCalendarValue - Class in org.jrdf.graph.datatype
 
GMonthCalendarValue() - Constructor for class org.jrdf.graph.datatype.GMonthCalendarValue
 
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.
GraphDecomposer - Interface in org.jrdf.graph.global.molecule
Decompose a graph into molecules.
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.local
A GraphElementFactory 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
Allows the construction of a graph.
GraphFactoryImpl - Class in org.jrdf.graph.local.disk
Creates a new Graph implementation based on required types.
GraphFactoryImpl(LongIndex[], NodePoolFactory, TripleBTree[]) - Constructor for class org.jrdf.graph.local.disk.GraphFactoryImpl
 
GraphFactoryImpl - Class in org.jrdf.graph.local
Creates a new Graph implementation based on required types.
GraphFactoryImpl(LongIndex[], NodePoolFactory) - Constructor for class org.jrdf.graph.local.GraphFactoryImpl
 
GraphHandler - Interface in org.jrdf.graph.local.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.local.index.graphhandler
Handles operations on 012 index.
GraphHandler012(LongIndex[], NodePool) - Constructor for class org.jrdf.graph.local.index.graphhandler.GraphHandler012
 
GraphHandler120 - Class in org.jrdf.graph.local.index.graphhandler
Handles operations on 120 index.
GraphHandler120(LongIndex[], NodePool) - Constructor for class org.jrdf.graph.local.index.graphhandler.GraphHandler120
 
GraphHandler201 - Class in org.jrdf.graph.local.index.graphhandler
Handles operations on 201 index.
GraphHandler201(LongIndex[], NodePool) - Constructor for class org.jrdf.graph.local.index.graphhandler.GraphHandler201
 
GraphImpl - Class in org.jrdf.graph.local
A memory based RDF Graph.
GraphImpl(LongIndex[], NodePool, ReadWriteGraph) - Constructor for class org.jrdf.graph.local.GraphImpl
Default constructor.
GraphIterator - Class in org.jrdf.graph.local.iterator
An iterator that iterates over an entire graph.
GraphIterator(GraphHandler) - Constructor for class org.jrdf.graph.local.iterator.GraphIterator
Constructor.
GraphPerformance - Interface in org.jrdf.example.performance
 
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
 
GraphRdfXmlParser(Graph, ParserBlankNodeFactory) - 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
 
GraphToGraphMapper - Interface in org.jrdf.graph.local.util
 
GraphToGraphMapperImpl - Class in org.jrdf.graph.local.util
 
GraphToGraphMapperImpl(Graph, MapFactory, SortedSetFactory) - Constructor for class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
groundedGraphsAreEqual(Graph, Graph) - Method in class org.jrdf.graph.local.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.
GroundedTripleComparatorFactory - Interface in org.jrdf.graph.global
 
GroundedTripleComparatorFactoryImpl - Class in org.jrdf.graph.global
 
GroundedTripleComparatorFactoryImpl() - Constructor for class org.jrdf.graph.global.GroundedTripleComparatorFactoryImpl
 
GroundedTripleComparatorImpl - Class in org.jrdf.graph.global
A different implementation of TripleComparator.
GroundedTripleComparatorImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
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.graph.global.molecule.MoleculeParserStatementHandler
 
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.
hasClassRegistered(Class<?>) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Returns true if the class is registered.
hasClassRegistered(Class<?>) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
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 class org.jrdf.graph.datatype.AnyURIValue
 
hashCode() - Method in class org.jrdf.graph.datatype.BooleanValue
 
hashCode() - Method in class org.jrdf.graph.datatype.ByteValue
 
hashCode() - Method in class org.jrdf.graph.datatype.CalendarValue
 
hashCode() - Method in class org.jrdf.graph.datatype.DateTimeValue
 
hashCode() - Method in class org.jrdf.graph.datatype.DecimalValue
 
hashCode() - Method in class org.jrdf.graph.datatype.DoubleValue
 
hashCode() - Method in class org.jrdf.graph.datatype.DurationValue
 
hashCode() - Method in class org.jrdf.graph.datatype.FloatValue
 
hashCode() - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
hashCode() - Method in class org.jrdf.graph.datatype.IntegerValue
 
hashCode() - Method in class org.jrdf.graph.datatype.IntValue
 
hashCode() - Method in class org.jrdf.graph.datatype.LongValue
 
hashCode() - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
hashCode() - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
hashCode() - Method in class org.jrdf.graph.datatype.QNameValue
 
hashCode() - Method in class org.jrdf.graph.datatype.ShortValue
 
hashCode() - Method in class org.jrdf.graph.datatype.StringValue
 
hashCode() - Method in class org.jrdf.graph.global.BlankNodeImpl
Returns a hash-code value for this BlankNode.
hashCode() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
hashCode() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
hashCode() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
hashCode() - Method in interface org.jrdf.graph.Literal
Returns a hash-code value for this literal.
hashCode() - Method in class org.jrdf.graph.local.BlankNodeImpl
Returns a hash-code value for this BlankNode.
hashCode() - Method in class org.jrdf.graph.local.BlankNodeResourceImpl
 
hashCode() - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
hashCode() - Method in class org.jrdf.graph.local.mem.AlternativeImpl
 
hashCode() - Method in class org.jrdf.graph.local.mem.BagImpl
 
hashCode() - Method in class org.jrdf.graph.local.URIReferenceResourceImpl
 
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.ResourceNodeType
 
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.global.iterator.GlobalizedGraphIterator
 
hasNext() - Method in class org.jrdf.graph.global.iterator.OneFixedIterator
 
hasNext() - Method in class org.jrdf.graph.global.iterator.ThreeFixedIterator
 
hasNext() - Method in class org.jrdf.graph.global.iterator.TwoFixedIterator
 
hasNext() - Method in class org.jrdf.graph.local.disk.iterator.AnyResourcePredicateIterator
 
hasNext() - Method in class org.jrdf.graph.local.disk.iterator.BTreeGraphIterator
 
hasNext() - Method in class org.jrdf.graph.local.index.longindex.sesame.EntryIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.AnyResourcePredicateIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.BlankNodeResourceIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.EmptyClosableIterator
Returns false.
hasNext() - Method in class org.jrdf.graph.local.iterator.FixedResourcePredicateIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.GraphIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.jrdf.graph.local.iterator.NodeTypeIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.ObjectNodeIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.OneFixedIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.PredicateClosableIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.ResourceIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.SubjectNodeIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.ThreeFixedIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.TripleClosableIterator
 
hasNext() - Method in class org.jrdf.graph.local.iterator.TwoFixedIterator
 
hasNext() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
hasNext() - Method in class org.jrdf.util.IteratorStack
 
hasRegisteredValueCreator(URI) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Returns true if a value creator has been registered for a given URI.
hasRegisteredValueCreator(URI) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
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.
HeadMoleculeImpl - Class in org.jrdf.graph.global.molecule
 
HeadMoleculeImpl(Triple) - Constructor for class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
HeadTripleComparator - Class in org.jrdf.graph.global.molecule
 
HeadTripleComparator(TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.HeadTripleComparator
 
HEX_BINARY - Static variable in class org.jrdf.vocabulary.XSD
URI for the hex binary date type.
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.
index - Variable in class org.jrdf.graph.local.index.AbstractIndex
 
Index<T> - Interface in org.jrdf.graph.local.index
 
indexes - Variable in class org.jrdf.graph.global.AbstractGlobalizedGraph
Collection of the 3 indexes.
init() - Method in class org.jrdf.graph.global.AbstractGlobalizedGraph
 
initialiseBaseRelation(Relation) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
initialiseBaseRelation(Relation) - Method in interface org.jrdf.query.execute.QueryEngine
 
insert(byte[]) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Inserts the supplied value into the B-Tree.
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 *
INT - Static variable in class org.jrdf.vocabulary.XSD
Integer data type.
INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#integer *
INTEGER - Static variable in class org.jrdf.vocabulary.XSD
Integer data type - whole numbers (no factions), no limit in size.
IntegerValue - Class in org.jrdf.graph.datatype
 
IntegerValue() - Constructor for class org.jrdf.graph.datatype.IntegerValue
 
IntegerValue(BigDecimal) - Constructor for class org.jrdf.graph.datatype.IntegerValue
 
Intersection - Interface in org.jrdf.graph.local.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.local.index.operation.mem
Just a spike.
IntersectionImpl() - Constructor for class org.jrdf.graph.local.index.operation.mem.IntersectionImpl
 
IntValue - Class in org.jrdf.graph.datatype
 
IntValue() - Constructor for class org.jrdf.graph.datatype.IntValue
 
IntValue(Integer) - Constructor for class org.jrdf.graph.datatype.IntValue
 
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(Node) - Static method in class org.jrdf.graph.AbstractBlankNode
 
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
 
isDatatypedLiteral() - Method in class org.jrdf.graph.AbstractLiteral
 
isDatatypedLiteral() - Method in interface org.jrdf.graph.Literal
Returns true if the literal is a datatype literal.
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.global.GlobalizedGraph
Returns true if the graph is empty i.e. the number of triples is 0.
isEmpty() - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
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.local.GraphImpl
 
isEmpty() - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
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() - Method in class org.jrdf.graph.AbstractTriple
 
isGrounded(Graph) - Method in class org.jrdf.graph.local.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).
isGrounded() - Method in interface org.jrdf.graph.Triple
Returns true if the subject and object nodes are not blank nodes.
isGrounded() - Method in class org.jrdf.graph.TripleImpl
 
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.
isLanguageLiteral() - Method in class org.jrdf.graph.AbstractLiteral
 
isLanguageLiteral() - Method in interface org.jrdf.graph.Literal
Returns true if the literal is a language literal.
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.
isPlainLiteral() - Method in class org.jrdf.graph.AbstractLiteral
 
isPlainLiteral() - Method in interface org.jrdf.graph.Literal
Returns true if the literal is a untyped/plain literal.
isPrimitiveDatatype(String) - Static method in class org.jrdf.parser.rdfxml.XmlDatatypeUtil
Checks whether the supplied datatype is a primitive XML Schema datatype.
isURIReference() - Method in class org.jrdf.graph.local.BlankNodeResourceImpl
 
isURIReference() - Method in class org.jrdf.graph.local.URIReferenceResourceImpl
 
isURIReference() - Method in interface org.jrdf.graph.Resource
Returns true if this is a URIReference, otherwise it's a BlankNode.
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 class org.jrdf.graph.datatype.AnyURIValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.BooleanValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.ByteValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.CalendarValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.DateTimeValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.DecimalValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.DoubleValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.DurationValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.FloatValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.GMonthCalendarValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.IntegerValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.IntValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.LongValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.QNameValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.ShortValue
 
isWellFormedXML() - Method in class org.jrdf.graph.datatype.StringValue
 
isWellFormedXML() - Method in interface org.jrdf.graph.Value
Whether the literal is well formed XML.
iterateAll() - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Returns an iterator that iterates over all values in this B-Tree.
iterateRange(byte[], byte[]) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Returns an iterator that iterates over all values between minValue and maxValue, inclusive.
iterateRangedValues(byte[], byte[], byte[], byte[]) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Returns an iterator that iterates over all values between minValue and maxValue (inclusive) and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterateValues(byte[], byte[]) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Returns an iterator that iterates over all values and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterator() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
iterator() - Method in interface org.jrdf.graph.global.molecule.Molecule
Returns an iterator for the set of triples which make up this molecule.
iterator() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
iterator() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
iterator() - Method in class org.jrdf.graph.local.index.AbstractIndex
 
iterator() - Method in interface org.jrdf.graph.local.index.Index
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.local.index.longindex.bdb.LongIndexBdb
 
iterator() - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
iterator() - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
iterator012 - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
iterator201 - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
iteratorFactory - Variable in class org.jrdf.graph.global.AbstractGlobalizedGraph
Factory for managing the creation of various iterators.
IteratorFactory - Interface in org.jrdf.graph.local.iterator
Creates the iterators.
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.AntiJoin
 
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.anti.AntiJoinImpl
 
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(GraphFactory, SparqlConnection) - 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.local.mem.AbstractUnorderedContainer
Counter used to generate keys to add to the hashmap.
keyExists(T) - Method in class org.jrdf.graph.local.index.AbstractIndex
 
keySetIterator() - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
keySetIterator() - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 

L

LABEL - Static variable in class org.jrdf.vocabulary.RDFS
A human-readable name for the subject.
language - Variable in class org.jrdf.graph.AbstractLiteral
The language code of the literal.
LANGUAGE - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#language *
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
 
LexicalComparator - Interface in org.jrdf.graph.datatype
Sorts by the URI of the literal and then value.
LexicalComparatorImpl - Class in org.jrdf.graph.datatype
 
LexicalComparatorImpl() - Constructor for class org.jrdf.graph.datatype.LexicalComparatorImpl
 
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.
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.global
 
LiteralImpl(String) - Constructor for class org.jrdf.graph.global.LiteralImpl
 
LiteralImpl(String, String) - Constructor for class org.jrdf.graph.global.LiteralImpl
 
LiteralImpl(String, URI) - Constructor for class org.jrdf.graph.global.LiteralImpl
 
LiteralImpl(Object) - Constructor for class org.jrdf.graph.global.LiteralImpl
 
LiteralImpl - Class in org.jrdf.graph.local
RDF literal node.
LiteralImpl(String) - Constructor for class org.jrdf.graph.local.LiteralImpl
 
LiteralImpl(String, String) - Constructor for class org.jrdf.graph.local.LiteralImpl
 
LiteralImpl(String, URI) - Constructor for class org.jrdf.graph.local.LiteralImpl
 
LiteralMatcher - Interface in org.jrdf.parser.ntriples.parser
 
LiteralMutableId - Interface in org.jrdf.graph.local
 
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, LiteralMatcher) - Constructor for class org.jrdf.parser.ntriples.parser.LiteralParserImpl
 
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
 
LocalIteratorFactory - Class in org.jrdf.graph.local.iterator
Default implementation of the IteratorFactory.
LocalIteratorFactory(LongIndex[], GraphHandler[], NodePool) - Constructor for class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
localize(Node, Node, Node) - Method in interface org.jrdf.graph.local.index.nodepool.Localizer
Converts a globalized set of triple objects to an array of longs.
localize(Node) - Method in interface org.jrdf.graph.local.index.nodepool.Localizer
Converts a node into it's localized version.
localize(Node, Node, Node) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
localize(Node) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
localizeAndAdd(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
localizeAndAdd(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.local.WritableGraph
 
localizeAndAdd(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.WritableGraphImpl
 
localizeAndRemove(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
localizeAndRemove(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.local.WritableGraph
 
localizeAndRemove(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.WritableGraphImpl
 
LocalizedBlankNodeComparatorImpl - Class in org.jrdf.graph.local
A comparator for blank nodes - assumes that the nodes are from the same graph - i.e. if they have the same node id they are the same.
LocalizedBlankNodeComparatorImpl(LocalizedNodeComparator) - Constructor for class org.jrdf.graph.local.LocalizedBlankNodeComparatorImpl
 
LocalizedNode - Interface in org.jrdf.graph.local
A localized node i.e. one that has an internal identified and can be accessed by id.
LocalizedNodeComparator - Interface in org.jrdf.graph.local
 
LocalizedNodeComparatorImpl - Class in org.jrdf.graph.local
 
LocalizedNodeComparatorImpl() - Constructor for class org.jrdf.graph.local.LocalizedNodeComparatorImpl
 
Localizer - Interface in org.jrdf.graph.local.index.nodepool
Tied to a NodePool the Localizer interface is reponsible for read only queries against the nodepool.
LocalizerImpl - Class in org.jrdf.graph.local.index.nodepool
 
LocalizerImpl(NodePool, StringNodeMapper) - Constructor for class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
LocalMergeSubmolecules - Interface in org.jrdf.graph.global.molecule
Class description goes here.
LONG - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#long *
LONG - Static variable in class org.jrdf.vocabulary.XSD
Long data type.
LongIndex - Interface in org.jrdf.graph.local.index.longindex
Represents an indexed set of longs.
longIndex012 - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
LongIndexBdb - Class in org.jrdf.graph.local.index.longindex.bdb
 
LongIndexBdb(MapFactory) - Constructor for class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
LongIndexDb4o - Class in org.jrdf.graph.local.index.longindex.db4o
 
LongIndexDb4o(MapFactory) - Constructor for class org.jrdf.graph.local.index.longindex.db4o.LongIndexDb4o
 
LongIndexMem - Class in org.jrdf.graph.local.index.longindex.mem
An in memory version of $LongIndex.
LongIndexMem() - Constructor for class org.jrdf.graph.local.index.longindex.mem.LongIndexMem
 
LongIndexMem(Map<Long, Map<Long, Set<Long>>>) - Constructor for class org.jrdf.graph.local.index.longindex.mem.LongIndexMem
 
LongIndexSesame - Class in org.jrdf.graph.local.index.longindex.sesame
 
LongIndexSesame(TripleBTree) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
LongListBinding - Class in org.jrdf.util.bdb
 
LongListBinding() - Constructor for class org.jrdf.util.bdb.LongListBinding
 
LongValue - Class in org.jrdf.graph.datatype
 
LongValue() - Constructor for class org.jrdf.graph.datatype.LongValue
 
LongValue(Long) - Constructor for class org.jrdf.graph.datatype.LongValue
 

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.performance.DecomposerPerformance
 
main(String[]) - Static method in class org.jrdf.example.performance.DiskPerformance
 
main(String[]) - Static method in class org.jrdf.example.performance.MemPerformance
 
main(String[]) - Static method in class org.jrdf.example.RdfXmlParserExample
 
main(String[]) - Static method in class org.jrdf.graph.local.index.longindex.sesame.BTree
 
main(String[]) - Static method in class org.jrdf.gui.SparqlGui
 
makeChildDir(String) - Method in interface org.jrdf.util.DirectoryHandler
 
makeChildDir(String) - Method in class org.jrdf.util.TempDirectoryHandler
 
makeDir() - Method in interface org.jrdf.util.DirectoryHandler
 
makeDir() - Method in class org.jrdf.util.TempDirectoryHandler
 
MapFactory - Interface in org.jrdf.map
 
matches(String) - Method in interface org.jrdf.parser.ntriples.parser.LiteralMatcher
 
matches(String) - Method in class org.jrdf.parser.ntriples.parser.RegexLiteralMatcher
 
matches() - Method in interface org.jrdf.util.boundary.RegexMatcher
 
matches() - Method in class org.jrdf.util.boundary.RegexMatcherImpl
 
matchesPattern(byte[], byte[], byte[]) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Checks whether value matches pattern after mask has bee applied to value.
MEMBER - Static variable in class org.jrdf.vocabulary.RDFS
A member of the subject resource.
MemBlankNodeRegistryImpl - Class in org.jrdf.writer.mem
 
MemBlankNodeRegistryImpl() - Constructor for class org.jrdf.writer.mem.MemBlankNodeRegistryImpl
 
MemBlankNodeRegistryImpl(List<BlankNode>) - Constructor for class org.jrdf.writer.mem.MemBlankNodeRegistryImpl
 
MemMapFactory - Class in org.jrdf.map
 
MemMapFactory() - Constructor for class org.jrdf.map.MemMapFactory
 
MemNodePoolFactory - Class in org.jrdf.graph.local.index.nodepool.mem
 
MemNodePoolFactory() - Constructor for class org.jrdf.graph.local.index.nodepool.mem.MemNodePoolFactory
 
MemPerformance - Class in org.jrdf.example.performance
 
MemPerformance() - Constructor for class org.jrdf.example.performance.MemPerformance
 
MemRdfXmlWriter - Class in org.jrdf.writer.rdfxml
 
MemRdfXmlWriter() - Constructor for class org.jrdf.writer.rdfxml.MemRdfXmlWriter
 
MemSortedSetFactory - Class in org.jrdf.set
An in memory implementation that uses TreeSets and a small number of known types: Triples and PredicateNodes.
MemSortedSetFactory() - Constructor for class org.jrdf.set.MemSortedSetFactory
 
merge(NewMolecule, NewMolecule, Map<BlankNode, BlankNode>) - Method in interface org.jrdf.graph.global.molecule.LocalMergeSubmolecules
 
merge(NewMolecule, NewMolecule, Map<BlankNode, BlankNode>) - Method in interface org.jrdf.graph.global.molecule.MergeLocalSubmolecules
 
merge(Triple, NewMolecule, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.MergeLocalSubmolecules
 
merge(NewMolecule, NewMolecule, Map<BlankNode, BlankNode>) - Method in class org.jrdf.graph.global.molecule.MergeLocalSubmoleculesImpl
 
merge(NewMolecule, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.MergeMolecules
 
merge(NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.MergeMoleculesImpl
 
merge(NewMolecule, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.MergeSubmolecules
 
merge(Triple, NewMolecule, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.MergeSubmolecules
 
merge(NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.MergeSubmoleculesImpl
 
merge(Triple, NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.MergeSubmoleculesImpl
 
MergeLocalSubmolecules - Interface in org.jrdf.graph.global.molecule
 
MergeLocalSubmoleculesImpl - Class in org.jrdf.graph.global.molecule
 
MergeLocalSubmoleculesImpl(MergeSubmolecules, NewMoleculeFactory) - Constructor for class org.jrdf.graph.global.molecule.MergeLocalSubmoleculesImpl
 
MergeMolecules - Interface in org.jrdf.graph.global.molecule
 
MergeMoleculesImpl - Class in org.jrdf.graph.global.molecule
 
MergeMoleculesImpl() - Constructor for class org.jrdf.graph.global.molecule.MergeMoleculesImpl
 
MergeSubmolecules - Interface in org.jrdf.graph.global.molecule
 
MergeSubmoleculesImpl - Class in org.jrdf.graph.global.molecule
 
MergeSubmoleculesImpl(TripleComparator, NewMoleculeComparator, NewMoleculeFactory, MoleculeSubsumption) - Constructor for class org.jrdf.graph.global.molecule.MergeSubmoleculesImpl
 
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
 
Molecule - Interface in org.jrdf.graph.global.molecule
A Collection all the statements of a particular group.
MoleculeComparator - Interface in org.jrdf.graph.global.molecule
Compares two molecules.
MoleculeFactory - Interface in org.jrdf.graph.global.molecule
 
MoleculeFactoryImpl - Class in org.jrdf.graph.global.molecule
 
MoleculeFactoryImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.MoleculeFactoryImpl
 
MoleculeImpl - Class in org.jrdf.graph.global.molecule
 
MoleculeImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.MoleculeImpl
 
MoleculeImpl(Set<Triple>, TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.MoleculeImpl
 
MoleculeIndex - Interface in org.jrdf.graph.global.index
The generic interface for storing indexed global molecules.
moleculeIterator() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
MoleculeIteratorFactory - Interface in org.jrdf.graph.global.molecule
Iterator factory for the molecules contained within a GlobalizedGraph.
MoleculeIteratorFactoryImpl - Class in org.jrdf.graph.global.molecule
 
MoleculeIteratorFactoryImpl(MoleculeIndex[]) - Constructor for class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
MoleculeParser - Interface in org.jrdf.graph.global.molecule
Parser for parsing RDF/XML which then allows you to load a GlobalizedGraph.
MoleculeParserImpl - Class in org.jrdf.graph.global.molecule
Implementation of MoleculeParser.
MoleculeParserImpl(Graph) - Constructor for class org.jrdf.graph.global.molecule.MoleculeParserImpl
 
MoleculeParserStatementHandler - Class in org.jrdf.graph.global.molecule
A simple StatementHandler which simply adds triples to a graph and allows you then to acces the graph at the end of the parsing.
MoleculeParserStatementHandler(Graph) - Constructor for class org.jrdf.graph.global.molecule.MoleculeParserStatementHandler
 
MoleculeSubsumption - Interface in org.jrdf.graph.global.molecule
 
MoleculeSubsumptionImpl - Class in org.jrdf.graph.global.molecule
 
MoleculeSubsumptionImpl() - Constructor for class org.jrdf.graph.global.molecule.MoleculeSubsumptionImpl
 

N

NadicJoin - Interface in org.jrdf.query.relation.operation
Merely a marker interface - used to differentiate between two types of join.
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
 
NaiveGraphDecomposerImpl - Class in org.jrdf.graph.global.molecule
A Collection all the statements of a particular group.
NaiveGraphDecomposerImpl() - Constructor for class org.jrdf.graph.global.molecule.NaiveGraphDecomposerImpl
 
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() - Constructor for exception org.jrdf.writer.NamespaceException
 
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 *
newAnyResourceIterator() - Method in interface org.jrdf.graph.local.iterator.ResourceIteratorFactory
 
newAnyResourceIterator() - Method in class org.jrdf.graph.local.iterator.ResourceIteratorFactoryImpl
 
newBlankNodeResourceIterator() - Method in interface org.jrdf.graph.local.iterator.ResourceIteratorFactory
 
newBlankNodeResourceIterator() - Method in class org.jrdf.graph.local.iterator.ResourceIteratorFactoryImpl
 
newComparator() - Method in interface org.jrdf.graph.global.GroundedTripleComparatorFactory
 
newComparator() - Method in class org.jrdf.graph.global.GroundedTripleComparatorFactoryImpl
 
newComparator() - Method in class org.jrdf.graph.global.ReverseGroundedTripleComparatorFactoryImpl
 
newComparator() - Method in interface org.jrdf.util.bdb.ByteTripleComparatorFactory
 
newComparator() - Method in class org.jrdf.util.bdb.ByteTripleComparatorFactoryImpl
 
newEmptyClosableIterator() - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newEmptyClosableIterator() - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return an new EmptyClosableIterator - indicates no results found.
newEmptyClosableIterator() - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newEmptyClosableIterator() - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
NewGraphDecomposer - Interface in org.jrdf.graph.global.molecule
Decompose a local graph into a global graph (set of Molecules).
newGraphIterator() - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newGraphIterator() - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return an new GraphIterator - result of an unconstrained find.
newGraphIterator() - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newGraphIterator() - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
newInstance() - Static method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
newInstance(String, ClassLoader) - Static method in class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
NewMolecule - Interface in org.jrdf.graph.global.molecule
 
NewMoleculeComparator - Interface in org.jrdf.graph.global.molecule
 
NewMoleculeComparatorImpl - Class in org.jrdf.graph.global.molecule
 
NewMoleculeComparatorImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.NewMoleculeComparatorImpl
 
NewMoleculeFactory - Interface in org.jrdf.graph.global.molecule
 
NewMoleculeFactoryImpl - Class in org.jrdf.graph.global.molecule
 
NewMoleculeFactoryImpl(TripleComparator, NewMoleculeComparator, MoleculeSubsumption) - Constructor for class org.jrdf.graph.global.molecule.NewMoleculeFactoryImpl
 
NewMoleculeHeadTripleComparatorImpl - Class in org.jrdf.graph.global.molecule
 
NewMoleculeHeadTripleComparatorImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.NewMoleculeHeadTripleComparatorImpl
 
NewMoleculeImpl - Class in org.jrdf.graph.global.molecule
 
NewMoleculeImpl(NewMoleculeComparator, MergeSubmolecules) - Constructor for class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
NewMoleculeImpl(NewMoleculeComparator, MergeSubmolecules, Triple...) - Constructor for class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
NewMoleculeImpl(NewMoleculeComparator, MergeSubmolecules, NewMolecule...) - Constructor for class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
NewNaiveGraphDecomposerImpl - Class in org.jrdf.graph.global.molecule
 
NewNaiveGraphDecomposerImpl(SortedSetFactory, NewMoleculeFactory, NewMoleculeComparator, TripleComparator) - Constructor for class org.jrdf.graph.global.molecule.NewNaiveGraphDecomposerImpl
 
newOneFixedIterator(Node, int) - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
newOneFixedIterator(Node, int) - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
newOneFixedIterator(Long, int) - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newOneFixedIterator(Long, int) - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return a new FixedIterator - bound by one node.
newOneFixedIterator(Long, int) - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newOneFixedIterator(Long, int) - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
newPredicateIterator() - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newPredicateIterator(Long) - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newPredicateIterator() - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return a new PredicateIterator - all unique predicates.
newPredicateIterator(Long) - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return a new PredicateIterator - all unique predicates for a given resource (subject and object).
newPredicateIterator() - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newPredicateIterator(Long) - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newPredicateIterator() - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
newPredicateIterator(Long) - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
NewQueryCommand - Class in org.jrdf.gui.command
Creates a new SPARQL query.
NewQueryCommand() - Constructor for class org.jrdf.gui.command.NewQueryCommand
 
newThreeFixedIterator(SubjectNode, PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
newThreeFixedIterator(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
newThreeFixedIterator(Long[]) - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newThreeFixedIterator(Long[]) - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return a new FixedIterator - bound by three nodes.
newThreeFixedIterator(Long[]) - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newThreeFixedIterator(Long[]) - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
newTwoFixedIterator(Node, Node, int) - Method in interface org.jrdf.graph.global.molecule.MoleculeIteratorFactory
 
newTwoFixedIterator(Node, Node, int) - Method in class org.jrdf.graph.global.molecule.MoleculeIteratorFactoryImpl
 
newTwoFixedIterator(Long, Long, int) - Method in class org.jrdf.graph.local.disk.iterator.DiskIteratorFactory
 
newTwoFixedIterator(Long, Long, int) - Method in interface org.jrdf.graph.local.iterator.IteratorFactory
Return a new FixedItereator - bound by two nodes.
newTwoFixedIterator(Long, Long, int) - Method in class org.jrdf.graph.local.iterator.LocalIteratorFactory
 
newTwoFixedIterator(Long, Long, int) - Method in class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
newURIReferenceResourceIterator() - Method in interface org.jrdf.graph.local.iterator.ResourceIteratorFactory
 
newURIReferenceResourceIterator() - Method in class org.jrdf.graph.local.iterator.ResourceIteratorFactoryImpl
 
next() - Method in class org.jrdf.graph.global.iterator.GlobalizedGraphIterator
 
next() - Method in class org.jrdf.graph.global.iterator.OneFixedIterator
 
next() - Method in class org.jrdf.graph.global.iterator.ThreeFixedIterator
 
next() - Method in class org.jrdf.graph.global.iterator.TwoFixedIterator
 
next() - Method in class org.jrdf.graph.local.disk.iterator.AnyResourcePredicateIterator
 
next() - Method in class org.jrdf.graph.local.disk.iterator.BTreeGraphIterator
 
next() - Method in interface org.jrdf.graph.local.index.longindex.sesame.BTreeIterator
Returns the next value in the BTree.
next() - Method in class org.jrdf.graph.local.index.longindex.sesame.EntryIterator
 
next() - Method in class org.jrdf.graph.local.iterator.AnyResourceIterator
 
next() - Method in class org.jrdf.graph.local.iterator.AnyResourcePredicateIterator
 
next() - Method in class org.jrdf.graph.local.iterator.BlankNodeResourceIterator
 
next() - Method in class org.jrdf.graph.local.iterator.EmptyClosableIterator
Never returns anything.
next() - Method in class org.jrdf.graph.local.iterator.FixedResourcePredicateIterator
 
next() - Method in class org.jrdf.graph.local.iterator.GraphIterator
Returns the next element in the iteration.
next() - Method in class org.jrdf.graph.local.iterator.NodeTypeIterator
 
next() - Method in class org.jrdf.graph.local.iterator.ObjectNodeIterator
 
next() - Method in class org.jrdf.graph.local.iterator.OneFixedIterator
 
next() - Method in class org.jrdf.graph.local.iterator.PredicateClosableIterator
 
next() - Method in class org.jrdf.graph.local.iterator.SubjectNodeIterator
 
next() - Method in class org.jrdf.graph.local.iterator.ThreeFixedIterator
 
next() - Method in class org.jrdf.graph.local.iterator.TripleClosableIterator
 
next() - Method in class org.jrdf.graph.local.iterator.TwoFixedIterator
 
next() - Method in class org.jrdf.graph.local.iterator.URIReferenceResourceIterator
 
next() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
next() - Method in class org.jrdf.util.IteratorStack
 
nextResource - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
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.
NodeBinding - Class in org.jrdf.util.bdb
 
NodeBinding() - Constructor for class org.jrdf.util.bdb.NodeBinding
 
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.local
Currently only support simple comparison - either by node id for blank nodes or string comparisons for URIs and Literals.
NodeComparatorImpl(NodeTypeComparator, BlankNodeComparator) - Constructor for class org.jrdf.graph.local.NodeComparatorImpl
 
nodePool - Variable in class org.jrdf.graph.local.index.graphhandler.AbstractGraphHandler
 
NodePool - Interface in org.jrdf.graph.local.index.nodepool
Maps between the Long identifier and a Node (globalized value) or from a String to a Long (local value).
nodePool - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
NodePoolFactory - Interface in org.jrdf.graph.local.index.nodepool
One level of indirection for node pools - used to create either in memory or on disk node pools.
NodePoolImpl - Class in org.jrdf.graph.local.index.nodepool
 
NodePoolImpl(NodeTypePool, MapFactory) - Constructor for class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
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.
NodeTypeIterator<T> - Class in org.jrdf.graph.local.iterator
 
NodeTypeIterator(Iterator<Long>, NodePool) - Constructor for class org.jrdf.graph.local.iterator.NodeTypeIterator
 
NodeTypePool - Interface in org.jrdf.graph.local.index.nodepool
 
NodeTypePoolImpl - Class in org.jrdf.graph.local.index.nodepool
 
NodeTypePoolImpl(MapFactory, StringNodeMapper) - Constructor for class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
NodeTypeVisitor - Interface in org.jrdf.query.relation.type
 
NodeTypeVisitorAdapter - Class in org.jrdf.query.relation.type
 
NodeTypeVisitorAdapter() - Constructor for class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
NON_NEGATIVE_INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#nonNegativeInteger *
NON_NEGATIVE_INTEGER - Static variable in class org.jrdf.vocabulary.XSD
NonNegativeInteger data type.
NON_POSITIVE_INTEGER - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#nonPositiveInteger *
NON_POSITIVE_INTEGER - Static variable in class org.jrdf.vocabulary.XSD
NonPositiveInteger data type.
NonEmptyIteratorFactory - Class in org.jrdf.graph.global.iterator
Reperesnts a facotry for creating non-empty iterators over a globalized graph.
NonEmptyIteratorFactory(MoleculeIteratorFactory) - Constructor for class org.jrdf.graph.global.iterator.NonEmptyIteratorFactory
 
NonNegativeIntegerValue - Class in org.jrdf.graph.datatype
 
NonNegativeIntegerValue() - Constructor for class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
NonNegativeIntegerValue(BigInteger) - Constructor for class org.jrdf.graph.datatype.NonNegativeIntegerValue
 
NonPositiveIntegerValue - Class in org.jrdf.graph.datatype
 
NonPositiveIntegerValue() - Constructor for class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
NonPositiveIntegerValue(BigInteger) - Constructor for class org.jrdf.graph.datatype.NonPositiveIntegerValue
 
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 *
NOTATION - Static variable in class org.jrdf.vocabulary.XSD
Notation data type.
NTriplesEventReader - Class in org.jrdf.parser.ntriples
 
NTriplesEventReader(InputStream, URI, RegexMatcherFactory, TripleParser) - Constructor for class org.jrdf.parser.ntriples.NTriplesEventReader
 
NTriplesEventReader(Reader, URI, RegexMatcherFactory, TripleParser) - Constructor for class org.jrdf.parser.ntriples.NTriplesEventReader
 
NTriplesParser - Class in org.jrdf.parser.ntriples
 
NTriplesParser(TripleParser, RegexMatcherFactory) - Constructor for class org.jrdf.parser.ntriples.NTriplesParser
 
NTriplesRDFInputFactoryImpl - Class in org.jrdf.parser.ntriples
 
NTriplesRDFInputFactoryImpl() - Constructor for class org.jrdf.parser.ntriples.NTriplesRDFInputFactoryImpl
 
NTripleUtil - Interface in org.jrdf.parser.ntriples.parser
 
NTripleUtilImpl - Class in org.jrdf.parser.ntriples.parser
 
NTripleUtilImpl(RegexMatcherFactory) - Constructor for class org.jrdf.parser.ntriples.parser.NTripleUtilImpl
 
NULL_MOLECULE - Static variable in class org.jrdf.graph.global.molecule.NullNewMolecule
Null object for molecule.
NULL_URI - Static variable in class org.jrdf.graph.NullURI
The any node constant - represents an unconstrained object node.
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.
NullNewMolecule - Class in org.jrdf.graph.global.molecule
 
NullURI - Class in org.jrdf.graph
Represents no URI.
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.
OBJECT_INDEX - Static variable in interface org.jrdf.graph.global.GlobalizedGraph
Position in the index for OSP.
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.
ObjectNodeIterator - Class in org.jrdf.graph.local.iterator
 
ObjectNodeIterator(ClosableIterator<Triple>) - Constructor for class org.jrdf.graph.local.iterator.ObjectNodeIterator
 
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
 
objectToEntry(Object, TupleOutput) - Method in class org.jrdf.util.bdb.BlankNodeBinding
 
objectToEntry(Object, TupleOutput) - Method in class org.jrdf.util.bdb.LongListBinding
 
objectToEntry(Object, TupleOutput) - Method in class org.jrdf.util.bdb.NodeBinding
 
objectToEntry(Object, TupleOutput) - Method in class org.jrdf.util.bdb.TripleBinding
 
onApplicationEvent(ApplicationEvent) - Method in class org.jrdf.gui.view.QueryViewImpl
 
OneFixedIterator - Class in org.jrdf.graph.global.iterator
Iterator over molecules in a globalized graph, where one of the nodes in a triple is fixed.
OneFixedIterator(Node, MoleculeIndex[], int) - Constructor for class org.jrdf.graph.global.iterator.OneFixedIterator
 
OneFixedIterator - Class in org.jrdf.graph.local.iterator
An iterator that iterates over a group with a single fixed node.
OneFixedIterator(Long, GraphHandler) - Constructor for class org.jrdf.graph.local.iterator.OneFixedIterator
Constructor.
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.local.disk
Creates a new Graph implementation based on required types.
OrderedGraphFactoryImpl(LongIndex[], NodePoolFactory, TripleBTree[], long) - Constructor for class org.jrdf.graph.local.disk.OrderedGraphFactoryImpl
 
OrderedGraphFactoryImpl - Class in org.jrdf.graph.local
Creates a new Graph implementation based on required types.
OrderedGraphFactoryImpl(LongIndex[], NodePoolFactory) - Constructor for class org.jrdf.graph.local.OrderedGraphFactoryImpl
 
OrderedIteratorFactoryImpl - Class in org.jrdf.graph.local.iterator
An ordered version of the iterator factory that sorts all results first.
OrderedIteratorFactoryImpl(IteratorFactory, Localizer, LongIndex, GraphHandler, SortedSetFactory) - Constructor for class org.jrdf.graph.local.iterator.OrderedIteratorFactoryImpl
 
org.jrdf - package org.jrdf
 
org.jrdf.example - package org.jrdf.example
Examples of using the JRDF APIs.
org.jrdf.example.performance - package org.jrdf.example.performance
 
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.datatype - package org.jrdf.graph.datatype
 
org.jrdf.graph.global - package org.jrdf.graph.global
 
org.jrdf.graph.global.factory - package org.jrdf.graph.global.factory
 
org.jrdf.graph.global.index - package org.jrdf.graph.global.index
 
org.jrdf.graph.global.iterator - package org.jrdf.graph.global.iterator
 
org.jrdf.graph.global.molecule - package org.jrdf.graph.global.molecule
 
org.jrdf.graph.local - package org.jrdf.graph.local
 
org.jrdf.graph.local.disk - package org.jrdf.graph.local.disk
 
org.jrdf.graph.local.disk.iterator - package org.jrdf.graph.local.disk.iterator
 
org.jrdf.graph.local.index - package org.jrdf.graph.local.index
This package defines a set of APIs required to implement the indexing scheme of a Graph implmentation.
org.jrdf.graph.local.index.graphhandler - package org.jrdf.graph.local.index.graphhandler
 
org.jrdf.graph.local.index.longindex - package org.jrdf.graph.local.index.longindex
 
org.jrdf.graph.local.index.longindex.bdb - package org.jrdf.graph.local.index.longindex.bdb
 
org.jrdf.graph.local.index.longindex.db4o - package org.jrdf.graph.local.index.longindex.db4o
 
org.jrdf.graph.local.index.longindex.mem - package org.jrdf.graph.local.index.longindex.mem
This package implements an in memory version of the index interfaces.
org.jrdf.graph.local.index.longindex.sesame - package org.jrdf.graph.local.index.longindex.sesame
 
org.jrdf.graph.local.index.nodepool - package org.jrdf.graph.local.index.nodepool
 
org.jrdf.graph.local.index.nodepool.bdb - package org.jrdf.graph.local.index.nodepool.bdb
 
org.jrdf.graph.local.index.nodepool.db4o - package org.jrdf.graph.local.index.nodepool.db4o
 
org.jrdf.graph.local.index.nodepool.mem - package org.jrdf.graph.local.index.nodepool.mem
 
org.jrdf.graph.local.index.operation - package org.jrdf.graph.local.index.operation
An implementation of the Graph Operations with knowledge of Graph indexes.
org.jrdf.graph.local.index.operation.mem - package org.jrdf.graph.local.index.operation.mem
An in memory implementation of the Graph Operations with knowledge of Graph indexes.
org.jrdf.graph.local.iterator - package org.jrdf.graph.local.iterator
 
org.jrdf.graph.local.mem - package org.jrdf.graph.local.mem
 
org.jrdf.graph.local.util - package org.jrdf.graph.local.util
 
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.map - package org.jrdf.map
 
org.jrdf.parser - package org.jrdf.parser
This package is a port of the Sesame RIO Parser.
org.jrdf.parser.bnodefactory - package org.jrdf.parser.bnodefactory
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.set - package org.jrdf.set
 
org.jrdf.sparql - package org.jrdf.sparql
Classes in this package parse SPARQL 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.bdb - package org.jrdf.util.bdb
 
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.bdb - package org.jrdf.writer.bdb
 
org.jrdf.writer.mem - package org.jrdf.writer.mem
 
org.jrdf.writer.rdfxml - package org.jrdf.writer.rdfxml
 
OSPMoleculeIndexMem - Class in org.jrdf.graph.global.index
 
OSPMoleculeIndexMem() - Constructor for class org.jrdf.graph.global.index.OSPMoleculeIndexMem
 
OSPMoleculeIndexMem(Map<Node, Map<Node, Map<Node, Molecule>>>) - Constructor for class org.jrdf.graph.global.index.OSPMoleculeIndexMem
 
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
 
outputResult(Graph, long, String) - Method in class org.jrdf.example.performance.AbstractGraphPerformance
 
outputResult(Graph, long, String) - Method in interface org.jrdf.example.performance.GraphPerformance
 

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(Graph, GraphPerformance) - Method in interface org.jrdf.example.performance.ParsePerformance
 
parse(Graph, GraphPerformance) - Method in class org.jrdf.example.performance.ParsePerformanceImpl
 
parse(InputStream, String) - Method in class org.jrdf.graph.global.molecule.MoleculeParserImpl
 
parse(Reader, String) - Method in class org.jrdf.graph.global.molecule.MoleculeParserImpl
 
parse(InputStream, String) - Method in class org.jrdf.parser.ntriples.NTriplesParser
 
parse(Reader, String) - Method in class org.jrdf.parser.ntriples.NTriplesParser
 
parse(String) - Method in interface org.jrdf.parser.ntriples.parser.LiteralMatcher
 
parse(String) - Method in class org.jrdf.parser.ntriples.parser.RegexLiteralMatcher
 
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
 
ParsePerformance - Interface in org.jrdf.example.performance
 
ParsePerformanceImpl - Class in org.jrdf.example.performance
 
ParsePerformanceImpl(MapFactory) - Constructor for class org.jrdf.example.performance.ParsePerformanceImpl
 
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.bnodefactory
 
ParserBlankNodeFactoryImpl(MapFactory, GraphElementFactory) - Constructor for class org.jrdf.parser.bnodefactory.ParserBlankNodeFactoryImpl
 
ParserConfiguration - Interface in org.jrdf.parser
The interface to configure RDF parsers.
ParserFactory - Interface in org.jrdf.parser.ntriples
 
ParserFactory - Interface in org.jrdf.sparql.parser
A builder that always throws exceptions.
ParserFactoryImpl - Class in org.jrdf.parser.ntriples
 
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
 
parseTriple(RegexMatcher) - Method in interface org.jrdf.parser.ntriples.parser.TripleParser
 
parseTriple(RegexMatcher) - Method in class org.jrdf.parser.ntriples.parser.TripleParserImpl
 
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.local.index.operation.Difference
 
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.local.index.operation.Intersection
 
perform(LongIndex, LongIndex) - Method in class org.jrdf.graph.local.index.operation.mem.DifferenceImpl
 
perform(LongIndex, LongIndex) - Method in class org.jrdf.graph.local.index.operation.mem.IntersectionImpl
 
perform(LongIndex, LongIndex) - Method in class org.jrdf.graph.local.index.operation.mem.UnionImpl
 
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.local.index.operation.SetOperation
 
perform(LongIndex, LongIndex) - Method in interface org.jrdf.graph.local.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.local.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 *
POSMoleculeIndexMem - Class in org.jrdf.graph.global.index
 
POSMoleculeIndexMem() - Constructor for class org.jrdf.graph.global.index.POSMoleculeIndexMem
 
POSMoleculeIndexMem(Map<Node, Map<Node, Map<Node, Molecule>>>) - Constructor for class org.jrdf.graph.global.index.POSMoleculeIndexMem
 
PREDICATE - Static variable in class org.jrdf.vocabulary.RDF
The predicate of the subject RDF statement.
PREDICATE_INDEX - Static variable in interface org.jrdf.graph.global.GlobalizedGraph
Position in the index for POS.
PREDICATE_TYPE - Static variable in class org.jrdf.query.relation.type.PredicateNodeType
PredicateNodeType constant.
PredicateClosableIterator - Class in org.jrdf.graph.local.iterator
 
PredicateClosableIterator(Iterator<PredicateNode>) - Constructor for class org.jrdf.graph.local.iterator.PredicateClosableIterator
 
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
 
PredicateObjectWriter - Interface in org.jrdf.writer.rdfxml
 
PredicateObjectWriterImpl - Class in org.jrdf.writer.rdfxml
Represents a statement about a resource.
PredicateObjectWriterImpl(RdfNamespaceMap, BlankNodeRegistry, XMLStreamWriter) - Constructor for class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
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
 
print(PrintStream) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
 
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
A set of relations that are to be processed by the tuple engine.
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(byte[], byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
put(Long, LocalizedNode) - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
put(Long, LocalizedNode) - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
putInt(int, byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
 
putLong(long, byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
 

Q

Q_NAME - Static variable in class org.jrdf.vocabulary.XSD
QName data type.
QNAME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#QName *
QNameValue - Class in org.jrdf.graph.datatype
 
QNameValue() - Constructor for class org.jrdf.graph.datatype.QNameValue
 
QNameValue(QName) - Constructor for class org.jrdf.graph.datatype.QNameValue
 
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.
QueryFactory - Interface in org.jrdf.query
 
QueryFactoryImpl - Class in org.jrdf.query
 
QueryFactoryImpl() - Constructor for class org.jrdf.query.QueryFactoryImpl
 
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
 
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
 
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.
RdfXmlDocument - Interface in org.jrdf.writer.rdfxml
 
RdfXmlDocumentImpl - Class in org.jrdf.writer.rdfxml
Represents an RDF/XML header that includes an XML header and opening RDF element.
RdfXmlDocumentImpl(String, RdfNamespaceMap, XMLStreamWriter) - Constructor for class org.jrdf.writer.rdfxml.RdfXmlDocumentImpl
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, MapFactory) - Constructor for class org.jrdf.parser.rdfxml.RdfXmlParser
Creates a new RdfXmlParser that will use the supplied BlankNodeFactoryCreator and create a new map to be used by the generic ParserBlankNodeFactoryImpl.
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
 
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
 
ReadableGraph - Interface in org.jrdf.graph.local
 
ReadableGraphImpl - Class in org.jrdf.graph.local
 
ReadableGraphImpl(LongIndex[], Localizer, IteratorFactory) - Constructor for class org.jrdf.graph.local.ReadableGraphImpl
 
ReadWriteGraph - Interface in org.jrdf.graph.local
 
ReadWriteGraphFactory - Interface in org.jrdf.graph.local
 
ReadWriteGraphImpl - Class in org.jrdf.graph.local
 
ReadWriteGraphImpl(LongIndex[], NodePool, IteratorFactory) - Constructor for class org.jrdf.graph.local.ReadWriteGraphImpl
 
reconstruct(LongIndex, LongIndex, LongIndex) - Static method in class org.jrdf.graph.local.index.operation.mem.BasicOperations
 
reconstructIndices(LongIndex, LongIndex, LongIndex) - Method in class org.jrdf.graph.local.index.graphhandler.AbstractGraphHandler
 
reconstructIndices(LongIndex, LongIndex, LongIndex) - Method in interface org.jrdf.graph.local.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.graph.global.factory.GlobalizedGraphFactory
Reload any configuration files used to create the objects.
refresh() - Method in class org.jrdf.graph.global.factory.GlobalizedGraphMemFactoryImpl
 
refresh() - Method in interface org.jrdf.JRDFFactory
Reload any configuration files used to create the objects.
refresh() - Method in class org.jrdf.SortedBdbJRDFFactory
 
refresh() - Method in class org.jrdf.SortedDiskJRDFFactory
 
refresh() - Method in class org.jrdf.SortedMemoryJRDFFactory
 
refresh() - Method in class org.jrdf.SpringJRDFFactory
 
RegexLiteralMatcher - Class in org.jrdf.parser.ntriples.parser
 
RegexLiteralMatcher(RegexMatcherFactory, NTripleUtil) - Constructor for class org.jrdf.parser.ntriples.parser.RegexLiteralMatcher
 
RegexMatcher - Interface in org.jrdf.util.boundary
 
RegexMatcherFactory - Interface in org.jrdf.util.boundary
 
RegexMatcherFactoryImpl - Class in org.jrdf.util.boundary
 
RegexMatcherFactoryImpl() - Constructor for class org.jrdf.util.boundary.RegexMatcherFactoryImpl
 
RegexMatcherImpl - Class in org.jrdf.util.boundary
 
regionMatches(byte[], byte[], int) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Checks whether subValue matches the region in superValue starting at offset offset.
registerLiteral(Literal) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
 
registerLiteral(Literal) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
registerLocalBlankNode(BlankNode) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
 
registerLocalBlankNode(BlankNode) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
registerLocalCommandExecutors(PageComponentContext) - Method in class org.jrdf.gui.view.QueryViewImpl
 
registerNodePoolValues(List<Map<Long, String>>) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Registers a large number of nodes in ones go.
registerNodePoolValues(List<Map<Long, String>>) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
registerURIReference(URIReference) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
 
registerURIReference(URIReference) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
reifyTriple(SubjectNode, PredicateNode, ObjectNode, SubjectNode) - Method in class org.jrdf.graph.AbstractTripleFactory
 
reifyTriple(Triple, SubjectNode) - Method in class org.jrdf.graph.AbstractTripleFactory
 
reifyTriple(SubjectNode, PredicateNode, ObjectNode, SubjectNode) - Method in interface org.jrdf.graph.TripleFactory
Reifies a triple. 4 statements are added with the given subject, predicate and object.
reifyTriple(Triple, SubjectNode) - Method in interface org.jrdf.graph.TripleFactory
Reifies a triple. 4 statements are added with the triple's subject, predicate and object.
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
 
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(Molecule) - Method in interface org.jrdf.graph.global.GlobalizedGraph
This will find the given molecule and remove it and any statements it contains.
remove(Molecule) - Method in class org.jrdf.graph.global.GlobalizedGraphImpl
 
remove(Node, Node, Node) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
remove(Molecule) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
remove(Node[]) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
remove(Node, Node, Node) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
remove(Molecule) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
remove() - Method in class org.jrdf.graph.global.iterator.GlobalizedGraphIterator
 
remove() - Method in class org.jrdf.graph.global.iterator.OneFixedIterator
 
remove() - Method in class org.jrdf.graph.global.iterator.ThreeFixedIterator
 
remove() - Method in class org.jrdf.graph.global.iterator.TwoFixedIterator
 
remove(Triple) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
remove(Triple) - Method in interface org.jrdf.graph.global.molecule.Molecule
Removes a triple from the molecule.
remove(Triple) - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
remove(Triple) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
remove(Triple) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
remove(Triple) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
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(Triple...) - Method in interface org.jrdf.graph.Graph
Removes all the triples into the graph.
remove() - Method in class org.jrdf.graph.local.disk.iterator.AnyResourcePredicateIterator
 
remove() - Method in class org.jrdf.graph.local.disk.iterator.BTreeGraphIterator
 
remove(Iterator<Triple>) - Method in class org.jrdf.graph.local.GraphImpl
 
remove(Triple...) - Method in class org.jrdf.graph.local.GraphImpl
 
remove(Triple) - Method in class org.jrdf.graph.local.GraphImpl
 
remove(SubjectNode, PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.GraphImpl
 
remove(T...) - Method in class org.jrdf.graph.local.index.AbstractIndex
 
remove(Long...) - Method in interface org.jrdf.graph.local.index.graphhandler.GraphHandler
Removes a triple from the other indexes of the graph.
remove(Long...) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler012
 
remove(Long...) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler120
 
remove(Long...) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler201
 
remove(T...) - Method in interface org.jrdf.graph.local.index.Index
Removes a triple from a single index.
remove(Long...) - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
remove(byte[]) - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Removes the value that matches the specified key from the B-Tree.
remove() - Method in class org.jrdf.graph.local.index.longindex.sesame.EntryIterator
 
remove(Long...) - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
remove() - Method in class org.jrdf.graph.local.iterator.AnyResourcePredicateIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.BlankNodeResourceIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.EmptyClosableIterator
Not supported by this implementation.
remove() - Method in class org.jrdf.graph.local.iterator.FixedResourcePredicateIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.GraphIterator
Implemented for java.util.Iterator.
remove() - Method in class org.jrdf.graph.local.iterator.NodeTypeIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.ObjectNodeIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.OneFixedIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.PredicateClosableIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.ResourceIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.SubjectNodeIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.ThreeFixedIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.TripleClosableIterator
 
remove() - Method in class org.jrdf.graph.local.iterator.TwoFixedIterator
 
remove(Object) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
remove() - Method in class org.jrdf.parser.ntriples.NTriplesEventReader
 
remove() - Method in class org.jrdf.util.IteratorStack
 
removeAll(Collection<?>) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
removeDir() - Method in interface org.jrdf.util.DirectoryHandler
 
removeDir() - Method in class org.jrdf.util.TempDirectoryHandler
 
removeEntriesFromIndex(LongIndex, LongIndex) - Static method in class org.jrdf.graph.local.index.operation.mem.BasicOperations
 
removeIterator(Iterator<Triple>) - Method in class org.jrdf.graph.local.ReadWriteGraphImpl
 
removeIterator(Iterator<Triple>) - Method in interface org.jrdf.graph.local.WritableGraph
 
removeIterator(Iterator<Triple>) - Method in class org.jrdf.graph.local.WritableGraphImpl
 
removeNode(Long) - Method in interface org.jrdf.graph.local.index.nodepool.NodePool
Remove a node from the node pool.
removeNode(Long) - Method in class org.jrdf.graph.local.index.nodepool.NodePoolImpl
 
removeNode(Long) - Method in interface org.jrdf.graph.local.index.nodepool.NodeTypePool
 
removeNode(Long) - Method in class org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
 
removeSubIndex(Node) - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
removeSubIndex(Node) - Method in interface org.jrdf.graph.global.index.MoleculeIndex
 
removeSubIndex(T) - Method in class org.jrdf.graph.local.index.AbstractIndex
 
removeSubIndex(Long) - Method in interface org.jrdf.graph.local.index.graphhandler.GraphHandler
Removes the given entry of long to set of longs with the given entry.
removeSubIndex(Long) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler012
 
removeSubIndex(Long) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler120
 
removeSubIndex(Long) - Method in class org.jrdf.graph.local.index.graphhandler.GraphHandler201
 
removeSubIndex(T) - Method in interface org.jrdf.graph.local.index.Index
Removes the given entry of long to set of longs with the given entry.
removeSubIndex(Long) - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
removeSubIndex(Long) - Method in class org.jrdf.graph.local.index.longindex.sesame.LongIndexSesame
 
removeSubject(SubjectNode, PredicateNode) - Method in class org.jrdf.graph.local.AbstractResource
 
removeSubject(URI, URI) - Method in class org.jrdf.graph.local.AbstractResource
 
removeSubject(SubjectNode, PredicateNode) - Method in interface org.jrdf.graph.Resource
Remove the triple with this as the object, the given subject and predicate.
removeSubject(URI, URI) - Method in interface org.jrdf.graph.Resource
 
removeValue(PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(URI, URI) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(URI, String) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(URI, Resource) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(URI, Object) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(URI, String, String) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(URI, String, URI) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValue(PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Resource
Remove the triple with this as the subject, the given predicate and object.
removeValue(URI, URI) - Method in interface org.jrdf.graph.Resource
 
removeValue(URI, String) - Method in interface org.jrdf.graph.Resource
 
removeValue(URI, Resource) - Method in interface org.jrdf.graph.Resource
 
removeValue(URI, Object) - Method in interface org.jrdf.graph.Resource
 
removeValue(URI, String, String) - Method in interface org.jrdf.graph.Resource
 
removeValue(URI, String, URI) - Method in interface org.jrdf.graph.Resource
 
removeValueCreator(URI) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Remove creator for a given URI.
removeValueCreator(Class<?>, URI) - Method in interface org.jrdf.graph.datatype.DatatypeFactory
Remove creator for a given class and URI.
removeValueCreator(URI) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
removeValueCreator(Class<?>, URI) - Method in class org.jrdf.graph.datatype.DatatypeFactoryImpl
 
removeValues(PredicateNode) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValues(URI) - Method in class org.jrdf.graph.local.AbstractResource
 
removeValues(PredicateNode) - Method in interface org.jrdf.graph.Resource
Remove all the triples with this as the subject and the given predicate.
removeValues(URI) - Method in interface org.jrdf.graph.Resource
 
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.
replaceNode(Graph, Node, Node) - Method in interface org.jrdf.graph.local.util.CopyGraphUtil
 
replaceNode(Graph, Node, Node) - Method in class org.jrdf.graph.local.util.CopyGraphUtilImpl
 
replaceNode(Node, Node) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
replaceNode(Node, Node) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
replaceObjectNode(Node, Node) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
replaceObjectNode(Node, Node) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
replacePredicateNode(Node, Node) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
replacePredicateNode(Node, Node) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
replaceSubjectNode(Node, Node) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
replaceSubjectNode(Node, Node) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
reset() - Method in class org.jrdf.writer.mem.RdfNamespaceMapImpl
 
reset() - Method in interface org.jrdf.writer.RdfNamespaceMap
Reset the name and uri mappings.
Resource - Interface in org.jrdf.graph
A resource stands for either a Blank Node or a URI Reference.
RESOURCE - Static variable in class org.jrdf.vocabulary.RDFS
The class resource, everything.
RESOURCE_TYPE - Static variable in class org.jrdf.query.relation.type.ResourceNodeType
ResourceNodeType constant.
ResourceComparator - Class in org.jrdf.graph
 
ResourceComparator() - Constructor for class org.jrdf.graph.ResourceComparator
 
resourceFactory - Variable in class org.jrdf.graph.local.iterator.ResourceIterator
 
ResourceFactory - Interface in org.jrdf.graph.local
 
ResourceFactoryImpl - Class in org.jrdf.graph.local
 
ResourceFactoryImpl(Graph) - Constructor for class org.jrdf.graph.local.ResourceFactoryImpl
 
ResourceIterator<E> - Class in org.jrdf.graph.local.iterator
 
ResourceIterator(LongIndex[], ResourceFactory, NodePool) - Constructor for class org.jrdf.graph.local.iterator.ResourceIterator
 
ResourceIteratorFactory - Interface in org.jrdf.graph.local.iterator
 
ResourceIteratorFactoryImpl - Class in org.jrdf.graph.local.iterator
 
ResourceIteratorFactoryImpl(LongIndex[], ResourceFactory, NodePool) - Constructor for class org.jrdf.graph.local.iterator.ResourceIteratorFactoryImpl
 
ResourceNodeType - Class in org.jrdf.query.relation.type
A Resource node type - a URIReference or BlankNode.
ResourceNodeType() - Constructor for class org.jrdf.query.relation.type.ResourceNodeType
 
RESOURCES - Static variable in class org.jrdf.vocabulary.Vocabulary
The set of URI references.
ResourceWriter - Interface in org.jrdf.writer.rdfxml
 
ResourceWriterImpl - Class in org.jrdf.writer.rdfxml
Represents an RDF/XML header for a given resource.
ResourceWriterImpl(RdfNamespaceMap, BlankNodeRegistry, XMLStreamWriter) - Constructor for class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
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 class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
ReverseGroundedTripleComparatorFactoryImpl - Class in org.jrdf.graph.global
 
ReverseGroundedTripleComparatorFactoryImpl() - Constructor for class org.jrdf.graph.global.ReverseGroundedTripleComparatorFactoryImpl
 
ReverseGroundedTripleComparatorImpl - Class in org.jrdf.graph.global
A different implementation of TripleComparator.
ReverseGroundedTripleComparatorImpl(TripleComparator) - Constructor for class org.jrdf.graph.global.ReverseGroundedTripleComparatorImpl
 
runDebugTest(String[]) - Static method in class org.jrdf.graph.local.index.longindex.sesame.BTree
 
runPerformanceTest(String[]) - Static method in class org.jrdf.graph.local.index.longindex.sesame.BTree
 
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.
SemanticComparator - Interface in org.jrdf.graph.datatype
Sorts by the URI of the literal and then value.
SemanticComparatorImpl - Class in org.jrdf.graph.datatype
 
SemanticComparatorImpl(LexicalComparator) - Constructor for class org.jrdf.graph.datatype.SemanticComparatorImpl
 
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 - 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.local.mem
An implementation of Sequence.
SequenceImpl() - Constructor for class org.jrdf.graph.local.mem.SequenceImpl
 
serialVersionUID - Static variable in interface org.jrdf.graph.Triple
Serial UID.
set(byte[]) - Method in interface org.jrdf.graph.local.index.longindex.sesame.BTreeIterator
Replaces the last value returned by BTreeIterator.next() with the specified value.
setAllVariables(Map<AttributeName, PositionalNodeType>) - Method in class org.jrdf.query.execute.NaiveQueryEngineImpl
 
setAllVariables(Map<AttributeName, PositionalNodeType>) - Method in interface org.jrdf.query.execute.QueryEngine
 
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.local.LiteralImpl
Sets the interanl identifier for this node.
setId(Long) - Method in interface org.jrdf.graph.local.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.local.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 interface org.jrdf.parser.ParserConfiguration
Sets the parser in a mode to parse stand-alone RDF documents.
setParseStandAloneDocuments(boolean) - Method in class org.jrdf.parser.rdfxml.RdfXmlParser
 
setPattern(String) - Method in interface org.jrdf.parser.ntriples.parser.LiteralMatcher
 
setPattern(String) - Method in class org.jrdf.parser.ntriples.parser.RegexLiteralMatcher
 
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 interface org.jrdf.writer.rdfxml.ResourceWriter
 
setTriple(Triple) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
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
 
setupCatalog(Environment, String, DatabaseConfig) - Method in interface org.jrdf.util.bdb.BdbEnvironmentHandler
 
setupCatalog(Environment, String, DatabaseConfig) - Method in class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
setupDatabase(Environment, String, DatabaseConfig) - Method in interface org.jrdf.util.bdb.BdbEnvironmentHandler
 
setupDatabase(Environment, String, DatabaseConfig) - Method in class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
setUpDatabaseConfig(boolean) - Method in interface org.jrdf.util.bdb.BdbEnvironmentHandler
 
setUpDatabaseConfig(boolean) - Method in class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
setUpEnvironment() - Method in interface org.jrdf.util.bdb.BdbEnvironmentHandler
 
setUpEnvironment() - Method in class org.jrdf.util.bdb.BdbEnvironmentHandlerImpl
 
setValue(PredicateNode, ObjectNode) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(URI, URI) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(URI, String) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(URI, Resource) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(URI, Object) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(URI, String, String) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(URI, String, URI) - Method in class org.jrdf.graph.local.AbstractResource
 
setValue(Map<Long, Set<Long>>) - Method in class org.jrdf.graph.local.index.longindex.sesame.Entry
 
setValue(PredicateNode, ObjectNode) - Method in interface org.jrdf.graph.Resource
Remove any other triples with this as the subject, the given predicate and any object and add a new triple with this as the subject and the given predicate and object.
setValue(URI, URI) - Method in interface org.jrdf.graph.Resource
 
setValue(URI, String) - Method in interface org.jrdf.graph.Resource
 
setValue(URI, Resource) - Method in interface org.jrdf.graph.Resource
 
setValue(URI, Object) - Method in interface org.jrdf.graph.Resource
 
setValue(URI, String, String) - Method in interface org.jrdf.graph.Resource
 
setValue(URI, String, URI) - Method in interface org.jrdf.graph.Resource
 
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 *
SHORT - Static variable in class org.jrdf.vocabulary.XSD
Short data type.
ShortValue - Class in org.jrdf.graph.datatype
 
ShortValue() - Constructor for class org.jrdf.graph.datatype.ShortValue
 
ShortValue(Short) - Constructor for class org.jrdf.graph.datatype.ShortValue
 
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.global.molecule.HeadMoleculeImpl
 
size() - Method in interface org.jrdf.graph.global.molecule.Molecule
Number of triples contained in the molecule.
size() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
size() - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
size() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
size() - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
size() - Method in class org.jrdf.graph.local.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
 
SortedBdbJRDFFactory - Class in org.jrdf
Uses default in memory constructors to create JRDF entry points.
SortedDiskJRDFFactory - Class in org.jrdf
The optimal version of an on disk JRDF graph.
SortedMemoryJRDFFactory - Class in org.jrdf
Uses default in memory constructors to create JRDF entry points.
SortedSetFactory - Interface in org.jrdf.set
An abstract from specifically knowing how to create Sorted Sets.
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
 
specialAdd(NewMolecule) - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
specialAdd(NewMolecule) - Method in interface org.jrdf.graph.global.molecule.NewMolecule
 
specialAdd(NewMolecule) - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
specialAdd(NewMolecule) - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
SPOMoleculeIndexMem - Class in org.jrdf.graph.global.index
 
SPOMoleculeIndexMem() - Constructor for class org.jrdf.graph.global.index.SPOMoleculeIndexMem
 
SPOMoleculeIndexMem(Map<Node, Map<Node, Map<Node, Molecule>>>) - Constructor for class org.jrdf.graph.global.index.SPOMoleculeIndexMem
 
SpringJRDFFactory - 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 *
STRING - Static variable in class org.jrdf.vocabulary.XSD
URI of the string type.
StringNodeMapper - Interface in org.jrdf.graph.local.index.nodepool
 
StringNodeMapperFactory - Interface in org.jrdf.graph.local.index.nodepool
 
StringNodeMapperFactoryImpl - Class in org.jrdf.graph.local.index.nodepool
 
StringNodeMapperFactoryImpl() - Constructor for class org.jrdf.graph.local.index.nodepool.StringNodeMapperFactoryImpl
 
StringNodeMapperImpl - Class in org.jrdf.graph.local.index.nodepool
 
StringNodeMapperImpl(LiteralMatcher) - Constructor for class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
STRINGS - Static variable in class org.jrdf.vocabulary.XSD
The set of all string and derived data types.
StringValue - Class in org.jrdf.graph.datatype
 
StringValue() - Constructor for class org.jrdf.graph.datatype.StringValue
 
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.
SUBJECT_INDEX - Static variable in interface org.jrdf.graph.global.GlobalizedGraph
Position in the index for SPO.
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.
SubjectNodeIterator - Class in org.jrdf.graph.local.iterator
 
SubjectNodeIterator(ClosableIterator<Triple>) - Constructor for class org.jrdf.graph.local.iterator.SubjectNodeIterator
 
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
 
subsumes(NewMolecule, NewMolecule) - Method in interface org.jrdf.graph.global.molecule.MoleculeSubsumption
 
subsumes(NewMolecule, NewMolecule) - Method in class org.jrdf.graph.global.molecule.MoleculeSubsumptionImpl
 
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
 
sync() - Method in class org.jrdf.graph.local.index.longindex.sesame.BTree
Writes any changes that are cached in memory to disk.

T

tailTriples() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
tailTriples() - Method in interface org.jrdf.graph.global.molecule.Molecule
An iterator that contains tail triples i.e. all triples except head triple.
tailTriples() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
tailTriples() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
TempDirectoryHandler - Class in org.jrdf.util
 
TempDirectoryHandler() - Constructor for class org.jrdf.util.TempDirectoryHandler
 
testPerformance(String[]) - Method in class org.jrdf.example.performance.AbstractGraphPerformance
 
ThreeFixedIterator - Class in org.jrdf.graph.global.iterator
Represents an globalized graph iterator where all three nodes are fixes (i.e. no wildcards).
ThreeFixedIterator(SubjectNode, PredicateNode, ObjectNode, MoleculeIndex[]) - Constructor for class org.jrdf.graph.global.iterator.ThreeFixedIterator
 
ThreeFixedIterator - Class in org.jrdf.graph.local.iterator
An iterator that returns only a single triple, if any exists.
ThreeFixedIterator(Long[], LongIndex, GraphHandler) - Constructor for class org.jrdf.graph.local.iterator.ThreeFixedIterator
Constructor.
TIME - Static variable in class org.jrdf.parser.rdfxml.XmlSchema
http://www.w3.org/2001/XMLSchema#time *
TIME - Static variable in class org.jrdf.vocabulary.XSD
URI of the time type.
toArray() - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
toArray(T[]) - Method in class org.jrdf.graph.local.mem.AbstractUnorderedContainer
 
toBytes(Long...) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteHandler
 
toEscapedString(URL) - Static method in class org.jrdf.util.EscapeURL
 
toHexString(byte[]) - Static method in class org.jrdf.graph.local.index.longindex.sesame.ByteArrayUtil
Returns the hexadecimal value of the supplied byte array.
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 class org.jrdf.graph.global.AbstractGlobalizedGraph
 
toString() - Method in class org.jrdf.graph.global.BlankNodeImpl
Returns the String value of this BlankNode as: uid#id (eg. 29fbf7ba364f1425dda058737d764603#69)
toString() - Method in class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
 
toString() - Method in class org.jrdf.graph.global.molecule.HeadMoleculeImpl
 
toString() - Method in class org.jrdf.graph.global.molecule.MoleculeImpl
 
toString() - Method in class org.jrdf.graph.global.molecule.NewMoleculeImpl
 
toString() - Method in class org.jrdf.graph.global.molecule.NullNewMolecule
 
toString() - Method in interface org.jrdf.graph.Literal
Returns the lexical form.
toString() - Method in class org.jrdf.graph.local.BlankNodeImpl
Returns the String value of this BlankNode as: uid#id (eg. 29fbf7ba364f1425dda058737d764603#69)
toString() - Method in class org.jrdf.graph.local.BlankNodeResourceImpl
 
toString() - Method in class org.jrdf.graph.local.GraphImpl
 
toString() - Method in class org.jrdf.graph.local.index.longindex.bdb.LongIndexBdb
 
toString() - Method in class org.jrdf.graph.local.index.longindex.sesame.Entry
 
toString() - Method in class org.jrdf.graph.local.LiteralImpl
Provide a legible representation of a literal.
toString() - Method in class org.jrdf.graph.local.mem.AlternativeImpl
 
toString() - Method in class org.jrdf.graph.local.mem.BagImpl
 
toString() - Method in class org.jrdf.graph.local.mem.SequenceImpl
 
toString() - Method in class org.jrdf.graph.local.URIReferenceResourceImpl
 
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.
TripleBinding - Class in org.jrdf.util.bdb
 
TripleBinding() - Constructor for class org.jrdf.util.bdb.TripleBinding
 
TripleBTree - Class in org.jrdf.graph.local.index.longindex.sesame
 
TripleBTree(File, int, int) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.TripleBTree
 
TripleBTree(File, int, int, boolean) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.TripleBTree
 
TripleBTree(File, int, int, BTreeValueComparator) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.TripleBTree
 
TripleBTree(File, int, int, BTreeValueComparator, boolean) - Constructor for class org.jrdf.graph.local.index.longindex.sesame.TripleBTree
 
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.local.iterator
A simple iterator that provides removal of nodes from the underlying store - irrespectively of the order given by the iterator.
TripleClosableIterator(Iterator<Triple>, Localizer, LongIndex, GraphHandler) - Constructor for class org.jrdf.graph.local.iterator.TripleClosableIterator
 
tripleComparator - Variable in class org.jrdf.graph.global.AbstractGlobalizedGraph
 
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.local
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.local.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
 
TripleImpl(SubjectNode, PredicateNode, ObjectNode) - Constructor for class org.jrdf.graph.TripleImpl
Constructor for this Triple, only to be used by the NodeFactory.
TripleParser - Interface in org.jrdf.parser.ntriples.parser
 
TripleParserImpl - Class in org.jrdf.parser.ntriples.parser
 
TripleParserImpl(SubjectParser, PredicateParser, ObjectParser, TripleFactory) - Constructor for class org.jrdf.parser.ntriples.parser.TripleParserImpl
 
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
 
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.global.iterator
Globalized Graph iterator where 2 nodes are fixed.
TwoFixedIterator(Node, Node, MoleculeIndex[], int) - Constructor for class org.jrdf.graph.global.iterator.TwoFixedIterator
 
TwoFixedIterator - Class in org.jrdf.graph.local.iterator
An iterator that iterates over a group with a two fixed nodes.
TwoFixedIterator(Long, Long, LongIndex, GraphHandler) - Constructor for class org.jrdf.graph.local.iterator.TwoFixedIterator
Constructor.
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.NTripleUtil
 
unescapeLiteral(String) - Method in class org.jrdf.parser.ntriples.parser.NTripleUtilImpl
 
Union - Interface in org.jrdf.graph.local.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.local.index.operation.mem
Just a spike.
UnionImpl() - Constructor for class org.jrdf.graph.local.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 *
updateBlankNodes(Triple) - Method in interface org.jrdf.graph.local.util.GraphToGraphMapper
 
updateBlankNodes(Triple) - Method in class org.jrdf.graph.local.util.GraphToGraphMapperImpl
 
UpdatePerformance - Interface in org.jrdf.example.performance
 
updatePerformance(Graph, GraphPerformance) - Method in class org.jrdf.example.performance.UpdatePerformanceImpl
 
UpdatePerformanceImpl - Class in org.jrdf.example.performance
 
UpdatePerformanceImpl(int, String) - Constructor for class org.jrdf.example.performance.UpdatePerformanceImpl
 
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
 
uri - Variable in class org.jrdf.graph.AbstractURIReference
The URI of the node.
URI_REFERENCE_TYPE - Static variable in class org.jrdf.query.relation.type.URIReferenceNodeType
URIReferenceNodeType constant.
URIReference - Interface in org.jrdf.graph
RDF URI reference - resource node.
URIReferenceImpl - Class in org.jrdf.graph.global
Globalized implementation of a URIReferenfce.
URIReferenceImpl(String) - Constructor for class org.jrdf.graph.global.URIReferenceImpl
 
URIReferenceImpl(String, boolean) - Constructor for class org.jrdf.graph.global.URIReferenceImpl
 
URIReferenceImpl(URI) - Constructor for class org.jrdf.graph.global.URIReferenceImpl
 
URIReferenceImpl(URI, boolean) - Constructor for class org.jrdf.graph.global.URIReferenceImpl
 
URIReferenceImpl - Class in org.jrdf.graph.local
RDF URI reference - resource node.
URIReferenceImpl(URI, Long) - Constructor for class org.jrdf.graph.local.URIReferenceImpl
Constructor for use by GraphElementFactory only.
URIReferenceImpl(URI, boolean, Long) - Constructor for class org.jrdf.graph.local.URIReferenceImpl
Constructor for use by GraphElementFactory only.
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, NTripleUtil) - Constructor for class org.jrdf.parser.ntriples.parser.URIReferenceParserImpl
 
URIReferenceResourceImpl - Class in org.jrdf.graph.local
 
URIReferenceResourceIterator - Class in org.jrdf.graph.local.iterator
 
URIReferenceResourceIterator(LongIndex[], ResourceFactory, NodePool) - Constructor for class org.jrdf.graph.local.iterator.URIReferenceResourceIterator
 

V

value - Variable in class org.jrdf.graph.AbstractLiteral
The lexical form of the literal.
Value - Interface in org.jrdf.graph
Represents a wrapper of Literal values.
VALUE - Static variable in class org.jrdf.vocabulary.RDF
Idiomatic property used for structured values.
ValueCreator - Interface in org.jrdf.graph.datatype
Creates value object based on a value type or lexical form (to be parsed and turned into a the appropriate value).
ValueNodeType - Interface in org.jrdf.query.relation.type
Node types - data types belong to RDF nodes.
valueOf(String) - Static method in class org.jrdf.graph.local.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() - 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
 
VariableName(String) - Constructor for class org.jrdf.query.relation.attributename.VariableName
 
visitBlankNode(BlankNode) - Method in class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
visitBlankNode(BlankNode) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
visitBlankNode(BlankNode) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
visitBlankNode(BlankNode) - Method in class org.jrdf.graph.local.NodeComparatorImpl
 
visitBlankNode(BlankNode) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit blank node.
visitBlankNode(BlankNode) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
 
visitBlankNode(BlankNode) - Method in class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
visitBlankNode(BlankNode) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
visitBlankNodeType(BlankNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitBlankNodeType(BlankNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
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 class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
visitLiteral(Literal) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
visitLiteral(Literal) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
visitLiteral(Literal) - Method in class org.jrdf.graph.local.NodeComparatorImpl
 
visitLiteral(Literal) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit Literal.
visitLiteral(Literal) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
 
visitLiteral(Literal) - Method in class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
visitLiteral(Literal) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
visitLiteralNodeType(LiteralNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitLiteralNodeType(LiteralNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
visitNode(Node) - Method in class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
visitNode(Node) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
visitNode(Node) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
visitNode(Node) - Method in class org.jrdf.graph.local.NodeComparatorImpl
 
visitNode(Node) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit node.
visitNode(Node) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
 
visitNode(Node) - Method in class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
visitNode(Node) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
visitObjectNodeType(ObjectNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitObjectNodeType(ObjectNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
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
 
visitPredicateNodeType(PredicateNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitPredicateNodeType(PredicateNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
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
 
visitResource(Resource) - Method in class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
visitResource(Resource) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
visitResource(Resource) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
visitResource(Resource) - Method in class org.jrdf.graph.local.NodeComparatorImpl
 
visitResource(Resource) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit Resource.
visitResource(Resource) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
 
visitResource(Resource) - Method in class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
visitResource(Resource) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
visitResourceNodeType(ResourceNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitResourceNodeType(ResourceNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
visitSubjectNodeType(SubjectNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitSubjectNodeType(SubjectNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
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 class org.jrdf.graph.global.GroundedTripleComparatorImpl
 
visitURIReference(URIReference) - Method in class org.jrdf.graph.local.index.nodepool.LocalizerImpl
 
visitURIReference(URIReference) - Method in class org.jrdf.graph.local.index.nodepool.StringNodeMapperImpl
 
visitURIReference(URIReference) - Method in class org.jrdf.graph.local.NodeComparatorImpl
 
visitURIReference(URIReference) - Method in interface org.jrdf.graph.TypedNodeVisitor
Visit URI Reference.
visitURIReference(URIReference) - Method in class org.jrdf.graph.TypedNodeVisitorAdapter
 
visitURIReference(URIReference) - Method in class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
visitURIReference(URIReference) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
visitURIReferenceNodeType(URIReferenceNodeType) - Method in interface org.jrdf.query.relation.type.NodeTypeVisitor
 
visitURIReferenceNodeType(URIReferenceNodeType) - Method in class org.jrdf.query.relation.type.NodeTypeVisitorAdapter
 
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
 
WritableGraph - Interface in org.jrdf.graph.local
 
WritableGraphImpl - Class in org.jrdf.graph.local
 
WritableGraphImpl(LongIndex[], NodePool, Localizer) - Constructor for class org.jrdf.graph.local.WritableGraphImpl
 
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(Graph, OutputStream) - Method in class org.jrdf.writer.rdfxml.MemRdfXmlWriter
 
write(Graph, Writer) - Method in class org.jrdf.writer.rdfxml.MemRdfXmlWriter
 
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
 
writeEnd() - Method in interface org.jrdf.writer.rdfxml.ResourceWriter
 
writeEnd() - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
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
 
writeFooter() - Method in interface org.jrdf.writer.rdfxml.RdfXmlDocument
 
writeFooter() - Method in class org.jrdf.writer.rdfxml.RdfXmlDocumentImpl
 
writeHeader() - Method in interface org.jrdf.writer.rdfxml.RdfXmlDocument
 
writeHeader() - Method in class org.jrdf.writer.rdfxml.RdfXmlDocumentImpl
 
writeNestedStatements(IteratorStack<Triple>) - Method in interface org.jrdf.writer.rdfxml.ResourceWriter
 
writeNestedStatements(IteratorStack<Triple>) - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 
WritePerformance - Interface in org.jrdf.example.performance
 
writePerformance(Graph, GraphPerformance, BlankNodeRegistry) - Method in interface org.jrdf.example.performance.WritePerformance
 
writePerformance(Graph, GraphPerformance, BlankNodeRegistry) - Method in class org.jrdf.example.performance.WritePerformanceImpl
 
WritePerformanceImpl - Class in org.jrdf.example.performance
 
WritePerformanceImpl() - Constructor for class org.jrdf.example.performance.WritePerformanceImpl
 
writePredicateObject(PredicateNode, ObjectNode) - Method in interface org.jrdf.writer.rdfxml.PredicateObjectWriter
 
writePredicateObject(PredicateNode, ObjectNode) - Method in class org.jrdf.writer.rdfxml.PredicateObjectWriterImpl
 
writeStart() - Method in interface org.jrdf.writer.rdfxml.ResourceWriter
 
writeStart() - Method in class org.jrdf.writer.rdfxml.ResourceWriterImpl
 

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
 
XSD - Class in org.jrdf.vocabulary
A set of constants for the standard XSD vocabulary.
XSD() - Constructor for class org.jrdf.vocabulary.XSD
 
XSDDecimal - Interface in org.jrdf.graph.datatype
All of the data types derived from XSD decimal to be treated in the same way.

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