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

A

AbstractBNode - Class in org.eclipse.rdf4j.model.base
Base class for BNode, offering common functionality.
AbstractBNode() - Constructor for class org.eclipse.rdf4j.model.base.AbstractBNode
 
AbstractIRI - Class in org.eclipse.rdf4j.model.base
Base class for IRI, offering common functionality.
AbstractIRI() - Constructor for class org.eclipse.rdf4j.model.base.AbstractIRI
 
AbstractLiteral - Class in org.eclipse.rdf4j.model.base
Base class for Literal, offering common functionality.
AbstractLiteral() - Constructor for class org.eclipse.rdf4j.model.base.AbstractLiteral
 
AbstractNamespace - Class in org.eclipse.rdf4j.model.base
Base class for Namespace, offering common functionality.
AbstractNamespace() - Constructor for class org.eclipse.rdf4j.model.base.AbstractNamespace
 
AbstractStatement - Class in org.eclipse.rdf4j.model.base
Base class for Statement, offering common functionality.
AbstractStatement() - Constructor for class org.eclipse.rdf4j.model.base.AbstractStatement
 
AbstractTriple - Class in org.eclipse.rdf4j.model.base
Base class for Triple, offering common functionality.
AbstractTriple() - Constructor for class org.eclipse.rdf4j.model.base.AbstractTriple
 
