A B C D E F G H I M N P Q R S U V

A

accept(Statement) - Method in class net.fortytwo.sesametools.PatternIterator
 
add(Statement) - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 
add(Resource, URI, Value, Resource...) - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 
addList(Resource, List<Value>, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
Adds an RDF List with the given elements to a graph.
addListAtNode(Resource, URI, List<Value>, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
Return the contents of the list serialized as an RDF list
AFTER - Static variable in class net.fortytwo.sesametools.ContextInsensitiveStatementComparator
 
AFTER - Static variable in class net.fortytwo.sesametools.StatementComparator
 
AFTER - Static variable in class net.fortytwo.sesametools.ValueComparator
 
ArrayListGraphImpl - Class in net.fortytwo.sesametools
 
ArrayListGraphImpl(ValueFactory) - Constructor for class net.fortytwo.sesametools.ArrayListGraphImpl
 
ArrayListGraphImpl() - Constructor for class net.fortytwo.sesametools.ArrayListGraphImpl
 
ArrayListGraphImpl(ValueFactory, Collection<? extends Statement>) - Constructor for class net.fortytwo.sesametools.ArrayListGraphImpl
 
ArrayListGraphImpl(Collection<? extends Statement>) - Constructor for class net.fortytwo.sesametools.ArrayListGraphImpl
 

B

BEFORE - Static variable in class net.fortytwo.sesametools.ContextInsensitiveStatementComparator
 
BEFORE - Static variable in class net.fortytwo.sesametools.StatementComparator
 
BEFORE - Static variable in class net.fortytwo.sesametools.ValueComparator
 

C

close() - Method in class net.fortytwo.sesametools.CloseableGraphQueryResult
 
close() - Method in class net.fortytwo.sesametools.CloseableTupleQueryResult
 
close() - Method in class net.fortytwo.sesametools.CompoundCloseableIteration
 
close() - Method in class net.fortytwo.sesametools.EmptyCloseableIteration
 
close() - Method in class net.fortytwo.sesametools.QueryEvaluationIteration
 
CloseableGraphQueryResult - Class in net.fortytwo.sesametools
Auto-closing tuple query result.
CloseableGraphQueryResult(RepositoryConnection, GraphQueryResult) - Constructor for class net.fortytwo.sesametools.CloseableGraphQueryResult
 
CloseableTupleQueryResult - Class in net.fortytwo.sesametools
Auto-closing tuple query result.
CloseableTupleQueryResult(RepositoryConnection, TupleQueryResult) - Constructor for class net.fortytwo.sesametools.CloseableTupleQueryResult
 
compare(Statement, Statement) - Method in class net.fortytwo.sesametools.ContextInsensitiveStatementComparator
 
compare(Statement, Statement) - Method in class net.fortytwo.sesametools.StatementComparator
 
compare(Value, Value) - Method in class net.fortytwo.sesametools.ValueComparator
Sorts in the order nulls>BNodes>URIs>Literals

This is due to the fact that nulls are only applicable to contexts, and according to the OpenRDF documentation, the type of the null cannot be sufficiently distinguished from any other Value to make an intelligent comparison to other Values

http://www.openrdf.org/doc/sesame2/api/org/openrdf/OpenRDFUtil.html#verifyContextNotNull(org.openrdf.model.Resource...)

BNodes are sorted according to the lexical compare of their identifiers, which provides a way to sort statements with the same BNodes in the same positions, near each other

BNode sorting is not specified across sessions

CompoundCloseableIteration<T,E extends Exception> - Class in net.fortytwo.sesametools
A CloseableIteration which wraps an ordered collection of other CloseableIterations.
CompoundCloseableIteration(Collection<CloseableIteration<T, E>>) - Constructor for class net.fortytwo.sesametools.CompoundCloseableIteration
 
ContextInsensitiveStatementComparator - Class in net.fortytwo.sesametools
Implements a Comparator for OpenRDF Statements using the order Subject->Predicate->Object
ContextInsensitiveStatementComparator() - Constructor for class net.fortytwo.sesametools.ContextInsensitiveStatementComparator
 

D

DEFAULT_CHECK_CYCLES - Static variable in class net.fortytwo.sesametools.RdfListUtil
The default value for checkCycles if no other value is given.
DEFAULT_CHECK_INCOMPLETE - Static variable in class net.fortytwo.sesametools.RdfListUtil
The default value for checkIncomplete if no other value is given.
DEFAULT_USE_ITERATIVE_ON_ERROR - Static variable in class net.fortytwo.sesametools.RdfListUtil
The default value for useIterativeOnError if no other value is given.
DumpFileGenerator - Class in net.fortytwo.sesametools
Author: josh Date: Feb 26, 2008 Time: 5:55:30 PM
DumpFileGenerator() - Constructor for class net.fortytwo.sesametools.DumpFileGenerator
 

E

EmptyCloseableIteration<T,E extends Exception> - Class in net.fortytwo.sesametools
 
EmptyCloseableIteration() - Constructor for class net.fortytwo.sesametools.EmptyCloseableIteration
 
endRDF() - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
endRDF() - Method in class net.fortytwo.sesametools.SailWriter
 
endRDF() - Method in class net.fortytwo.sesametools.SingleContextHandler
 
EQUALS - Static variable in class net.fortytwo.sesametools.ContextInsensitiveStatementComparator
 
EQUALS - Static variable in class net.fortytwo.sesametools.StatementComparator
 
EQUALS - Static variable in class net.fortytwo.sesametools.ValueComparator
 
escapeString(String) - Static method in class net.fortytwo.sesametools.Formatting
 

F

finalize() - Method in class net.fortytwo.sesametools.SailWriter
 
Formatting - Class in net.fortytwo.sesametools
Author: josh Date: Mar 31, 2008 Time: 10:46:26 AM
Formatting() - Constructor for class net.fortytwo.sesametools.Formatting
 

G

getBaseSail() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
getBaseSail() - Method in class net.fortytwo.sesametools.SingleContextSail
 
getBindingNames() - Method in class net.fortytwo.sesametools.CloseableTupleQueryResult
 
getCheckCycles() - Method in class net.fortytwo.sesametools.RdfListUtil
 
getCheckIncomplete() - Method in class net.fortytwo.sesametools.RdfListUtil
 
getConnection() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
getConnection() - Method in class net.fortytwo.sesametools.SingleContextSail
 
getDataDir() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
getDataDir() - Method in class net.fortytwo.sesametools.SingleContextSail
 
getDefaultGraphs() - Method in class net.fortytwo.sesametools.SimpleDatasetImpl
 
getDefaultInsertGraph() - Method in class net.fortytwo.sesametools.SimpleDatasetImpl
 
getDefaultRemoveGraphs() - Method in class net.fortytwo.sesametools.SimpleDatasetImpl
 
getList(Resource, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
Fetches a simple (non-branching) list from a graph.
getListAtNode(Resource, URI, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
Fetches a single headed list from the graph based on the given subject and predicate

Note: We silently fail if no list is detected at all and return null

In addition, only the first triple matching the subject-predicate combination is used to detect the head of the list.

getLists(Set<Resource>, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
 
getListsAtNode(Resource, URI, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
Fetches a collection of generalized lists based on the given subject and predicate, where lists are allowed to branch from head to tail.
getListsIterative(Set<Resource>, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
Fetches a collection of generalized lists, where lists are allowed to branch from head to tail.
getListsRecursive(Resource, Graph, Resource...) - Method in class net.fortytwo.sesametools.RdfListUtil
 
getNamedGraphs() - Method in class net.fortytwo.sesametools.SimpleDatasetImpl
 
getNamespaces() - Method in class net.fortytwo.sesametools.CloseableGraphQueryResult
 
getStatements(Resource, URI, Value, Resource...) - Method in class net.fortytwo.sesametools.SailConnectionTripleSource
 
getUseIterativeOnError() - Method in class net.fortytwo.sesametools.RdfListUtil
 
getValueFactory() - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 
getValueFactory() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
getValueFactory() - Method in class net.fortytwo.sesametools.SailConnectionTripleSource
 
getValueFactory() - Method in class net.fortytwo.sesametools.SingleContextSail
 

H

handleComment(String) - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
handleComment(String) - Method in class net.fortytwo.sesametools.SailWriter
 
handleComment(String) - Method in class net.fortytwo.sesametools.SingleContextHandler
 
handleNamespace(String, String) - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
handleNamespace(String, String) - Method in class net.fortytwo.sesametools.SailWriter
 
handleNamespace(String, String) - Method in class net.fortytwo.sesametools.SingleContextHandler
 
handleStatement(Statement) - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
handleStatement(Statement) - Method in class net.fortytwo.sesametools.SailWriter
 
handleStatement(Statement) - Method in class net.fortytwo.sesametools.SingleContextHandler
 
hasNext() - Method in class net.fortytwo.sesametools.CloseableGraphQueryResult
 
hasNext() - Method in class net.fortytwo.sesametools.CloseableTupleQueryResult
 
hasNext() - Method in class net.fortytwo.sesametools.CompoundCloseableIteration
 
hasNext() - Method in class net.fortytwo.sesametools.EmptyCloseableIteration
 
hasNext() - Method in class net.fortytwo.sesametools.QueryEvaluationIteration
 

I

initialize() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
initialize() - Method in class net.fortytwo.sesametools.SingleContextSail
 
isWritable() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
isWritable() - Method in class net.fortytwo.sesametools.SingleContextSail
 
iterator() - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 

M

main(String[]) - Static method in class net.fortytwo.sesametools.DumpFileGenerator
 
match(Resource, URI, Value, Resource...) - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 
MultiStackableSail - Class in net.fortytwo.sesametools
A StackableSail which allows multiple Sails to be stacked upon the same base Sail (avoiding re-initialization of the base Sail as the individual stacked Sails are initialized)

Author: josh Date: Mar 28, 2008 Time: 3:51:50 PM

MultiStackableSail(Sail) - Constructor for class net.fortytwo.sesametools.MultiStackableSail
 

N

net.fortytwo.sesametools - package net.fortytwo.sesametools
 
next() - Method in class net.fortytwo.sesametools.CloseableGraphQueryResult
 
next() - Method in class net.fortytwo.sesametools.CloseableTupleQueryResult
 
next() - Method in class net.fortytwo.sesametools.CompoundCloseableIteration
 
next() - Method in class net.fortytwo.sesametools.EmptyCloseableIteration
 
next() - Method in class net.fortytwo.sesametools.QueryEvaluationIteration
 

P

PatternIterator - Class in net.fortytwo.sesametools
 
PatternIterator(Iterator<? extends Statement>, Resource, URI, Value, Resource...) - Constructor for class net.fortytwo.sesametools.PatternIterator
 

Q

QueryEvaluationIteration - Class in net.fortytwo.sesametools
Created by IntelliJ IDEA.
QueryEvaluationIteration(CloseableIteration<? extends Statement, SailException>) - Constructor for class net.fortytwo.sesametools.QueryEvaluationIteration
 

R

randomBNode() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomLiteral() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomResource() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomStatement() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomStatement(Resource) - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomTypedLiteral() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomURI() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
randomValue() - Method in class net.fortytwo.sesametools.RandomValueFactory
 
RandomValueFactory - Class in net.fortytwo.sesametools
Author: josh Date: Feb 26, 2008 Time: 6:05:05 PM
RandomValueFactory(ValueFactory) - Constructor for class net.fortytwo.sesametools.RandomValueFactory
 
RdfListUtil - Class in net.fortytwo.sesametools
A utility for translating RDF lists to and from native Java lists.
RdfListUtil() - Constructor for class net.fortytwo.sesametools.RdfListUtil
Constructs an instance of the RDF List Processing Utility using the default error checking and redundancy values.
RdfListUtil(boolean, boolean, boolean) - Constructor for class net.fortytwo.sesametools.RdfListUtil
Constructs an instance of the RDF List Processing Utility using the given values to define operational checking and redundancy parameters.
reallyEndRDF() - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
reallyStartRDF() - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
remove() - Method in class net.fortytwo.sesametools.CloseableGraphQueryResult
 
remove() - Method in class net.fortytwo.sesametools.CloseableTupleQueryResult
 
remove() - Method in class net.fortytwo.sesametools.CompoundCloseableIteration
 
remove() - Method in class net.fortytwo.sesametools.EmptyCloseableIteration
 
remove() - Method in class net.fortytwo.sesametools.QueryEvaluationIteration
 
ReusableRDFHandler - Class in net.fortytwo.sesametools
Author: josh Date: Jan 28, 2008 Time: 3:09:30 PM
ReusableRDFHandler(RDFHandler) - Constructor for class net.fortytwo.sesametools.ReusableRDFHandler
 

S

SailConnectionTripleSource - Class in net.fortytwo.sesametools
Created by IntelliJ IDEA.
SailConnectionTripleSource(SailConnection, ValueFactory, boolean) - Constructor for class net.fortytwo.sesametools.SailConnectionTripleSource
 
SailWriter - Class in net.fortytwo.sesametools
Author: josh Date: Jul 8, 2008 Time: 11:34:28 AM
SailWriter(Sail, SailWriter.Action) - Constructor for class net.fortytwo.sesametools.SailWriter
 
SailWriter.Action - Enum in net.fortytwo.sesametools
 
setBaseSail(Sail) - Method in class net.fortytwo.sesametools.MultiStackableSail
 
setBaseSail(Sail) - Method in class net.fortytwo.sesametools.SingleContextSail
 
setDataDir(File) - Method in class net.fortytwo.sesametools.MultiStackableSail
 
setDataDir(File) - Method in class net.fortytwo.sesametools.SingleContextSail
 
setValueFactory(ValueFactory) - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 
shutDown() - Method in class net.fortytwo.sesametools.MultiStackableSail
 
shutDown() - Method in class net.fortytwo.sesametools.SingleContextSail
 
SimpleDatasetImpl - Class in net.fortytwo.sesametools
Author: josh Date: Apr 4, 2008 Time: 4:37:29 PM
SimpleDatasetImpl() - Constructor for class net.fortytwo.sesametools.SimpleDatasetImpl
 
SimpleDatasetImpl(Set<URI>, Set<URI>) - Constructor for class net.fortytwo.sesametools.SimpleDatasetImpl
 
SingleContextHandler - Class in net.fortytwo.sesametools
Author: josh Date: Jan 28, 2008 Time: 3:09:30 PM
SingleContextHandler(RDFHandler, ValueFactory, Resource) - Constructor for class net.fortytwo.sesametools.SingleContextHandler
 
SingleContextSail - Class in net.fortytwo.sesametools
A Sail which treats the wildcard context as a single, specific context, and disallows read and write access to all other contexts, including the default context.
SingleContextSail(Sail, Resource) - Constructor for class net.fortytwo.sesametools.SingleContextSail
Construct a Sail which is restricted to a single graph context.
size() - Method in class net.fortytwo.sesametools.ArrayListGraphImpl
 
startRDF() - Method in class net.fortytwo.sesametools.ReusableRDFHandler
 
startRDF() - Method in class net.fortytwo.sesametools.SailWriter
 
startRDF() - Method in class net.fortytwo.sesametools.SingleContextHandler
 
StatementComparator - Class in net.fortytwo.sesametools
Implements a Comparator for OpenRDF Statements using the order Subject->Predicate->Object->Context
StatementComparator() - Constructor for class net.fortytwo.sesametools.StatementComparator
 
statements - Variable in class net.fortytwo.sesametools.ArrayListGraphImpl
 

U

unescapeString(String) - Static method in class net.fortytwo.sesametools.Formatting
 

V

ValueComparator - Class in net.fortytwo.sesametools
Implements a Comparator for OpenRDF Value objects where:

the order for Values is: * Blank Node's * URI's * Literals

with null Values sorted before others

ValueComparator() - Constructor for class net.fortytwo.sesametools.ValueComparator
 
valueFactory - Variable in class net.fortytwo.sesametools.ArrayListGraphImpl
 
valueOf(String) - Static method in enum net.fortytwo.sesametools.SailWriter.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.fortytwo.sesametools.SailWriter.Action
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I M N P Q R S U V

Copyright © 2013. All Rights Reserved.