|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntrospectionGraph
Interface for IntrospectionGraph ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
(URI: http://boca.adtech.ibm.com/schemas/queso#IntrospectionGraph)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
instrospectionCollectionProperty
The Jena Property for instrospectionCollection |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Collection |
addInstrospectionCollection()
Adds an anonymous value for the 'instrospectionCollection' property |
void |
addInstrospectionCollection(Collection instrospectionCollection)
Adds a value for the 'instrospectionCollection' property |
Collection |
addInstrospectionCollection(org.openrdf.model.Resource resource)
Adds a value for the 'instrospectionCollection' property. |
info.aduna.collections.iterators.CloseableIterator<Collection> |
getInstrospectionCollection()
Get an Iterator the 'instrospectionCollection' property values. |
void |
removeInstrospectionCollection(Collection instrospectionCollection)
Removes a value for the 'instrospectionCollection' 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 instrospectionCollectionProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#instrospectionCollection)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Collection> getInstrospectionCollection()
throws JastorException
Iterator of Collection
JastorExceptioninstrospectionCollectionProperty
void addInstrospectionCollection(Collection instrospectionCollection)
throws JastorException
The - Collection to add
JastorExceptioninstrospectionCollectionProperty
Collection addInstrospectionCollection()
throws JastorException
Collection created
JastorExceptioninstrospectionCollectionProperty
Collection addInstrospectionCollection(org.openrdf.model.Resource resource)
throws JastorException
Collection with the factory
and calling addInstrospectionCollection(org.openanzo.atom.jastor.queso.Collection instrospectionCollection)
The resource argument have rdf:type http://boca.adtech.ibm.com/schemas/queso#Collection. 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
JastorExceptioninstrospectionCollectionProperty
void removeInstrospectionCollection(Collection instrospectionCollection)
throws JastorException
The - Collection to remove
JastorExceptioninstrospectionCollectionProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||