Package | Description |
---|---|
org.openrdf.model |
RDF model interfaces.
|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
Modifier and Type | Method and Description |
---|---|
Literal |
Model.objectLiteral()
Utility method that casts the return value of
Model.objectValue() to a
Literal, or throws a ModelUtilException if that value is not a Literal. |
Resource |
Model.objectResource()
Utility method that casts the return value of
Model.objectValue() to a
Resource, or throws a ModelUtilException if that value is not a Resource. |
String |
Model.objectString()
Utility method that returns the string value of
Model.objectValue() . |
URI |
Model.objectURI()
Utility method that casts the return value of
Model.objectValue() to a
URI, or throws a ModelUtilException if that value is not a URI. |
Value |
Model.objectValue()
Gets the object of the statement(s).
|
BNode |
Model.subjectBNode()
Utility method that casts the return value of
Model.subjectResource()
to a BNode, or throws a ModelException if that value is not a BNode. |
Resource |
Model.subjectResource()
Gets the subject of the statement(s).
|
URI |
Model.subjectURI()
Utility method that casts the return value of
Model.subjectResource()
to a URI, or throws a ModelException if that value is not a URI. |
Modifier and Type | Method and Description |
---|---|
Literal |
AbstractModel.objectLiteral() |
Resource |
AbstractModel.objectResource() |
String |
AbstractModel.objectString() |
URI |
AbstractModel.objectURI() |
Value |
AbstractModel.objectValue() |
BNode |
AbstractModel.subjectBNode() |
Resource |
AbstractModel.subjectResource() |
URI |
AbstractModel.subjectURI() |
Copyright © 2001–2015 Aduna. All rights reserved.