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