|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.atom.jastor.queso.CollectionImpl
public class CollectionImpl
Implementation of Collection
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
(URI: http://boca.adtech.ibm.com/schemas/queso#Collection)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.queso.Collection |
|---|
TYPE |
| Method Summary | |
|---|---|
Entry |
addMember()
Adds an anonymous value for the 'member' property |
void |
addMember(Entry member)
Adds a value for the 'member' property |
Entry |
addMember(org.openrdf.model.Resource resource)
Adds a value for the 'member' property. |
info.aduna.collections.iterators.CloseableIterator<Entry> |
getMember()
Get an Iterator the 'member' property values. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
removeMember(Entry member)
Removes a value for the 'member' property. |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, registerListener, removeStatements, resource, setPropertyValue, setPropertyValue, toString, unregisterListener, 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, registerListener, removeStatements, resource, unregisterListener, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public info.aduna.collections.iterators.CloseableIterator<Entry> getMember()
throws JastorException
Collection
getMember in interface CollectionIterator of Entry
JastorExceptionCollection.memberProperty
public void addMember(Entry member)
throws JastorException
Collection
addMember in interface CollectionJastorExceptionCollection.memberProperty
public Entry addMember()
throws JastorException
Collection
addMember in interface CollectionEntry created
JastorExceptionCollection.memberProperty
public Entry addMember(org.openrdf.model.Resource resource)
throws JastorException
CollectionEntry with the factory
and calling addMember(org.openanzo.atom.jastor.queso.Entry member)
The resource argument have rdf:type http://boca.adtech.ibm.com/schemas/queso#Entry. That is, this method
should not be used as a shortcut for creating new objects in the model.
addMember in interface CollectionJastorExceptionCollection.memberProperty
public void removeMember(Entry member)
throws JastorException
Collection
removeMember in interface CollectionJastorExceptionCollection.memberProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||