|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectorTracker
Interface for SelectorTracker ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
(URI: http://openanzo.org/types/SelectorTracker)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
namedgraphProperty
The Anzo Property for namedgraph |
static org.openrdf.model.URI |
objectProperty
The Anzo Property for object |
static org.openrdf.model.URI |
predicateProperty
The Anzo Property for predicate |
static org.openrdf.model.URI |
subjectProperty
The Anzo Property for subject |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface org.openanzo.common.ontology.Tracker |
|---|
markedDeletedProperty, replicatedProperty, timestampProperty, trackerSetProperty |
| Method Summary | |
|---|---|
GraphThing |
getNamedgraph()
Gets the 'namedgraph' property value |
GraphThing |
getObject()
Gets the 'object' property value |
GraphThing |
getPredicate()
Gets the 'predicate' property value |
GraphThing |
getSubject()
Gets the 'subject' property value |
GraphThing |
setNamedgraph()
Sets the 'namedgraph' property value to an anonymous node |
void |
setNamedgraph(GraphThing namedgraph)
Sets the 'namedgraph' property value |
GraphThing |
setNamedgraph(org.openrdf.model.Resource resource)
Sets the 'namedgraph' property value to the given resource, and add's rdf:type properties. |
GraphThing |
setObject()
Sets the 'object' property value to an anonymous node |
void |
setObject(GraphThing object)
Sets the 'object' property value |
GraphThing |
setObject(org.openrdf.model.Resource resource)
Sets the 'object' property value to the given resource, and add's rdf:type properties. |
GraphThing |
setPredicate()
Sets the 'predicate' property value to an anonymous node |
void |
setPredicate(GraphThing predicate)
Sets the 'predicate' property value |
GraphThing |
setPredicate(org.openrdf.model.Resource resource)
Sets the 'predicate' property value to the given resource, and add's rdf:type properties. |
GraphThing |
setSubject()
Sets the 'subject' property value to an anonymous node |
void |
setSubject(GraphThing subject)
Sets the 'subject' property value |
GraphThing |
setSubject(org.openrdf.model.Resource resource)
Sets the 'subject' property value to the given resource, and add's rdf:type properties. |
| Methods inherited from interface org.openanzo.common.ontology.Tracker |
|---|
addTrackerSet, addTrackerSet, addTrackerSet, getMarkedDeleted, getReplicated, getTimestamp, getTrackerSet, removeTrackerSet, removeTrackerSet, setMarkedDeleted, setReplicated, setTimestamp |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI namedgraphProperty
(URI: http://openanzo.org/predicates/namedgraph)
static final org.openrdf.model.URI objectProperty
(URI: http://openanzo.org/predicates/object)
static final org.openrdf.model.URI predicateProperty
(URI: http://openanzo.org/predicates/predicate)
static final org.openrdf.model.URI subjectProperty
(URI: http://openanzo.org/predicates/subject)
| Method Detail |
|---|
GraphThing getNamedgraph()
throws JastorException
GraphThing
JastorExceptionnamedgraphProperty
void setNamedgraph(GraphThing namedgraph)
throws JastorException
namedgraph - GraphThing
JastorExceptionnamedgraphProperty
GraphThing setNamedgraph()
throws JastorException
GraphThing, the created value
JastorExceptionnamedgraphProperty
GraphThing setNamedgraph(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setNamedgraph(org.openanzo.jastor.GraphThing namedgraph)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionnamedgraphProperty
GraphThing getObject()
throws JastorException
GraphThing
JastorExceptionobjectProperty
void setObject(GraphThing object)
throws JastorException
object - GraphThing
JastorExceptionobjectProperty
GraphThing setObject()
throws JastorException
GraphThing, the created value
JastorExceptionobjectProperty
GraphThing setObject(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setObject(org.openanzo.jastor.GraphThing object)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionobjectProperty
GraphThing getPredicate()
throws JastorException
GraphThing
JastorExceptionpredicateProperty
void setPredicate(GraphThing predicate)
throws JastorException
predicate - GraphThing
JastorExceptionpredicateProperty
GraphThing setPredicate()
throws JastorException
GraphThing, the created value
JastorExceptionpredicateProperty
GraphThing setPredicate(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setPredicate(org.openanzo.jastor.GraphThing predicate)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionpredicateProperty
GraphThing getSubject()
throws JastorException
GraphThing
JastorExceptionsubjectProperty
void setSubject(GraphThing subject)
throws JastorException
subject - GraphThing
JastorExceptionsubjectProperty
GraphThing setSubject()
throws JastorException
GraphThing, the created value
JastorExceptionsubjectProperty
GraphThing setSubject(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setSubject(org.openanzo.jastor.GraphThing subject)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionsubjectProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||