|
||||||||||
| 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.webarch.RepresentationImpl
public class RepresentationImpl
Implementation of Representation
Use the org.openanzo.atom.jastor.webarch.Factory to create instances of this class.
(URI: http://sw.nokia.com/WebArch-1/Representation)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.webarch.Representation |
|---|
TYPE |
| 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. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
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 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<GraphThing> getRepresentationOf()
throws JastorException
Representation
getRepresentationOf in interface RepresentationIterator of GraphThing
JastorExceptionRepresentation.representationOfProperty
public void addRepresentationOf(GraphThing representationOf)
throws JastorException
Representation
addRepresentationOf in interface RepresentationJastorExceptionRepresentation.representationOfProperty
public GraphThing addRepresentationOf()
throws JastorException
Representation
addRepresentationOf in interface RepresentationGraphThing created
JastorExceptionRepresentation.representationOfProperty
public GraphThing addRepresentationOf(org.openrdf.model.Resource resource)
throws JastorException
RepresentationGraphThing 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.
addRepresentationOf in interface RepresentationJastorExceptionRepresentation.representationOfProperty
public void removeRepresentationOf(GraphThing representationOf)
throws JastorException
Representation
removeRepresentationOf in interface RepresentationJastorExceptionRepresentation.representationOfProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getRepresentation()
throws JastorException
Representation
getRepresentation in interface RepresentationIterator of GraphThing
JastorExceptionRepresentation.representationProperty
public void addRepresentation(GraphThing representation)
throws JastorException
Representation
addRepresentation in interface RepresentationJastorExceptionRepresentation.representationProperty
public GraphThing addRepresentation()
throws JastorException
Representation
addRepresentation in interface RepresentationGraphThing created
JastorExceptionRepresentation.representationProperty
public GraphThing addRepresentation(org.openrdf.model.Resource resource)
throws JastorException
RepresentationGraphThing 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.
addRepresentation in interface RepresentationJastorExceptionRepresentation.representationProperty
public void removeRepresentation(GraphThing representation)
throws JastorException
Representation
removeRepresentation in interface RepresentationJastorExceptionRepresentation.representationProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||