| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
RDF Model API
|
| org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Literal |
Model.objectLiteral()
Deprecated.
since 4.0. Instead, use
Models.objectLiteral(Model) to retrieve an object Literal
value, and/or use the size of the set returned by Model.objects() to verify if the
object is unique. |
Resource |
Model.objectResource()
Deprecated.
since 4.0. Instead, use
Models.objectResource(Model) to retrieve an object Resource
value, and/or use the size of the set returned by Model.objects() to verify if the
object is unique. |
String |
Model.objectString()
Deprecated.
since 4.0. Instead, use
Models.objectString(Model) to retrieve an object string
value, and/or use the size of the set returned by Model.objects() to verify if the
object is unique. |
URI |
Model.objectURI()
Deprecated.
since 4.0. Instead, use
Models#objectURI(Model) to retrieve an object URI value,
and/or use the size of the set returned by Model.objects() to verify if the object is
unique. |
Value |
Model.objectValue()
Deprecated.
since 4.0. Instead, use
Models.object(Model) to retrieve an object value, and/or
use the size of the set returned by Model.objects() to verify if the object is unique. |
BNode |
Model.subjectBNode()
Deprecated.
since 4.0. Instead, use
Models.subjectBNode(Model) to retrieve a subject BNode,
and/or use the size of the set returned by Model.subjects() to verify if the subject is
unique. |
Resource |
Model.subjectResource()
Deprecated.
since 4.0. Instead, use
Models.subject(Model) to retrieve a subject Resource,
and/or use the size of the set returned by Model.subjects() to verify if the subject is
unique. |
URI |
Model.subjectURI()
Deprecated.
use
Models#subjectIRI() instead. |
| Modifier and Type | Method and Description |
|---|---|
Literal |
AbstractModel.objectLiteral()
Deprecated.
|
Resource |
AbstractModel.objectResource()
Deprecated.
|
String |
AbstractModel.objectString()
Deprecated.
|
URI |
AbstractModel.objectURI()
Deprecated.
|
Value |
AbstractModel.objectValue()
Deprecated.
|
BNode |
AbstractModel.subjectBNode() |
Resource |
AbstractModel.subjectResource()
Deprecated.
|
URI |
AbstractModel.subjectURI() |
Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.