Skip navigation links
A B C D E F G H I L M N O P R S T U V 

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.
add(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.

B

BNode - Interface in org.eclipse.rdf4j.model
An RDF-1.1 blank node (aka bnode, aka anonymous node).
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.
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.
contains(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
contexts() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the contexts contained in this model.
createBNode() - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createBNode(String) - 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 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, 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 interface org.eclipse.rdf4j.model.ValueFactory
Creates a new IRI from the supplied namespace and local name.
createLiteral(String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(boolean) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(byte) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(short) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(int) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(long) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(float) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(double) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(BigInteger) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(BigDecimal) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(TemporalAccessor) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(TemporalAmount) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createLiteral(Date) - 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 interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and language attribute.
createLiteral(String, IRI) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(String, URI) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Deprecated.
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 interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:byte-typed literal representing the specified value.
createLiteral(short) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:short-typed literal representing the specified value.
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 interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:long-typed literal representing the specified value.
createLiteral(float) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:float-typed literal representing the specified value.
createLiteral(double) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:double-typed literal representing the specified value.
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 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 interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing a temporal accessor value.
createLiteral(TemporalAmount) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing a temporal amount value.
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.
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.
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.base.AbstractValueFactory
 
createStatement(Resource, IRI, Value, Resource) - 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, URI, Value) - Method in interface org.eclipse.rdf4j.model.ValueFactory
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.
createStatement(Resource, URI, Value, Resource) - Method in interface org.eclipse.rdf4j.model.ValueFactory
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* triple with the supplied subject, predicate and object.
createURI(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Deprecated.
createURI(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Deprecated.

D

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.
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.

E

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 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.
equals(Object) - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Compares a URI object to another object.
Experimental - Annotation Type in org.eclipse.rdf4j.common.annotation
This feature is in an experimental state: its existence, signature or behavior may change without warning from one release to the next.

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.
filter(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
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.

G

getContext() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the context of this statement.
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.
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 interface org.eclipse.rdf4j.model.IRI
Gets the local name part of this IRI.
getLocalName() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Gets the local name part of this URI.
getName() - Method in interface org.eclipse.rdf4j.model.Namespace
Gets the name of the current namespace (i.e.
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.
getNamespace() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Gets the namespace part of this URI.
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.

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 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.
hashCode() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
The hash code of an URI is defined as the hash code of its String-representation: toString().hashCode.

I

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.
InternalUseOnly - Annotation Type in org.eclipse.rdf4j.common.annotation
This feature is intended for internal use only and is not considered part of the public API: its existence, signature or behavior may change without warning from one release to the next.
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.
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.
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.

L

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.
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

Namespace - Interface in org.eclipse.rdf4j.model
A namespace, consisting of a namespace name and a prefix that has been assigned to it.
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.

O

objects() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the objects contained in this model.
org.eclipse.rdf4j.common.annotation - package org.eclipse.rdf4j.common.annotation
 
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

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

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.
remove(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
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.
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.
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 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.
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 interface org.eclipse.rdf4j.model.URI
Deprecated.
Returns the String-representation of this URI.
Triple - Interface in org.eclipse.rdf4j.model
An RDF* embedded triple.

U

unmodifiable() - Method in interface org.eclipse.rdf4j.model.Model
Returns an unmodifiable view of this model.
URI - Interface in org.eclipse.rdf4j.model
Deprecated.
since 2.0. Use IRI instead.

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.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.