|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.common.ontology.SelectorTrackerImpl
public class SelectorTrackerImpl
Implementation of SelectorTracker
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
(URI: http://openanzo.org/types/SelectorTracker)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.common.ontology.SelectorTracker |
|---|
TYPE |
| Method Summary | |
|---|---|
GraphThing |
addTrackerSet()
Adds an anonymous value for the 'trackerSet' property |
void |
addTrackerSet(GraphThing trackerSet)
Adds a value for the 'trackerSet' property |
GraphThing |
addTrackerSet(org.openrdf.model.Resource resource)
Adds a value for the 'trackerSet' property. |
java.lang.Boolean |
getMarkedDeleted()
Gets the 'markedDeleted' property value |
GraphThing |
getNamedgraph()
Gets the 'namedgraph' property value |
GraphThing |
getObject()
Gets the 'object' property value |
GraphThing |
getPredicate()
Gets the 'predicate' property value |
java.lang.Boolean |
getReplicated()
Gets the 'replicated' property value |
GraphThing |
getSubject()
Gets the 'subject' property value |
java.util.Calendar |
getTimestamp()
Gets the 'timestamp' property value |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getTrackerSet()
Get an Iterator the 'trackerSet' property values. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
registerListener(ThingListener listener)
Register a ThingListener for this THING |
void |
removeTrackerSet(GraphThing trackerSet)
Removes a value for the 'trackerSet' property. |
void |
removeTrackerSet(org.openrdf.model.Resource trackerSet)
Remove a 'trackerSet' property value. |
void |
setMarkedDeleted(java.lang.Boolean markedDeleted)
Sets the 'markedDeleted' 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. |
void |
setReplicated(java.lang.Boolean replicated)
Sets the 'replicated' property value |
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. |
void |
setTimestamp(java.util.Calendar timestamp)
Sets the 'timestamp' property value |
void |
unregisterListener(ThingListener listener)
Unregister a ThingListener for this THING |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, removeStatements, resource, setPropertyValue, setPropertyValue, toString, uri |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, removeStatements, resource, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public java.lang.Boolean getMarkedDeleted()
throws JastorException
Tracker
getMarkedDeleted in interface TrackerBoolean
JastorExceptionTracker.markedDeletedProperty
public void setMarkedDeleted(java.lang.Boolean markedDeleted)
throws JastorException
Tracker
setMarkedDeleted in interface TrackermarkedDeleted - Boolean
JastorExceptionTracker.markedDeletedProperty
public java.lang.Boolean getReplicated()
throws JastorException
Tracker
getReplicated in interface TrackerBoolean
JastorExceptionTracker.replicatedProperty
public void setReplicated(java.lang.Boolean replicated)
throws JastorException
Tracker
setReplicated in interface Trackerreplicated - Boolean
JastorExceptionTracker.replicatedProperty
public java.util.Calendar getTimestamp()
throws JastorException
Tracker
getTimestamp in interface TrackerCalendar
JastorExceptionTracker.timestampProperty
public void setTimestamp(java.util.Calendar timestamp)
throws JastorException
Tracker
setTimestamp in interface Trackertimestamp - Calendar
JastorExceptionTracker.timestampProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getTrackerSet()
throws JastorException
Tracker
getTrackerSet in interface TrackerIterator of GraphThing
JastorExceptionTracker.trackerSetProperty
public void addTrackerSet(GraphThing trackerSet)
throws JastorException
Tracker
addTrackerSet in interface TrackertrackerSet - The GraphThing to add
JastorExceptionTracker.trackerSetProperty
public GraphThing addTrackerSet()
throws JastorException
Tracker
addTrackerSet in interface TrackerGraphThing created
JastorExceptionTracker.trackerSetProperty
public GraphThing addTrackerSet(org.openrdf.model.Resource resource)
throws JastorException
TrackerGraphThing with the factory
and calling addTrackerSet(org.openanzo.jastor.GraphThing trackerSet)
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.
addTrackerSet in interface Trackerresource - The Resource to add
JastorExceptionTracker.trackerSetProperty
public void removeTrackerSet(GraphThing trackerSet)
throws JastorException
Tracker
removeTrackerSet in interface TrackertrackerSet - The GraphThing to remove
JastorExceptionTracker.trackerSetProperty
public void removeTrackerSet(org.openrdf.model.Resource trackerSet)
throws JastorException
Tracker
removeTrackerSet in interface TrackertrackerSet - GraphThing, the value to remove
JastorExceptionTracker.trackerSetProperty
public GraphThing getNamedgraph()
throws JastorException
SelectorTracker
getNamedgraph in interface SelectorTrackerGraphThing
JastorExceptionSelectorTracker.namedgraphProperty
public void setNamedgraph(GraphThing namedgraph)
throws JastorException
SelectorTracker
setNamedgraph in interface SelectorTrackernamedgraph - GraphThing
JastorExceptionSelectorTracker.namedgraphProperty
public GraphThing setNamedgraph()
throws JastorException
SelectorTracker
setNamedgraph in interface SelectorTrackerGraphThing, the created value
JastorExceptionSelectorTracker.namedgraphProperty
public GraphThing setNamedgraph(org.openrdf.model.Resource resource)
throws JastorException
SelectorTrackerGraphThing 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.
setNamedgraph in interface SelectorTrackerresource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionSelectorTracker.namedgraphProperty
public GraphThing getObject()
throws JastorException
SelectorTracker
getObject in interface SelectorTrackerGraphThing
JastorExceptionSelectorTracker.objectProperty
public void setObject(GraphThing object)
throws JastorException
SelectorTracker
setObject in interface SelectorTrackerobject - GraphThing
JastorExceptionSelectorTracker.objectProperty
public GraphThing setObject()
throws JastorException
SelectorTracker
setObject in interface SelectorTrackerGraphThing, the created value
JastorExceptionSelectorTracker.objectProperty
public GraphThing setObject(org.openrdf.model.Resource resource)
throws JastorException
SelectorTrackerGraphThing 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.
setObject in interface SelectorTrackerresource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionSelectorTracker.objectProperty
public GraphThing getPredicate()
throws JastorException
SelectorTracker
getPredicate in interface SelectorTrackerGraphThing
JastorExceptionSelectorTracker.predicateProperty
public void setPredicate(GraphThing predicate)
throws JastorException
SelectorTracker
setPredicate in interface SelectorTrackerpredicate - GraphThing
JastorExceptionSelectorTracker.predicateProperty
public GraphThing setPredicate()
throws JastorException
SelectorTracker
setPredicate in interface SelectorTrackerGraphThing, the created value
JastorExceptionSelectorTracker.predicateProperty
public GraphThing setPredicate(org.openrdf.model.Resource resource)
throws JastorException
SelectorTrackerGraphThing 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.
setPredicate in interface SelectorTrackerresource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionSelectorTracker.predicateProperty
public GraphThing getSubject()
throws JastorException
SelectorTracker
getSubject in interface SelectorTrackerGraphThing
JastorExceptionSelectorTracker.subjectProperty
public void setSubject(GraphThing subject)
throws JastorException
SelectorTracker
setSubject in interface SelectorTrackersubject - GraphThing
JastorExceptionSelectorTracker.subjectProperty
public GraphThing setSubject()
throws JastorException
SelectorTracker
setSubject in interface SelectorTrackerGraphThing, the created value
JastorExceptionSelectorTracker.subjectProperty
public GraphThing setSubject(org.openrdf.model.Resource resource)
throws JastorException
SelectorTrackerGraphThing 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.
setSubject in interface SelectorTrackerresource - Resource must not be be null.
GraphThing, the newly created value
JastorExceptionSelectorTracker.subjectPropertypublic void registerListener(ThingListener listener)
CoreThing
registerListener in interface CoreThingregisterListener in class GraphThingImpllistener - ThingListenerpublic void unregisterListener(ThingListener listener)
CoreThing
unregisterListener in interface CoreThingunregisterListener in class GraphThingImpllistener - ThingListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||