|
||||||||||
| 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.rdfs._ResourceImpl
public class _ResourceImpl
Implementation of _Resource
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
(URI: http://www.w3.org/2000/01/rdf-schema#Resource)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.rdfs._Resource |
|---|
TYPE |
| Method Summary | |
|---|---|
void |
addComment(org.openrdf.model.Literal comment)
Add a 'comment' property value |
Image |
addDepiction()
Adds an anonymous value for the 'depiction' property |
void |
addDepiction(Image depiction)
Adds a value for the 'depiction' property |
Image |
addDepiction(org.openrdf.model.Resource resource)
Adds a value for the 'depiction' property. |
GraphThing |
addFundedBy()
Adds an anonymous value for the 'fundedBy' property |
void |
addFundedBy(GraphThing fundedBy)
Adds a value for the 'fundedBy' property |
GraphThing |
addFundedBy(org.openrdf.model.Resource resource)
Adds a value for the 'fundedBy' property. |
GraphThing |
addIsDefinedBy()
Adds an anonymous value for the 'isDefinedBy' property |
void |
addIsDefinedBy(GraphThing isDefinedBy)
Adds a value for the 'isDefinedBy' property |
GraphThing |
addIsDefinedBy(org.openrdf.model.Resource resource)
Adds a value for the 'isDefinedBy' property. |
void |
addLabel(org.openrdf.model.Literal label)
Add a 'label' property value |
GraphThing |
addLogo()
Adds an anonymous value for the 'logo' property |
void |
addLogo(GraphThing logo)
Adds a value for the 'logo' property |
GraphThing |
addLogo(org.openrdf.model.Resource resource)
Adds a value for the 'logo' property. |
Agent |
addMaker()
Adds an anonymous value for the 'maker' property |
void |
addMaker(Agent maker)
Adds a value for the 'maker' property |
Agent |
addMaker(org.openrdf.model.Resource resource)
Adds a value for the 'maker' property. |
GraphThing |
addMember()
Adds an anonymous value for the 'member' property |
void |
addMember(GraphThing member)
Adds a value for the 'member' property |
GraphThing |
addMember(org.openrdf.model.Resource resource)
Adds a value for the 'member' property. |
void |
addName(org.openrdf.model.Literal name)
Add a 'name' property value |
GraphThing |
addSeeAlso()
Adds an anonymous value for the 'seeAlso' property |
void |
addSeeAlso(GraphThing seeAlso)
Adds a value for the 'seeAlso' property |
GraphThing |
addSeeAlso(org.openrdf.model.Resource resource)
Adds a value for the 'seeAlso' property. |
GraphThing |
addTheme()
Adds an anonymous value for the 'theme' property |
void |
addTheme(GraphThing theme)
Adds a value for the 'theme' property |
GraphThing |
addTheme(org.openrdf.model.Resource resource)
Adds a value for the 'theme' property. |
Class |
addType()
Adds an anonymous value for the 'type' property |
void |
addType(Class type)
Adds a value for the 'type' property |
Class |
addType(org.openrdf.model.Resource resource)
Adds a value for the 'type' property. |
GraphThing |
addValue()
Adds an anonymous value for the 'value' property |
void |
addValue(GraphThing value)
Adds a value for the 'value' property |
GraphThing |
addValue(org.openrdf.model.Resource resource)
Adds a value for the 'value' property. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getComment()
Iterates through the 'comment' property values. |
info.aduna.collections.iterators.CloseableIterator<Image> |
getDepiction()
Get an Iterator the 'depiction' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getFundedBy()
Get an Iterator the 'fundedBy' property values. |
Document |
getHomepage()
Gets the 'homepage' property value |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getIsDefinedBy()
Get an Iterator the 'isDefinedBy' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getLabel()
Iterates through the 'label' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getLogo()
Get an Iterator the 'logo' property values. |
info.aduna.collections.iterators.CloseableIterator<Agent> |
getMaker()
Get an Iterator the 'maker' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getMember()
Get an Iterator the 'member' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getName()
Iterates through the 'name' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getSeeAlso()
Get an Iterator the 'seeAlso' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getTheme()
Get an Iterator the 'theme' property values. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getType()
Get an Iterator the 'type' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getValue()
Get an Iterator the 'value' property values. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
removeComment(org.openrdf.model.Literal comment)
Remove a 'comment' property value. |
void |
removeDepiction(Image depiction)
Removes a value for the 'depiction' property. |
void |
removeFundedBy(GraphThing fundedBy)
Removes a value for the 'fundedBy' property. |
void |
removeIsDefinedBy(GraphThing isDefinedBy)
Removes a value for the 'isDefinedBy' property. |
void |
removeLabel(org.openrdf.model.Literal label)
Remove a 'label' property value. |
void |
removeLogo(GraphThing logo)
Removes a value for the 'logo' property. |
void |
removeMaker(Agent maker)
Removes a value for the 'maker' property. |
void |
removeMember(GraphThing member)
Removes a value for the 'member' property. |
void |
removeName(org.openrdf.model.Literal name)
Remove a 'name' property value. |
void |
removeSeeAlso(GraphThing seeAlso)
Removes a value for the 'seeAlso' property. |
void |
removeTheme(GraphThing theme)
Removes a value for the 'theme' property. |
void |
removeType(Class type)
Removes a value for the 'type' property. |
void |
removeValue(GraphThing value)
Removes a value for the 'value' property. |
Document |
setHomepage()
Sets the 'homepage' property value to an anonymous node |
void |
setHomepage(Document homepage)
Sets the 'homepage' property value |
Document |
setHomepage(org.openrdf.model.Resource resource)
Sets the 'homepage' property value to the given resource, and add's rdf:type properties. |
| 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<org.openrdf.model.Literal> getComment()
throws JastorException
_Resource
getComment in interface _ResourceIterator of Literal
JastorException_Resource.commentProperty
public void addComment(org.openrdf.model.Literal comment)
throws JastorException
_Resource
addComment in interface _ResourceJastorException_Resource.commentProperty
public void removeComment(org.openrdf.model.Literal comment)
throws JastorException
_Resource
removeComment in interface _ResourceJastorException_Resource.commentProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getMember()
throws JastorException
_Resource
getMember in interface _ResourceIterator of GraphThing
JastorException_Resource.memberProperty
public void addMember(GraphThing member)
throws JastorException
_Resource
addMember in interface _ResourceJastorException_Resource.memberProperty
public GraphThing addMember()
throws JastorException
_Resource
addMember in interface _ResourceGraphThing created
JastorException_Resource.memberProperty
public GraphThing addMember(org.openrdf.model.Resource resource)
throws JastorException
_ResourceGraphThing with the factory
and calling addMember(org.openanzo.jastor.GraphThing member)
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.
addMember in interface _ResourceJastorException_Resource.memberProperty
public void removeMember(GraphThing member)
throws JastorException
_Resource
removeMember in interface _ResourceJastorException_Resource.memberProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
throws JastorException
_Resource
getFundedBy in interface _ResourceIterator of GraphThing
JastorException_Resource.fundedByProperty
public void addFundedBy(GraphThing fundedBy)
throws JastorException
_Resource
addFundedBy in interface _ResourceJastorException_Resource.fundedByProperty
public GraphThing addFundedBy()
throws JastorException
_Resource
addFundedBy in interface _ResourceGraphThing created
JastorException_Resource.fundedByProperty
public GraphThing addFundedBy(org.openrdf.model.Resource resource)
throws JastorException
_ResourceGraphThing with the factory
and calling addFundedBy(org.openanzo.jastor.GraphThing fundedBy)
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.
addFundedBy in interface _ResourceJastorException_Resource.fundedByProperty
public void removeFundedBy(GraphThing fundedBy)
throws JastorException
_Resource
removeFundedBy in interface _ResourceJastorException_Resource.fundedByProperty
public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
throws JastorException
_Resource
getName in interface _ResourceIterator of Literal
JastorException_Resource.nameProperty
public void addName(org.openrdf.model.Literal name)
throws JastorException
_Resource
addName in interface _ResourceJastorException_Resource.nameProperty
public void removeName(org.openrdf.model.Literal name)
throws JastorException
_Resource
removeName in interface _ResourceJastorException_Resource.nameProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getValue()
throws JastorException
_Resource
getValue in interface _ResourceIterator of GraphThing
JastorException_Resource.valueProperty
public void addValue(GraphThing value)
throws JastorException
_Resource
addValue in interface _ResourceJastorException_Resource.valueProperty
public GraphThing addValue()
throws JastorException
_Resource
addValue in interface _ResourceGraphThing created
JastorException_Resource.valueProperty
public GraphThing addValue(org.openrdf.model.Resource resource)
throws JastorException
_ResourceGraphThing with the factory
and calling addValue(org.openanzo.jastor.GraphThing value)
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.
addValue in interface _ResourceJastorException_Resource.valueProperty
public void removeValue(GraphThing value)
throws JastorException
_Resource
removeValue in interface _ResourceJastorException_Resource.valueProperty
public Document getHomepage()
throws JastorException
_Resource
getHomepage in interface _ResourceDocument
JastorException_Resource.homepageProperty
public void setHomepage(Document homepage)
throws JastorException
_Resource
setHomepage in interface _ResourceJastorException_Resource.homepageProperty
public Document setHomepage()
throws JastorException
_Resource
setHomepage in interface _ResourceDocument, the created value
JastorException_Resource.homepageProperty
public Document setHomepage(org.openrdf.model.Resource resource)
throws JastorException
_ResourceDocument with the factory.
and calling setHomepage(org.openanzo.atom.jastor.foaf.Document homepage)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Document. That is, this method
should not be used as a shortcut for creating new objects in the model.
setHomepage in interface _ResourceDocument, the newly created value
JastorException_Resource.homepageProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
throws JastorException
_Resource
getLogo in interface _ResourceIterator of GraphThing
JastorException_Resource.logoProperty
public void addLogo(GraphThing logo)
throws JastorException
_Resource
addLogo in interface _ResourceJastorException_Resource.logoProperty
public GraphThing addLogo()
throws JastorException
_Resource
addLogo in interface _ResourceGraphThing created
JastorException_Resource.logoProperty
public GraphThing addLogo(org.openrdf.model.Resource resource)
throws JastorException
_ResourceGraphThing with the factory
and calling addLogo(org.openanzo.jastor.GraphThing logo)
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.
addLogo in interface _ResourceJastorException_Resource.logoProperty
public void removeLogo(GraphThing logo)
throws JastorException
_Resource
removeLogo in interface _ResourceJastorException_Resource.logoProperty
public info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
throws JastorException
_Resource
getDepiction in interface _ResourceIterator of Image
JastorException_Resource.depictionProperty
public void addDepiction(Image depiction)
throws JastorException
_Resource
addDepiction in interface _ResourceJastorException_Resource.depictionProperty
public Image addDepiction()
throws JastorException
_Resource
addDepiction in interface _ResourceImage created
JastorException_Resource.depictionProperty
public Image addDepiction(org.openrdf.model.Resource resource)
throws JastorException
_ResourceImage with the factory
and calling addDepiction(org.openanzo.atom.jastor.foaf.Image depiction)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Image. That is, this method
should not be used as a shortcut for creating new objects in the model.
addDepiction in interface _ResourceJastorException_Resource.depictionProperty
public void removeDepiction(Image depiction)
throws JastorException
_Resource
removeDepiction in interface _ResourceJastorException_Resource.depictionProperty
public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getLabel()
throws JastorException
_Resource
getLabel in interface _ResourceIterator of Literal
JastorException_Resource.labelProperty
public void addLabel(org.openrdf.model.Literal label)
throws JastorException
_Resource
addLabel in interface _ResourceJastorException_Resource.labelProperty
public void removeLabel(org.openrdf.model.Literal label)
throws JastorException
_Resource
removeLabel in interface _ResourceJastorException_Resource.labelProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
throws JastorException
_Resource
getTheme in interface _ResourceIterator of GraphThing
JastorException_Resource.themeProperty
public void addTheme(GraphThing theme)
throws JastorException
_Resource
addTheme in interface _ResourceJastorException_Resource.themeProperty
public GraphThing addTheme()
throws JastorException
_Resource
addTheme in interface _ResourceGraphThing created
JastorException_Resource.themeProperty
public GraphThing addTheme(org.openrdf.model.Resource resource)
throws JastorException
_ResourceGraphThing with the factory
and calling addTheme(org.openanzo.jastor.GraphThing theme)
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.
addTheme in interface _ResourceJastorException_Resource.themeProperty
public void removeTheme(GraphThing theme)
throws JastorException
_Resource
removeTheme in interface _ResourceJastorException_Resource.themeProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getSeeAlso()
throws JastorException
_Resource
getSeeAlso in interface _ResourceIterator of GraphThing
JastorException_Resource.seeAlsoProperty
public void addSeeAlso(GraphThing seeAlso)
throws JastorException
_Resource
addSeeAlso in interface _ResourceJastorException_Resource.seeAlsoProperty
public GraphThing addSeeAlso()
throws JastorException
_Resource
addSeeAlso in interface _ResourceGraphThing created
JastorException_Resource.seeAlsoProperty
public GraphThing addSeeAlso(org.openrdf.model.Resource resource)
throws JastorException
_ResourceGraphThing with the factory
and calling addSeeAlso(org.openanzo.jastor.GraphThing seeAlso)
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.
addSeeAlso in interface _ResourceJastorException_Resource.seeAlsoProperty
public void removeSeeAlso(GraphThing seeAlso)
throws JastorException
_Resource
removeSeeAlso in interface _ResourceJastorException_Resource.seeAlsoProperty
public info.aduna.collections.iterators.CloseableIterator<Class> getType()
throws JastorException
_Resource
getType in interface _ResourceIterator of Class
JastorException_Resource.typeProperty
public void addType(Class type)
throws JastorException
_Resource
addType in interface _ResourceJastorException_Resource.typeProperty
public Class addType()
throws JastorException
_Resource
addType in interface _ResourceClass created
JastorException_Resource.typeProperty
public Class addType(org.openrdf.model.Resource resource)
throws JastorException
_ResourceClass with the factory
and calling addType(org.openanzo.atom.jastor.rdfs.Class type)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
addType in interface _ResourceJastorException_Resource.typeProperty
public void removeType(Class type)
throws JastorException
_Resource
removeType in interface _ResourceJastorException_Resource.typeProperty
public info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
throws JastorException
_Resource
getMaker in interface _ResourceIterator of Agent
JastorException_Resource.makerProperty
public void addMaker(Agent maker)
throws JastorException
_Resource
addMaker in interface _ResourceJastorException_Resource.makerProperty
public Agent addMaker()
throws JastorException
_Resource
addMaker in interface _Resource