|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatasetThing
Thing is the base ontology class of all other ontology classes for classes that reside within a dataset.
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.jastor.CoreThing |
|---|
TYPE |
| Method Summary | |
|---|---|
IDataset |
dataset()
Get the Dataset where this THING resides |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
getProperties(org.openrdf.model.Resource... context)
Retrieve set of statements containing all properties for THING's resource |
org.openrdf.model.Value |
getPropertyValue(java.lang.String property,
org.openrdf.model.Resource... context)
Retrieve single DatasetProperty for the given property within set of provided contexts |
org.openrdf.model.Value |
getPropertyValue(org.openrdf.model.URI property,
org.openrdf.model.Resource... context)
Retrieve single DatasetProperty for the given property within set of provided contexts |
DatasetPropertyIterator<org.openrdf.model.Value> |
getPropertyValues(java.lang.String property,
org.openrdf.model.Resource... context)
Retrieve iterator of DatasetProperties for the given property within set of provided contexts |
DatasetPropertyIterator<org.openrdf.model.Value> |
getPropertyValues(org.openrdf.model.URI property,
org.openrdf.model.Resource... context)
Retrieve iterator of DatasetProperties for the given property within set of provided contexts |
org.openrdf.model.URI |
namedGraphUri()
Get the URI of the NamedGraph where this THING resides |
void |
setPropertyValue(java.lang.String property,
org.openrdf.model.Value value,
org.openrdf.model.Resource context)
Set the property value for THING within given context |
void |
setPropertyValue(org.openrdf.model.URI property,
org.openrdf.model.Value value,
org.openrdf.model.Resource context)
Set the property value for THING within given context |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Method Detail |
|---|
IDataset dataset()
org.openrdf.model.URI namedGraphUri()
DatasetPropertyIterator<org.openrdf.model.Value> getPropertyValues(org.openrdf.model.URI property,
org.openrdf.model.Resource... context)
property - property containing DatasetPropertycontext - context to do search over
DatasetPropertyIterator<org.openrdf.model.Value> getPropertyValues(java.lang.String property,
org.openrdf.model.Resource... context)
property - property containing DatasetPropertycontext - context to do search over
org.openrdf.model.Value getPropertyValue(org.openrdf.model.URI property,
org.openrdf.model.Resource... context)
property - property containing DatasetPropertycontext - context to do search over
org.openrdf.model.Value getPropertyValue(java.lang.String property,
org.openrdf.model.Resource... context)
property - property containing DatasetPropertycontext - context to do search over
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> getProperties(org.openrdf.model.Resource... context)
context - context to do search over
void setPropertyValue(org.openrdf.model.URI property,
org.openrdf.model.Value value,
org.openrdf.model.Resource context)
property - URI of property to setvalue - Value of property to setcontext - Context where statement should be created
void setPropertyValue(java.lang.String property,
org.openrdf.model.Value value,
org.openrdf.model.Resource context)
property - String representation of URI of property to setvalue - Value of property to setcontext - Context where statement should be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||