- calendarValue() - Method in class org.eclipse.rdf4j.model.base.AbstractLiteral
-
- calendarValue() - Method in interface org.eclipse.rdf4j.model.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
-
- 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
-
- 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
-
- createURI(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
-
- 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.