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

A

AbstractModel - Class in org.eclipse.rdf4j.model.impl
Provides basic operations that are common to all Models.
AbstractModel() - Constructor for class org.eclipse.rdf4j.model.impl.AbstractModel
 
accept(S) - Method in class org.eclipse.rdf4j.model.util.PatternIterator
Tests whether or not the specified statement should be returned by this iterator.
accumulator() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
add(String, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).
add(String, String, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).
add(String, IRI, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).
add(IRI, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).
add(Resource, IRI, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
add(Statement) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
add(Statement) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
add(Statement) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
addAll(Collection<? extends Statement>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
addAll(Collection<? extends Statement>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
asMap(Set<Namespace>) - Static method in class org.eclipse.rdf4j.model.util.Namespaces
Converts a set of Namespaces into a map containing the Namespace.getPrefix() strings as keys, with the Namespace.getName() strings as values in the map for each namespace in the given set.
asRDF(Iterable<?>, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
asRDF(Iterable<?>, Resource, C, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
asValues(Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts an RDF Collection to a Java Collection of Value objects.

B

bnode() - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new BNode
bnode(String) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new BNode with the supplied node identifier.
bnode(ValueFactory) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new BNode
bnode(ValueFactory, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new BNode with the supplied node identifier.
BooleanLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores a boolean value to avoid parsing.
BooleanLiteral(boolean) - Constructor for class org.eclipse.rdf4j.model.impl.BooleanLiteral
Creates an xsd:boolean typed literal with the specified value.
booleanValue() - Method in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 
booleanValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
build() - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Return the created Model
byteValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 

C

CalendarLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores a calendar value to avoid parsing.
CalendarLiteral(XMLGregorianCalendar) - Constructor for class org.eclipse.rdf4j.model.impl.CalendarLiteral
Creates a literal for the specified calendar using a datatype appropriate for the value indicated by XMLGregorianCalendar.getXMLSchemaType().
calendarValue() - Method in class org.eclipse.rdf4j.model.impl.CalendarLiteral
 
calendarValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
canCreateLiteral(Object) - Static method in class org.eclipse.rdf4j.model.util.Literals
Deprecated.
since 3.5.0
ceiling(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
characteristics() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
clear() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
clear() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
clear() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
clear() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
clear(Resource...) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
clear(Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
clone() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
 
closeIterator(Iterator<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
Cleans up any resources used by this iterator.
collapseWhiteSpace(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Replaces all contiguous sequences of #x9 (tab), #xA (line feed) and #xD (carriage return) with a single #x20 (space) character, and removes any leading and trailing whitespace characters, as specified for whiteSpace facet collapse.
combiner() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
comparator() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
compare(String, String, IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compare(Value, Value) - Method in class org.eclipse.rdf4j.model.util.LexicalValueComparator
 
compareBytes(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical decimals to each other.
compareCanonicalDoubles(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFloats(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical floats to each other.
compareCanonicalFPNumbers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical floating point numbers to each other.
compareCanonicalIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical integers to each other.
compareDateTime(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two dateTime objects.
compareDecimals(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two doubles to each other.
compareFloats(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two floats to each other.
compareFPNumbers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two floating point numbers to eachother.
compareIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two integers to each other.
compareInts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareLongs(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
comparePositiveIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareShorts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareTo(XMLDateTime) - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Compares this DateTime object to another DateTime object.
compareUnsignedBytes(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
consume(ValueFactory, Resource, IRI, Value, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Statements
Creates one or more Statement objects with the given subject, predicate and object, one for each given context, and sends each created statement to the supplied Consumer.
consumeCollection(Iterable<?>, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
consumeCollection(Iterable<?>, Resource, Consumer<Statement>, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
consumeContainer(IRI, Iterable<?>, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Containter.
consumeContainer(IRI, Iterable<?>, Resource, Consumer<Statement>, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Container.
consumeValues(Model, Resource, Consumer<Value>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Reads an RDF Collection starting with the supplied list head from the supplied Model and sends each collection member Value to the supplied Consumer function.
consumeValues(Model, Resource, IRI, Consumer<Value>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Reads an RDF Container starting with the supplied containter head from the supplied Model and sends each collection member Value to the supplied Consumer function.
contains(Object) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
contains(Object) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
contains(Object) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
containsAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
containsAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
context - Variable in class org.eclipse.rdf4j.model.impl.GenericStatement
 
contexts - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
contexts() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
contexts() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
ContextStatement - Class in org.eclipse.rdf4j.model.impl
Deprecated, for removal: This API element is subject to removal in a future version.
ContextStatement(Resource, IRI, Value, Resource) - Constructor for class org.eclipse.rdf4j.model.impl.ContextStatement
Deprecated.
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
convertRDFStarToReification(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in the supplied RDF-star model to a new RDF model using reification.
convertRDFStarToReification(Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF-star model to RDF reification statements.
convertRDFStarToReification(Statement, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Statements
Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.
convertRDFStarToReification(ValueFactory, Function<Triple, Resource>, Statement, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Statements
Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.
convertRDFStarToReification(ValueFactory, Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF-star model to a new RDF model using reificiation.
convertRDFStarToReification(ValueFactory, Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF-star model to RDF reification statements.
convertRDFStarToReification(ValueFactory, Model, ModelFactory) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF-star model to a new RDF model using reificiation.
convertRDFStarToReification(ValueFactory, Statement, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Statements
Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.
convertReificationToRDFStar(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF reification model to a new RDF-star model.
convertReificationToRDFStar(Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF reification model to RDF-star statements.
convertReificationToRDFStar(ValueFactory, Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF reification model to a new RDF-star model.
convertReificationToRDFStar(ValueFactory, Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF reification model to RDF-star statements.
convertReificationToRDFStar(ValueFactory, Model, ModelFactory) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF reification model to a new RDF-star model.
create(ValueFactory, Resource, IRI, Value, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Statements
Creates one or more Statement objects with the given subject, predicate and object, one for each given context.
createBNode() - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createBNode() - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createBNode(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createBNode(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createEmptyModel() - Method in class org.eclipse.rdf4j.model.impl.DynamicModelFactory
 
createEmptyModel() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModelFactory
 
createEmptyModel() - Method in class org.eclipse.rdf4j.model.impl.TreeModelFactory
 
createFPLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createNumericLiteral(Number, IRI) with the supplied value and datatype as parameters.
createFPLiteral(Number, XSD.Datatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createIntegerLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createNumericLiteral(Number, IRI) with the supplied value and datatype as parameters.
createIntegerLiteral(Number, XSD.Datatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createIRI(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createIRI(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createIRI(String, String) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createIRI(String, String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(boolean) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createLiteral(boolean) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(byte) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.BYTE as parameters.
createLiteral(byte) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(double) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createFPLiteral(Number, IRI) with the supplied value and XSD.DOUBLE as parameters.
createLiteral(double) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(float) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createFPLiteral(Number, IRI) with the supplied value and XSD.FLOAT as parameters.
createLiteral(float) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(int) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.INT as parameters.
createLiteral(int) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(long) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.LONG as parameters.
createLiteral(long) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(short) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls SimpleValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.SHORT as parameters.
createLiteral(short) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createLiteral(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String, CoreDatatype) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String, IRI, CoreDatatype) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(BigDecimal) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createLiteral(BigDecimal) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(BigInteger) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createLiteral(BigInteger) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(TemporalAccessor) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(TemporalAmount) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(Date) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
createLiteral(Date) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Calls ValueFactory.createLiteral(String, IRI) with the String-value of the supplied calendar and the appropriate datatype as parameters.
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(ValueFactory, Object) - Static method in class org.eclipse.rdf4j.model.util.Literals
Deprecated.
since 3.5.0 - use Values.literal(Object) instead.
createLiteralOrFail(ValueFactory, Object) - Static method in class org.eclipse.rdf4j.model.util.Literals
Deprecated.
since 3.5.0 - use Values.literal(Object, boolean) instead.
createNumericLiteral(Number, CoreDatatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createNumericLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Creates specific optimized subtypes of SimpleLiteral for numeric datatypes.
createNumericLiteral(Number, XSD.Datatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createTriple(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
 
createTriple(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 

D

DecimalLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores an integer value using a BigDecimal object.
DecimalLiteral(BigDecimal) - Constructor for class org.eclipse.rdf4j.model.impl.DecimalLiteral
Creates an xsd:decimal literal with the specified value.
DecimalLiteral(BigDecimal, CoreDatatype) - Constructor for class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
DecimalLiteral(BigDecimal, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.DecimalLiteral
Creates a literal with the specified value and datatype.
DecimalLiteral(BigDecimal, XSD.Datatype) - Constructor for class org.eclipse.rdf4j.model.impl.DecimalLiteral
Deprecated, for removal: This API element is subject to removal in a future version.
decimalValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
decimalValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
decimalValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
DEFAULT_RDF4J - Static variable in class org.eclipse.rdf4j.model.util.Namespaces
RDFa initial namespaces + additional set of prefixes for RDF4J
DEFAULT_RDFA11 - Static variable in class org.eclipse.rdf4j.model.util.Namespaces
Set of RDFa 1.1 "initial context" namespaces
defaultGraph() - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the current graph in which to add new statements to the default graph.
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
DynamicModel - Class in org.eclipse.rdf4j.model.impl
A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.
DynamicModel(ModelFactory) - Constructor for class org.eclipse.rdf4j.model.impl.DynamicModel
 
DynamicModelFactory - Class in org.eclipse.rdf4j.model.impl
Creates DynamicModel.
DynamicModelFactory() - Constructor for class org.eclipse.rdf4j.model.impl.DynamicModelFactory
 

E

EmptyModel - Class in org.eclipse.rdf4j.model.impl
Blocks access to the statements of the model, allowing only changes to the model's namespaces.
EmptyModel(Model) - Constructor for class org.eclipse.rdf4j.model.impl.EmptyModel
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
exactSameContext(Resource) - Method in class org.eclipse.rdf4j.model.impl.ContextStatement
Deprecated.
 
exactSameObject(Value) - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
exactSamePredicate(IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
exactSameSubject(Resource) - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
extract(IRI, Model, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Extracts the RDF Container starting with supplied head resource from the supplied source Model and sends the statements that make up the collection to the supplied Consumer.
extract(IRI, GetStatementOptional, Resource, Consumer<Statement>, Function<String, Supplier<E>>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the supplied Consumer function.
extract(Model, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Extracts the RDF Collection starting with supplied head resource from the supplied source Model and sends the statements that make up the collection to the supplied Consumer.
extract(GetStatementOptional, Resource, Consumer<Statement>, Function<String, Supplier<E>>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends all statements that make up the collection to the supplied Consumer function.

F

FALSE - Static variable in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
FilteredModel - Class in org.eclipse.rdf4j.model.impl
Applies a basic graph pattern filter to what triples can be see.
FilteredModel(AbstractModel, Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.model.impl.FilteredModel
 
finisher() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
first() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
floor(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 

G

GenericStatement<R extends Resource,​I extends IRI,​V extends Value> - Class in org.eclipse.rdf4j.model.impl
An implementation of the Statement interface with support for Java Generics.
GenericStatement(R, I, V, R) - Constructor for class org.eclipse.rdf4j.model.impl.GenericStatement
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
get(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.util.GetStatementOptional
Either supplies a statement matching the given pattern, or Optional.empty() otherwise.
getBooleanValue(Literal, boolean) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the boolean value of the supplied literal.
getBooleanValue(Value, boolean) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getBooleanValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getByteValue(Literal, byte) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the byte value of the supplied literal.
getByteValue(Value, byte) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCalendarValue(Literal, XMLGregorianCalendar) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the calendar value of the supplied literal.
getCalendarValue(Value, XMLGregorianCalendar) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getCalendarValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCollection(Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Extracts the RDF Collection starting with the supplied head resource from the supplied source Model.
getContainer(IRI, Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Extracts the RDF Container starting with the supplied head resource from the supplied source Model.
getContext() - Method in class org.eclipse.rdf4j.model.impl.ContextStatement
Deprecated.
 
getContext() - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
getContext() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getContext() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
getCoreDatatype() - Method in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 
getCoreDatatype() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
getCoreDatatype() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getDatatype() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
getDatatype() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getDecimalValue(Literal, BigDecimal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the decimal value of the supplied literal.
getDecimalValue(Value, BigDecimal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getDecimalValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getDoubleValue(Literal, double) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the double value of the supplied literal.
getDoubleValue(Value, double) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getDoubleValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getDurationValue(Literal, Duration) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the Duration value of the supplied literal.
getFloatValue(Literal, float) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the float value of the supplied literal.
getFloatValue(Value, float) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getFloatValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getID() - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
getInstance() - Static method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Provide a single shared instance of a SimpleValueFactory.
getIntegerValue(Literal, BigInteger) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the integer value of the supplied literal.
getIntegerValue(Value, BigInteger) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getIntegerValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getIntValue(Literal, int) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the int value of the supplied literal.
getIntValue(Value, int) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getIntValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getIRIs(Class) - Static method in class org.eclipse.rdf4j.model.util.Vocabularies
Get all the IRIs of the classes and properties of a vocabulary.
getLabel() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
getLabel() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getLabel(Optional<Value>, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
 
getLabel(Literal, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the label of the supplied literal.
getLabel(Value, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getLabel((Literal)v, fallback in case the supplied value is a literal, returns the fallback value otherwise.
getLanguage() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
getLanguage() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getLocalName() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
getLocalNameIndex(String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Finds the index of the first local name character in an (non-relative) URI.
getLongValue(Literal, long) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the long value of the supplied literal.
getLongValue(Value, long) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getLongValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getName() - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Gets the name of the namespace.
getNamespace() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
getPrefix() - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Gets the prefix of the namespace.
getProperties(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property values for the supplied subject and property from the given model.
getProperty(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value for the supplied subject from the given model.
getPropertyIRI(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as an IRI for the supplied subject from the given model.
getPropertyIRIs(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property IRI values for the supplied subject and property from the given model.
getPropertyLiteral(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as a Literal for the supplied subject from the given model.
getPropertyLiterals(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property Literal values for the supplied subject and property from the given model.
getPropertyResource(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as an IRI for the supplied subject from the given model.
getPropertyResources(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property Resource values for the supplied subject and property from the given model.
getPropertyString(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as a String for the supplied subject from the given model.
getPropertyStrings(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property values as Strings for the supplied subject and property from the given model.
getShortValue(Literal, short) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the short value of the supplied literal.
getShortValue(Value, short) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getShortValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getStatement() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
GetStatementOptional - Interface in org.eclipse.rdf4j.model.util
Either supplies a statement matching the given pattern, or Optional.empty() otherwise.
getStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
getValueFactory() - Static method in class org.eclipse.rdf4j.model.util.Values
getXsdDatatype() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
Deprecated, for removal: This API element is subject to removal in a future version.
getXsdDatatype(Literal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Deprecated, for removal: This API element is subject to removal in a future version.

H

hashCode() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
hasNext() - Method in class org.eclipse.rdf4j.model.util.PatternIterator
 
headSet(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
higher(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 

I

IntegerLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores an integer value using a BigInteger object.
IntegerLiteral(BigInteger) - Constructor for class org.eclipse.rdf4j.model.impl.IntegerLiteral
Creates an xsd:integer literal with the specified value.
IntegerLiteral(BigInteger, CoreDatatype) - Constructor for class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
IntegerLiteral(BigInteger, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.IntegerLiteral
Creates a literal with the specified value and datatype.
IntegerLiteral(BigInteger, XSD.Datatype) - Constructor for class org.eclipse.rdf4j.model.impl.IntegerLiteral
Deprecated, for removal: This API element is subject to removal in a future version.
integerValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
integerValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
integerValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
iri(Iterable<Namespace>, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new IRI from a supplied prefixed name, using the supplied namespaces
iri(String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new IRI using the supplied iri string
iri(String, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new IRI using the supplied namespace name and local name
iri(Namespace, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new IRI using the supplied Namespace and local name
iri(ValueFactory, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new IRI using the supplied iri string
iri(ValueFactory, String, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new IRI using the supplied namespace and local name
isBuiltInDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a built-in XML Schema datatype.
isCalendarDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:dateTime, xsd:date, xsd:time, xsd:gYearMonth, xsd:gMonthDay, xsd:gYear, xsd:gMonth or xsd:gDay.These are the primitive datatypes that represent dates and/or times.
isCorrectURISplit(String, String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Checks whether the URI consisting of the specified namespace and local name has been split correctly according to the URI splitting rules specified in URI.
isDecimalDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.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(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a derived XML Schema datatype.
isDurationDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:duration, xsd:dayTimeDuration, xsd:yearMonthDuration.
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
isFloatingPointDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
isIntegerDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.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(Literal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Helper method to determine whether a literal is a language literal, and not a typed literal.
isNormalized() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Checks whether this object has already been normalized.
isNumericDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a numeric datatype, i.e.if it is equal to xsd:float, xsd:double, xsd:decimal or one of the datatypes derived from xsd:decimal.
isomorphic(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Compares two RDF models, and returns true if they consist of isomorphic graphs and the isomorphic graph identifiers map 1:1 to each other.
isOrderedDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is ordered.The values of an ordered datatype can be compared to each other using operators like < and >.
isPrimitiveDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a primitive XML Schema datatype.
isSameTriple(Statement, Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
Checks if the two statements represent the same triple (that is, they have equal subject, predicate, and object).
isSubset(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Compares two RDF models, and returns true if the first model is a subset of the second model, using graph isomorphism to map statements between models.
isSubset(Set<? extends Statement>, Set<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Compares two RDF models, and returns true if the first model is a subset of the second model, using graph isomorphism to map statements between models.
isValidAnyURI(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is an Internationalized Resource Identifier Reference (IRI).
isValidBoolean(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid boolean or not.
isValidByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid byte or not.
isValidDate(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:date string.
isValidDateTime(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid date-time.
isValidDateTimeStamp(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid date-timestamp.
isValidDayTimeDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid day-time duration ot not.
isValidDecimal(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid decimal or not.
isValidDouble(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid double or not.
isValidDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid duration.
isValidFloat(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid float or not.
isValidGDay(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gDay string.
isValidGMonth(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gMonth string.
isValidGMonthDay(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gMonthDay string.
isValidGYear(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gYear string.
isValidGYearMonth(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gYearMonth string.
isValidInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid integer or not.
isValidInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid integer or not.
isValidLanguageTag(String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Checks if the given string is a well-formed BCP47 language tag according to the rules defined in RFC 5646, section 2.1.1.
isValidLocalName(String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Checks whether the specified name is allowed as the local name part of an IRI according to the SPARQL 1.1/Turtle 1.1 spec.
isValidLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid long or not.
isValidNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid negative integer or not.
isValidNonNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid non-negative integer or not.
isValidNonPositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid non-positive integer or not.
isValidPositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid positive integer or not.
isValidQName(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:QName string.
isValidShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid short or not.
isValidTime(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:time string.
isValidUnsignedByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned byte or not.
isValidUnsignedInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned int.
isValidUnsignedLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned long or not.
isValidUnsignedShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned short or not.
isValidURIReference(String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Verifies that the supplied string is a valid RDF (1.0) URI reference, as defined in section 6.4 of the RDF Concepts and Abstract Syntax specification (RDF 1.0 Recommendation of February 10, 2004).
isValidValue(String, CoreDatatype) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
isValidValue(String, CoreDatatype.XSD) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
isValidValue(String, IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is valid for the given datatype.
isValidYearMonthDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid year-month duration.
iterator() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 

L

langMatches(String, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Implements language range filtering for SPARQL langMatches (https://www.w3.org/TR/sparql11-query/#func-langMatches).
last() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
legacyIsomorphic(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Deprecated.
since 3.6.0 - use Models.isomorphic(Iterable, Iterable) instead.
LexicalValueComparator - Class in org.eclipse.rdf4j.model.util
A lexical RDF Term Comparator, this class does not compare numerically and is therefore a bit faster than a SPARQL compliant comparator.
LexicalValueComparator() - Constructor for class org.eclipse.rdf4j.model.util.LexicalValueComparator
 
LinkedHashModel - Class in org.eclipse.rdf4j.model.impl
Hash table based implementation of the Model interface.
LinkedHashModel() - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(int) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Set<Namespace>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Set<Namespace>, int) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Set<Namespace>, Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Model) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel.ModelStatement - Class in org.eclipse.rdf4j.model.impl
 
LinkedHashModelFactory - Class in org.eclipse.rdf4j.model.impl
LinkedHashModelFactory() - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModelFactory
 
literal(boolean) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied boolean value
literal(byte) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied byte value
literal(double) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied double value
literal(float) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied float value
literal(int) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied int value
literal(long) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied long value
literal(short) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied short value
literal(Object) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XSD datatype.
literal(Object, boolean) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XSD datatype.
literal(String) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value.
literal(String, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value.
literal(String, CoreDatatype) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value and datatype.
literal(String, IRI) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value and datatype.
literal(BigDecimal) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied BigDecimal value
literal(BigInteger) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied BigInteger value
literal(TemporalAccessor) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied TemporalAccessor value
literal(ValueFactory, boolean) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied boolean value
literal(ValueFactory, byte) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied byte value
literal(ValueFactory, double) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied double value
literal(ValueFactory, float) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied float value
literal(ValueFactory, int) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied int value
literal(ValueFactory, long) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied long value
literal(ValueFactory, short) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied short value
literal(ValueFactory, Object, boolean) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XSD datatype.
literal(ValueFactory, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value.
literal(ValueFactory, String, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value.
literal(ValueFactory, String, CoreDatatype) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value and datatype.
literal(ValueFactory, String, IRI) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied lexical value and datatype.
literal(ValueFactory, BigDecimal) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied BigDecimal value
literal(ValueFactory, BigInteger) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied BigInteger value
literal(ValueFactory, TemporalAccessor) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new Literal with the supplied TemporalAccessor value
Literals - Class in org.eclipse.rdf4j.model.util
Various utility methods related to Literal.
Literals() - Constructor for class org.eclipse.rdf4j.model.util.Literals
 
LiteralUtilException - Exception in org.eclipse.rdf4j.model.util
An exception thrown by Literals when specific conditions are not met.
LiteralUtilException() - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
LiteralUtilException(String) - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
LiteralUtilException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
LiteralUtilException(Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
lower(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 

M

ModelBuilder - Class in org.eclipse.rdf4j.model.util
Builder to facilitate easier creation of new RDF Model objects via a fluent interface.
ModelBuilder() - Constructor for class org.eclipse.rdf4j.model.util.ModelBuilder
Create a new ModelBuilder.
ModelBuilder(Model) - Constructor for class org.eclipse.rdf4j.model.util.ModelBuilder
Create a new ModelBuilder which will append to the supplied Model.
ModelCollector - Class in org.eclipse.rdf4j.model.util
Collects a stream of Statements into a Model.
ModelCollector() - Constructor for class org.eclipse.rdf4j.model.util.ModelCollector
Constructor
ModelCollector(ModelFactory) - Constructor for class org.eclipse.rdf4j.model.util.ModelCollector
Constructor
modelException(String) - Static method in class org.eclipse.rdf4j.model.util.Models
Creates a Supplier of ModelException objects that be passed to Optional.orElseThrow(Supplier) to generate exceptions as necessary.
ModelException - Exception in org.eclipse.rdf4j.model.util
An exception thrown by Model and Models when specific conditions are not met.
ModelException(String) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(Value) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(Value, Value) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
Models - Class in org.eclipse.rdf4j.model.util
Utility functions for working with Models and other Statement collections.
Models() - Constructor for class org.eclipse.rdf4j.model.util.Models
 
ModelStatement(LinkedHashModel.ModelNode<Resource>, LinkedHashModel.ModelNode<IRI>, LinkedHashModel.ModelNode<Value>, LinkedHashModel.ModelNode<Resource>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
ModelStatement(LinkedHashModel.ModelNode<Resource>, LinkedHashModel.ModelNode<IRI>, LinkedHashModel.ModelNode<Value>, LinkedHashModel.ModelNode<Resource>, Statement) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 

N

namedGraph(String) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the current graph in which to add new statements to the supplied named graph.
namedGraph(Resource) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the current graph in which to add new statements to the supplied named graph.
namespace(String, String) - Static method in class org.eclipse.rdf4j.model.util.Values
Create a new Namespace object.
Namespaces - Class in org.eclipse.rdf4j.model.util
A utility class to perform operations on Namespaces.
NaN - Static variable in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
NEGATIVE_INFINITY - Static variable in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
next() - Method in class org.eclipse.rdf4j.model.util.PatternIterator
 
normalize() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Normalizes this dateTime object.
normalize(String, CoreDatatype.XSD) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
normalize(String, IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes the supplied value according to the normalization rules for the supplied datatype.
normalizeBoolean(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a boolean value to its canonical representation.
normalizeByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:byte.
normalizeDateTime(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:dateTime.
normalizeDecimal(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a decimal to its canonical representation.
normalizeDouble(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a double to its canonical representation.
normalizeFloat(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a float to its canonical representation.
normalizeFPNumber(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a floating point number to its canonical representation.
normalizeInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:int.
normalizeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an integer to its canonical representation.
normalizeLanguageTag(String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Normalizes the given BCP47 language tag according to the rules defined in RFC 5646, section 2.1.1:
normalizeLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:long.
normalizeNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:negativeInteger.
normalizeNonNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:nonNegativeInteger.
normalizeNonPositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:nonPositiveInteger.
normalizePositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:positiveInteger.
normalizeShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:short.
normalizeUnsignedByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedByte.
normalizeUnsignedInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedInt.
normalizeUnsignedLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedLong.
normalizeUnsignedShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedShort.
NumericLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of AbstractLiteral that stores a numeric value to avoid parsing.
NumericLiteral(byte) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:byte typed litral with the specified value.
NumericLiteral(double) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:double typed litral with the specified value.
NumericLiteral(float) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:float typed litral with the specified value.
NumericLiteral(int) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:int typed litral with the specified value.
NumericLiteral(long) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:long typed litral with the specified value.
NumericLiteral(short) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:short typed litral with the specified value.
NumericLiteral(Number, CoreDatatype) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
 
NumericLiteral(Number, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates a literal with the specified value and datatype.
NumericLiteral(Number, XSD.Datatype) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Deprecated, for removal: This API element is subject to removal in a future version.

O

obj - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
object - Variable in class org.eclipse.rdf4j.model.impl.GenericStatement
 
object(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Value from the supplied statements.
object(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Value from the statements in the given model.
objectIRI(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object IRI value from the supplied statements.
objectIRI(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object IRI value from the supplied statements in the given model.
objectIRIs(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object IRI values from the supplied statements.
objectIRIs(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object IRI values from the statements in the given model.
objectLiteral(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Literal value from the supplied statements.
objectLiteral(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Literal value from the statements in the given model.
objectLiterals(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Literal values from the supplied statements.
objectLiterals(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Literal values from the statements in the given model.
objectResource(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Resource value from the supplied statements.
objectResource(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Resource value from the statements in the given model.
objectResources(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Resource values from the supplied statements.
objectResources(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Resource values from the supplied model.
objects() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
objects() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
objectString(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object value as a String from the supplied statements.
objectString(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object value as a String from the statements in the given model.
objectStrings(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object String values from the supplied statements.
objectStrings(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object String values from the statements in the given model.
org.eclipse.rdf4j.model.datatypes - package org.eclipse.rdf4j.model.datatypes
Utility classes for handling datatypes.
org.eclipse.rdf4j.model.impl - package org.eclipse.rdf4j.model.impl
Default implementations of the RDF model interfaces
org.eclipse.rdf4j.model.util - package org.eclipse.rdf4j.model.util
Helper classes for working with RDF models.

P

parseBoolean(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:boolean string and returns its value.
parseByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:byte string and returns its value.
parseCalendar(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied calendar value string and returns its value.
parseDecimal(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied decimal/floating point string and returns its value.
parseDouble(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:double string and returns its value.
parseDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:duration value string and returns its value.
parseFloat(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:float string and returns its value.
parseInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:int strings and returns its value.
parseInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:integer string and returns its value.
parseLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:long string and returns its value.
parseShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:short string and returns its value.
PatternIterator<S extends Statement> - Class in org.eclipse.rdf4j.model.util
Excludes an Iterator based on a given basic graph pattern.
PatternIterator(Iterator<S>, Value, Value, Value, Value...) - Constructor for class org.eclipse.rdf4j.model.util.PatternIterator
 
pollFirst() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
pollLast() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
POSITIVE_INFINITY - Static variable in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
pred - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
predicate - Variable in class org.eclipse.rdf4j.model.impl.GenericStatement
 
predicate(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a predicate from the supplied statements.
predicate(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a predicate from the statements in the given model.
predicates() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
predicates() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 

Q

qnameToCoreDatatype(QName) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
qnameToURI(QName) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Maps a datatype QName from the javax.xml.namespace package to an XML Schema 1.0 URI for the corresponding datatype.

R

RDFCollections - Class in org.eclipse.rdf4j.model.util
Utilities for working with RDF Collections and converting to/from Java Collection classes.
RDFCollections() - Constructor for class org.eclipse.rdf4j.model.util.RDFCollections
 
RDFContainers - Class in org.eclipse.rdf4j.model.util
Utilities for working with RDF Containers and converting to/from Java Collection classes.
RDFContainers() - Constructor for class org.eclipse.rdf4j.model.util.RDFContainers
 
remove() - Method in class org.eclipse.rdf4j.model.util.PatternIterator
 
remove(Object) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
remove(Object) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
removeAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
removeAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
removeFilteredTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
Called by aggregate sets when a term has been removed from a term iterator.
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
Called by aggregate sets when a term has been removed from a term iterator.
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
removeTermIteration(Iterator, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
retainAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
retainAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 

S

setDatatype(CoreDatatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setDatatype(IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setDatatype(IRI, CoreDatatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setDatatype(XSD.Datatype) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
Deprecated, for removal: This API element is subject to removal in a future version.
setID(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
setIRIString(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
setLabel(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setLanguage(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setName(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Sets the name of the namespace.
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the namespace mapping defined by the supplied prefix and name
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the supplied Namespace mapping.
setPrefix(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Sets the prefix of the namespace.
setProperty(Model, Resource, IRI, Value, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.
shortValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
SimpleBNode - Class in org.eclipse.rdf4j.model.impl
An simple default implementation of the BNode interface.
SimpleBNode() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleBNode
Creates a new, unitialized blank node.
SimpleBNode(String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleBNode
Creates a new blank node with the supplied identifier.
SimpleIRI - Class in org.eclipse.rdf4j.model.impl
The default implementation of the IRI interface.
SimpleIRI() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleIRI
Creates a new, un-initialized IRI.
SimpleIRI(String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleIRI
Creates a new IRI from the supplied string.
SimpleLiteral - Class in org.eclipse.rdf4j.model.impl
A simple default implementation of the Literal interface.
SimpleLiteral() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
SimpleLiteral(String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new plain literal with the supplied label.
SimpleLiteral(String, String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new plain literal with the supplied label and language tag.
SimpleLiteral(String, CoreDatatype) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
SimpleLiteral(String, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new datatyped literal with the supplied label and datatype.
SimpleLiteral(String, IRI, CoreDatatype) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new datatyped literal with the supplied label and datatype.
SimpleLiteral(String, XSD.Datatype) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Deprecated, for removal: This API element is subject to removal in a future version.
SimpleNamespace - Class in org.eclipse.rdf4j.model.impl
A default implementation of the Namespace interface.
SimpleNamespace(String, String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleNamespace
Creates a new Namespace object.
SimpleStatement - Class in org.eclipse.rdf4j.model.impl
Deprecated, for removal: This API element is subject to removal in a future version.
SimpleStatement(Resource, IRI, Value) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleStatement
Deprecated.
Creates a new Statement with the supplied subject, predicate and object.
SimpleTriple - Class in org.eclipse.rdf4j.model.impl
A simple default implementation of the Triple interface.
SimpleTriple(Resource, IRI, Value) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleTriple
Creates a new Triple with the supplied subject, predicate and object.
SimpleValueFactory - Class in org.eclipse.rdf4j.model.impl
Default implementation of the ValueFactory interface.
SimpleValueFactory() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Hidden constructor to enforce singleton pattern.
size() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
statement(Resource, IRI, Value, Resource) - Static method in class org.eclipse.rdf4j.model.util.Statements
Create a Statement from the supplied subject, predicate, object and context.
statement(Triple) - Static method in class org.eclipse.rdf4j.model.util.Statements
Create a Statement from the supplied RDF-star triple
statement(Triple, Resource) - Static method in class org.eclipse.rdf4j.model.util.Statements
Create a Statement from the supplied RDF-star triple and context.
statement(ValueFactory, Resource, IRI, Value, Resource) - Static method in class org.eclipse.rdf4j.model.util.Statements
Create a Statement from the supplied subject, predicate, object and context.
statement(ValueFactory, Triple, Resource) - Static method in class org.eclipse.rdf4j.model.util.Statements
Create a Statement from the supplied RDF-star triple and context.
Statements - Class in org.eclipse.rdf4j.model.util
Utility methods for working with Statement objects, including conversion to/from RDF-star triple objects.
Statements() - Constructor for class org.eclipse.rdf4j.model.util.Statements
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
stripContext(Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.
stripContext(ValueFactory, Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.
stripContexts(Model, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Strips contexts from the input model.
subj - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
subject - Variable in class org.eclipse.rdf4j.model.impl.GenericStatement
 
subject(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject Resource from the supplied statements.
subject(String) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the subject about which statements are to be added to the model, defined by a prefixed name or an IRI reference.
subject(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject Resource from the statements in the given model.
subject(Resource) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the subject resource about which statements are to be added to the model.
subjectBNode(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject BNode from the supplied statements.
subjectBNode(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject BNode from the statements in the given model.
subjectBNodes(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject BNodes from the supplied statements.
subjectBNodes(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject BNodes from the statements in the given model.
subjectIRI(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject IRI from the supplied statements.
subjectIRI(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject IRI from the statements in the given model.
subjectIRIs(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject IRIs from the supplied statements.
subjectIRIs(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject IRIs from the statements in the given model.
subjects() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
subjects() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
subSet(Statement, Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
supplier() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
synchronizedModel(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Make a model thread-safe by synchronizing all its methods.

T

tailSet(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
toArray() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
toArray() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
toArray(T[]) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
toArray(T[]) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
toModel() - Static method in class org.eclipse.rdf4j.model.util.ModelCollector
Convenience method to obtain a ModelCollector.
toRDF(IRI, Iterable<?>, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Containter.
toRDF(IRI, Iterable<?>, Resource, C, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Containter.
toStatement(Triple) - Static method in class org.eclipse.rdf4j.model.util.Statements
Deprecated.
toStatement(Triple, Resource) - Static method in class org.eclipse.rdf4j.model.util.Statements
Deprecated.
since 3.7.0 - use Statements.statement(Triple, Resource) instead
toStatement(ValueFactory, Triple, Resource) - Static method in class org.eclipse.rdf4j.model.util.Statements
toString() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Returns the xsd:dateTime string-representation of this object.
toString() - Method in class org.eclipse.rdf4j.model.impl.ContextStatement
Deprecated.
 
toString() - Method in class org.eclipse.rdf4j.model.impl.GenericStatement
 
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
Returns the label of the literal with its language or datatype.
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
toString(Number) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
toTreeModel() - Static method in class org.eclipse.rdf4j.model.util.ModelCollector
Convenience method to obtain a ModelCollector, which will return a TreeModel.
toTriple(Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
Deprecated.
since 3.5.0 - use Values.triple(Statement) instead
toTriple(ValueFactory, Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
Deprecated.
since 3.5.0 - use Values.triple(ValueFactory, Statement) instead
toValues(IRI, Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts an RDF Containter to a Java Collection of Value objects.
TreeModel - Class in org.eclipse.rdf4j.model.impl
A Red-Black tree based Model implementation.
TreeModel() - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Set<Namespace>) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Set<Namespace>, Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Model) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModelFactory - Class in org.eclipse.rdf4j.model.impl
Creates TreeModel.
TreeModelFactory() - Constructor for class org.eclipse.rdf4j.model.impl.TreeModelFactory
 
triple(Resource, IRI, Value) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new RDF-star embedded triple with the supplied subject, predicate, and object.
triple(Statement) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new RDF-star embedded triple using the subject, predicate and object from the supplied Statement.
triple(ValueFactory, Resource, IRI, Value) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new RDF-star embedded triple with the supplied subject, predicate, and object.
triple(ValueFactory, Statement) - Static method in class org.eclipse.rdf4j.model.util.Values
Creates a new RDF-star embedded triple using the subject, predicate and object from the supplied Statement.
TRIPLE_BNODE_MAPPER - Static variable in class org.eclipse.rdf4j.model.util.Statements
A Function that maps Triple to BNode consistently.
TRUE - Static variable in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 

U

unmodifiable() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
unmodifiable() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
URIUtil - Class in org.eclipse.rdf4j.model.util
Utility functions for working with URIs.
URIUtil() - Constructor for class org.eclipse.rdf4j.model.util.URIUtil
 

V

ValidatingValueFactory - Class in org.eclipse.rdf4j.model.impl
Validating wrapper to ValueFactory.
ValidatingValueFactory() - Constructor for class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
ValidatingValueFactory(ValueFactory) - Constructor for class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
valueOf(boolean) - Static method in class org.eclipse.rdf4j.model.impl.BooleanLiteral
Returns a BooleanLiteral for the specified value.
Values - Class in org.eclipse.rdf4j.model.util
Factory methods to quickly create Value objects ( IRI, Literal, BNode, and Triple) without having to create a ValueFactory first.
Vocabularies - Class in org.eclipse.rdf4j.model.util
Utility functions for working with vocabularies.
Vocabularies() - Constructor for class org.eclipse.rdf4j.model.util.Vocabularies
 

W

wrap(Set<Namespace>) - Static method in class org.eclipse.rdf4j.model.util.Namespaces
Wraps the given Set of Namespaces as a Map of prefix to URI mappings, so that it can be used where a Map is required by the API.

X

XMLDatatypeUtil - Class in org.eclipse.rdf4j.model.datatypes
Provides methods for handling the standard XML Schema datatypes.
XMLDatatypeUtil() - Constructor for class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
XMLDateTime - Class in org.eclipse.rdf4j.model.datatypes
This class provides utility functions for comparisons operating on xml:dateTime datatypes as specified in W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes.
XMLDateTime(String) - Constructor for class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Creates a new XMLDateTime object for the supplied xsd:dateTime string value.
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes All Packages