AbstractValueFactory - Class in org.eclipse.rdf4j.model.base
Base class for ValueFactory, offering common functionality.
AbstractValueFactory() - Constructor for class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
add(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Adds one or more statements to the model.
ANYURI - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
asGEODatatype() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
asGEODatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
 
asGEODatatypeOrNull() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
asRDFDatatype() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
asRDFDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 
asRDFDatatypeOrNull() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
asXSDDatatype() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
asXSDDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
asXSDDatatypeOrNull() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 

B

BASE64BINARY - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
BNode - Interface in org.eclipse.rdf4j.model
An RDF-1.1 blank node (aka bnode, aka anonymous node).
BOOLEAN - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
booleanValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
booleanValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the boolean value of this literal.
BYTE - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
byteValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
byteValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the byte value of this literal.

C

calendarValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
calendarValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the XMLGregorianCalendar value of this literal.
clear(Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Removes statements with the specified context exist in this model.
compareTo(Namespace) - Method in class org.eclipse.rdf4j.model.base.AbstractNamespace
 
contains(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.
contexts() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the contexts contained in this model.
CoreDatatype - Interface in org.eclipse.rdf4j.model.base
 
CoreDatatype.GEO - Enum in org.eclipse.rdf4j.model.base
 
CoreDatatype.RDF - Enum in org.eclipse.rdf4j.model.base
 
CoreDatatype.XSD - Enum in org.eclipse.rdf4j.model.base
 
createBNode() - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createBNode() - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createBNode(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new blank node with the given node identifier.
createEmptyModel() - Method in interface org.eclipse.rdf4j.model.ModelFactory
 
createIRI(String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createIRI(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new IRI from the supplied string-representation.
createIRI(String, String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createIRI(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new IRI from the supplied namespace and local name.
createLiteral(boolean) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(boolean) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:boolean-typed literal representing the specified value.
createLiteral(byte) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(byte) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:byte-typed literal representing the specified value.
createLiteral(double) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(double) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:double-typed literal representing the specified value.
createLiteral(float) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(float) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:float-typed literal representing the specified value.
createLiteral(int) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(int) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:int-typed literal representing the specified value.
createLiteral(long) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(long) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:long-typed literal representing the specified value.
createLiteral(short) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(short) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:short-typed literal representing the specified value.
createLiteral(String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label.
createLiteral(String, String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and language attribute.
createLiteral(String, CoreDatatype) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String, CoreDatatype) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String, IRI) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(String, IRI, CoreDatatype) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String, IRI, CoreDatatype) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(BigDecimal) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(BigDecimal) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified bigDecimal that is typed as an xsd:decimal.
createLiteral(BigInteger) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(BigInteger) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified bigInteger that is typed as an xsd:integer.
createLiteral(TemporalAccessor) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(TemporalAccessor) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing a temporal accessor value.
createLiteral(TemporalAmount) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(TemporalAmount) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing a temporal amount value.
createLiteral(Date) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(Date) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified date that is typed using the appropriate XML Schema date/time datatype.
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema date/time datatype.
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createStatement(Resource, IRI, Value) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createStatement(Resource, IRI, Value, Resource) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object and associated context.
createTriple(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createTriple(Resource, IRI, Value) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new RDF-star triple with the supplied subject, predicate and object.

D

DATE - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
DATETIME - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
DATETIMESTAMP - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
DAYTIMEDURATION - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
DECIMAL - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
decimalValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
decimalValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the decimal value of this literal.
DOUBLE - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
doubleValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
doubleValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the double value of this literal.
DURATION - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 

E

ENTITIES - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
ENTITY - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.AbstractBNode
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.AbstractIRI
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.AbstractNamespace
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.AbstractStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.AbstractTriple
 
equals(Object) - Method in class org.eclipse.rdf4j.model.base.InternedIRI
 
equals(Object) - Method in interface org.eclipse.rdf4j.model.BNode
Compares this blank node to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.IRI
Compares this IRI to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.Literal
Compares this literal to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.Namespace
Compares this namespace to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.Statement
Compares this statement to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.Triple
Compares this triple to another object.

F

filter(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.
FLOAT - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
floatValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
floatValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the float value of this literal.
from(IRI) - Static method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 

G

GDAY - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
getContext() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the context of this statement.
getCoreDatatype() - Method in interface org.eclipse.rdf4j.model.Literal
CoreDatatype is an interface for natively supported datatypes in RDF4J.
getDatatype() - Method in interface org.eclipse.rdf4j.model.Literal
Gets the datatype for this literal.
getID() - Method in interface org.eclipse.rdf4j.model.BNode
Retrieves this blank node's identifier.
getIri() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
 
getIri() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
getIri() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 
getIri() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
getLabel() - Method in interface org.eclipse.rdf4j.model.Literal
Gets the label (the lexical value) of this literal.
getLanguage() - Method in interface org.eclipse.rdf4j.model.Literal
Gets the language tag for this literal, normalized to lower case.
getLocalName() - Method in class org.eclipse.rdf4j.model.base.InternedIRI
 
getLocalName() - Method in interface org.eclipse.rdf4j.model.IRI
Gets the local name part of this IRI.
getName() - Method in interface org.eclipse.rdf4j.model.Namespace
Gets the name of the current namespace (i.e. its IRI).
getNamespace() - Method in class org.eclipse.rdf4j.model.base.InternedIRI
 
getNamespace() - Method in interface org.eclipse.rdf4j.model.IRI
Gets the namespace part of this IRI.
getNamespace(String) - Method in interface org.eclipse.rdf4j.model.NamespaceAware
Gets the namespace that is associated with the specified prefix, if any.
getNamespaces() - Method in interface org.eclipse.rdf4j.model.NamespaceAware
Gets the set that contains the assigned namespaces.
getObject() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the object of this statement.
getObject() - Method in interface org.eclipse.rdf4j.model.Triple
Gets the object of this triple.
getPredicate() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the predicate of this statement.
getPredicate() - Method in interface org.eclipse.rdf4j.model.Triple
Gets the predicate of this triple.
getPrefix() - Method in interface org.eclipse.rdf4j.model.Namespace
Gets the prefix of the current namespace.
getStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Returns an Iterable over all Statements in this Model that match the supplied criteria.
getSubject() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the subject of this statement.
getSubject() - Method in interface org.eclipse.rdf4j.model.Triple
Gets the subject of this triple.
GMONTH - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
GMONTHDAY - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
GYEAR - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
GYEARMONTH - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 

H

hashCode() - Method in class org.eclipse.rdf4j.model.base.AbstractBNode
 
hashCode() - Method in class org.eclipse.rdf4j.model.base.AbstractIRI
 
hashCode() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
hashCode() - Method in class org.eclipse.rdf4j.model.base.AbstractNamespace
 
hashCode() - Method in class org.eclipse.rdf4j.model.base.AbstractStatement
 
hashCode() - Method in class org.eclipse.rdf4j.model.base.AbstractTriple
 
hashCode() - Method in class org.eclipse.rdf4j.model.base.InternedIRI
 
hashCode() - Method in interface org.eclipse.rdf4j.model.BNode
Computes the hash code of this blank node.
hashCode() - Method in interface org.eclipse.rdf4j.model.IRI
Computes the hash code of this IRI.
hashCode() - Method in interface org.eclipse.rdf4j.model.Literal
Computes the hash code of this literal.
hashCode() - Method in interface org.eclipse.rdf4j.model.Namespace
Computes the hash code of this namespace.
hashCode() - Method in interface org.eclipse.rdf4j.model.Statement
Computes the hash code of this statement.
hashCode() - Method in interface org.eclipse.rdf4j.model.Triple
Computes the hash code of this triple.
HEXBINARY - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
HTML - org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 

I

ID - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
IDREF - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
IDREFS - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
INT - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
INTEGER - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
integerValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
integerValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the integer value of this literal.
InternedIRI - Class in org.eclipse.rdf4j.model.base
An IRI implementation that interns the stringValue so that two objects can be compared by their stringValue reference.
InternedIRI(String, String) - Constructor for class org.eclipse.rdf4j.model.base.InternedIRI
 
intValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
intValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the int value of this literal.
IRI - Interface in org.eclipse.rdf4j.model
An Internationalized Resource Identifier (IRI).
isBNode() - Method in interface org.eclipse.rdf4j.model.BNode
 
isBNode() - Method in interface org.eclipse.rdf4j.model.Value
Check if the object is an instance of the given type.
isBuiltInDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is a built-in XML Schema datatype.
isCalendarDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
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.
isDecimalDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived from xsd:decimal.
isDerivedDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is a derived XML Schema datatype.
isDurationDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is equal to xsd:duration, xsd:dayTimeDuration, xsd:yearMonthDuration.
isFloatingPointDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
isGEODatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
 
isGEODatatype() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
isIntegerDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived from xsd:integer.
isIRI() - Method in interface org.eclipse.rdf4j.model.IRI
 
isIRI() - Method in interface org.eclipse.rdf4j.model.Value
Check if the object is an instance of the given type.
isLiteral() - Method in interface org.eclipse.rdf4j.model.Literal
 
isLiteral() - Method in interface org.eclipse.rdf4j.model.Value
Check if the object is an instance of the given type.
isNumericDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
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.
isOrderedDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is ordered.The values of an ordered datatype can be compared to each other using operators like < and >.
isPrimitiveDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Checks whether the supplied datatype is a primitive XML Schema datatype.
isRDFDatatype() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
isRDFDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 
isResource() - Method in interface org.eclipse.rdf4j.model.Resource
 
isResource() - Method in interface org.eclipse.rdf4j.model.Value
Check if the object is an instance of the given type.
isTriple() - Method in interface org.eclipse.rdf4j.model.Triple
 
isTriple() - Method in interface org.eclipse.rdf4j.model.Value
Check if the object is an instance of the given type.
isXSDDatatype() - Method in interface org.eclipse.rdf4j.model.base.CoreDatatype
Checks whether the supplied datatype is an XML Schema Datatype.
isXSDDatatype() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 

L

LANGSTRING - org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 
LANGUAGE - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
Literal - Interface in org.eclipse.rdf4j.model
An RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.
LONG - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
longValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
longValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the long value of this literal.

M

Model - Interface in org.eclipse.rdf4j.model
An RDF Model, represented as a Set of Statements with predictable iteration order.
ModelFactory - Interface in org.eclipse.rdf4j.model
Factory to create empty Model implementations.

N

NAME - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
Namespace - Interface in org.eclipse.rdf4j.model
A namespace, consisting of a namespace name and a prefix that has been assigned to it.
NAMESPACE - Static variable in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
 
NAMESPACE - Static variable in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 
NAMESPACE - Static variable in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NamespaceAware - Interface in org.eclipse.rdf4j.model
An interface that is used to signify that something is able to provide Namespace information, in addition to Statements.
NCNAME - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NEGATIVE_INTEGER - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NMTOKEN - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NMTOKENS - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NON_NEGATIVE_INTEGER - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NON_POSITIVE_INTEGER - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NONE - Static variable in interface org.eclipse.rdf4j.model.base.CoreDatatype
 
NORMALIZEDSTRING - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
NOTATION - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 

O

objects() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the objects contained in this model.
org.eclipse.rdf4j.model - package org.eclipse.rdf4j.model
The RDF Model API
org.eclipse.rdf4j.model.base - package org.eclipse.rdf4j.model.base
Abstract base classes for RDF Model API interfaces.

P

POSITIVE_INTEGER - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
predicates() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the predicates contained in this model.

Q

QNAME - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 

R

remove(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Removes statements with the specified subject, predicate, object and (optionally) context exist in this model.
removeNamespace(String) - Method in interface org.eclipse.rdf4j.model.Model
Removes a namespace declaration by removing the association between a prefix and a namespace name.
Resource - Interface in org.eclipse.rdf4j.model
The supertype of all RDF resources (IRIs and blank nodes).

S

setNamespace(String, String) - Method in interface org.eclipse.rdf4j.model.Model
Sets the prefix for a namespace.
setNamespace(Namespace) - Method in interface org.eclipse.rdf4j.model.Model
Sets the prefix for a namespace.
SHORT - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
shortValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
shortValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the short value of this literal.
Statement - Interface in org.eclipse.rdf4j.model
An RDF statement, with optional associated context.
STRING - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
stringValue() - Method in class org.eclipse.rdf4j.model.base.AbstractBNode
 
stringValue() - Method in class org.eclipse.rdf4j.model.base.AbstractIRI
 
stringValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
stringValue() - Method in class org.eclipse.rdf4j.model.base.AbstractTriple
 
stringValue() - Method in class org.eclipse.rdf4j.model.base.InternedIRI
 
stringValue() - Method in interface org.eclipse.rdf4j.model.Value
Returns the String-value of a Value object.
subjects() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the subjects contained in this model.

T

temporalAccessorValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
temporalAccessorValue() - Method in interface org.eclipse.rdf4j.model.Literal
Retrieves the temporal accessor value of this literal.
temporalAmountValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
temporalAmountValue() - Method in interface org.eclipse.rdf4j.model.Literal
Retrieves the temporal amount value of this literal.
TIME - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
TOKEN - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
toString() - Method in class org.eclipse.rdf4j.model.base.AbstractBNode
 
toString() - Method in class org.eclipse.rdf4j.model.base.AbstractIRI
 
toString() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
 
toString() - Method in class org.eclipse.rdf4j.model.base.AbstractNamespace
 
toString() - Method in class org.eclipse.rdf4j.model.base.AbstractStatement
 
toString() - Method in class org.eclipse.rdf4j.model.base.AbstractTriple
 
toString() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
 
toString() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 
toString() - Method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
toString() - Method in class org.eclipse.rdf4j.model.base.InternedIRI
 
Triple - Interface in org.eclipse.rdf4j.model
An RDF-star embedded triple.

U

unmodifiable() - Method in interface org.eclipse.rdf4j.model.Model
Returns an unmodifiable view of this model.
UNSIGNED_BYTE - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
UNSIGNED_INT - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
UNSIGNED_LONG - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
UNSIGNED_SHORT - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 

V

Value - Interface in org.eclipse.rdf4j.model
The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory - Interface in org.eclipse.rdf4j.model
A factory for creating IRIs, blank nodes, literals and statements based on the RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation.
valueOf(String) - Static method in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.rdf4j.model.base.CoreDatatype.GEO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.model.base.CoreDatatype.RDF
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.model.base.CoreDatatype.XSD
Returns an array containing the constants of this enum type, in the order they are declared.

W

WKT_LITERAL - org.eclipse.rdf4j.model.base.CoreDatatype.GEO
 

X

XMLLITERAL - org.eclipse.rdf4j.model.base.CoreDatatype.RDF
 

Y

YEARMONTHDURATION - org.eclipse.rdf4j.model.base.CoreDatatype.XSD
 
A B C D E F G H I L M N O P Q R S T U V W X Y 
All Classes All Packages