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).
|
Modifier and Type | Method and Description |
---|---|
Literal |
AbstractModel.objectLiteral() |
Resource |
AbstractModel.objectResource() |
String |
AbstractModel.objectString() |
URI |
AbstractModel.objectURI() |
Value |
AbstractModel.objectValue() |
Copyright © 2001-2013 Aduna. All Rights Reserved.