|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Collection
Interface for Collection ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
(URI: http://boca.adtech.ibm.com/schemas/queso#Collection)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
memberProperty
The Jena Property for member |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| 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. |
void |
removeMember(Entry member)
Removes a value for the 'member' property. |
| 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 memberProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#member)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Entry> getMember()
throws JastorException
Iterator of Entry
JastorExceptionmemberProperty
void addMember(Entry member)
throws JastorException
The - Entry to add
JastorExceptionmemberProperty
Entry addMember()
throws JastorException
Entry created
JastorExceptionmemberProperty
Entry addMember(org.openrdf.model.Resource resource)
throws JastorException
Entry 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionmemberProperty
void removeMember(Entry member)
throws JastorException
The - Entry to remove
JastorExceptionmemberProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||