|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Representation
Interface for Representation ontology class
Use the org.openanzo.atom.jastor.webarch.Factory to create instances of this interface.
(URI: http://sw.nokia.com/WebArch-1/Representation)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
representationOfProperty
The Jena Property for representationOf |
static org.openrdf.model.URI |
representationProperty
The Jena Property for representation |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
GraphThing |
addRepresentation()
Adds an anonymous value for the 'representation' property |
void |
addRepresentation(GraphThing representation)
Adds a value for the 'representation' property |
GraphThing |
addRepresentation(org.openrdf.model.Resource resource)
Adds a value for the 'representation' property. |
GraphThing |
addRepresentationOf()
Adds an anonymous value for the 'representationOf' property |
void |
addRepresentationOf(GraphThing representationOf)
Adds a value for the 'representationOf' property |
GraphThing |
addRepresentationOf(org.openrdf.model.Resource resource)
Adds a value for the 'representationOf' property. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getRepresentation()
Get an Iterator the 'representation' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getRepresentationOf()
Get an Iterator the 'representationOf' property values. |
void |
removeRepresentation(GraphThing representation)
Removes a value for the 'representation' property. |
void |
removeRepresentationOf(GraphThing representationOf)
Removes a value for the 'representationOf' 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 representationOfProperty
(URI: http://sw.nokia.com/WebArch-1/representationOf)
static final org.openrdf.model.URI representationProperty
(URI: http://sw.nokia.com/WebArch-1/representation)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<GraphThing> getRepresentationOf()
throws JastorException
Iterator of GraphThing
JastorExceptionrepresentationOfProperty
void addRepresentationOf(GraphThing representationOf)
throws JastorException
The - GraphThing to add
JastorExceptionrepresentationOfProperty
GraphThing addRepresentationOf()
throws JastorException
GraphThing created
JastorExceptionrepresentationOfProperty
GraphThing addRepresentationOf(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addRepresentationOf(org.openanzo.jastor.GraphThing representationOf)
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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionrepresentationOfProperty
void removeRepresentationOf(GraphThing representationOf)
throws JastorException
The - GraphThing to remove
JastorExceptionrepresentationOfProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getRepresentation()
throws JastorException
Iterator of GraphThing
JastorExceptionrepresentationProperty
void addRepresentation(GraphThing representation)
throws JastorException
The - GraphThing to add
JastorExceptionrepresentationProperty
GraphThing addRepresentation()
throws JastorException
GraphThing created
JastorExceptionrepresentationProperty
GraphThing addRepresentation(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addRepresentation(org.openanzo.jastor.GraphThing representation)
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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionrepresentationProperty
void removeRepresentation(GraphThing representation)
throws JastorException
The - GraphThing to remove
JastorExceptionrepresentationProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||