|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphThing
Thing is the base ontology class of all other ontology classes for classes that reside within an INamedGraph.
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.jastor.CoreThing |
|---|
TYPE |
| Method Summary | |
|---|---|
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> |
getProperties()
Retrieve set of statements containing all properties for THING's resource |
org.openrdf.model.Value |
getPropertyValue(java.lang.String property)
Retrieve single DatasetProperty for the given property |
org.openrdf.model.Value |
getPropertyValue(org.openrdf.model.URI property)
Retrieve single DatasetProperty for the given property |
INamedGraph |
graph()
Get the INamedGraph where this THING resides |
void |
setPropertyValue(java.lang.String property,
org.openrdf.model.Value value)
Set the property value for THING |
void |
setPropertyValue(org.openrdf.model.URI property,
org.openrdf.model.Value value)
Set the property value for THING |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Method Detail |
|---|
INamedGraph graph()
org.openrdf.model.Value getPropertyValue(org.openrdf.model.URI property)
property - property containing DatasetProperty
org.openrdf.model.Value getPropertyValue(java.lang.String property)
property - property containing DatasetProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Statement> getProperties()
void setPropertyValue(org.openrdf.model.URI property,
org.openrdf.model.Value value)
property - URI of property to setvalue - Value of property to set
void setPropertyValue(java.lang.String property,
org.openrdf.model.Value value)
property - String representation of URI of property to setvalue - Value of property to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||