|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Project
Interface for Project ontology class
Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this interface.
(URI: http://xmlns.com/foaf/0.1/Project)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
depictionProperty
The Jena Property for depiction |
static org.openrdf.model.URI |
dnaChecksumProperty
The Jena Property for dnaChecksum |
static org.openrdf.model.URI |
fundedByProperty
The Jena Property for fundedBy |
static org.openrdf.model.URI |
givennameProperty
The Jena Property for givenname |
static org.openrdf.model.URI |
homepageProperty
The Jena Property for homepage |
static org.openrdf.model.URI |
logoProperty
The Jena Property for logo |
static org.openrdf.model.URI |
makerProperty
The Jena Property for maker |
static org.openrdf.model.URI |
nameProperty
The Jena Property for name |
static org.openrdf.model.URI |
nickProperty
The Jena Property for nick |
static org.openrdf.model.URI |
pageProperty
The Jena Property for page |
static org.openrdf.model.URI |
phoneProperty
The Jena Property for phone |
static org.openrdf.model.URI |
themeProperty
The Jena Property for theme |
static org.openrdf.model.URI |
titleProperty
The Jena Property for title |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
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. |
void |
addDnaChecksum(org.openrdf.model.Literal dnaChecksum)
Add a 'dnaChecksum' property value |
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 |
addGivenname()
Adds an anonymous value for the 'givenname' property |
void |
addGivenname(GraphThing givenname)
Adds a value for the 'givenname' property |
GraphThing |
addGivenname(org.openrdf.model.Resource resource)
Adds a value for the 'givenname' property. |
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. |
void |
addName(org.openrdf.model.Literal name)
Add a 'name' property value |
GraphThing |
addNick()
Adds an anonymous value for the 'nick' property |
void |
addNick(GraphThing nick)
Adds a value for the 'nick' property |
GraphThing |
addNick(org.openrdf.model.Resource resource)
Adds a value for the 'nick' property. |
Document |
addPage()
Adds an anonymous value for the 'page' property |
void |
addPage(Document page)
Adds a value for the 'page' property |
Document |
addPage(org.openrdf.model.Resource resource)
Adds a value for the 'page' property. |
GraphThing |
addPhone()
Adds an anonymous value for the 'phone' property |
void |
addPhone(GraphThing phone)
Adds a value for the 'phone' property |
GraphThing |
addPhone(org.openrdf.model.Resource resource)
Adds a value for the 'phone' 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. |
GraphThing |
addTitle()
Adds an anonymous value for the 'title' property |
void |
addTitle(GraphThing title)
Adds a value for the 'title' property |
GraphThing |
addTitle(org.openrdf.model.Resource resource)
Adds a value for the 'title' property. |
info.aduna.collections.iterators.CloseableIterator<Image> |
getDepiction()
Get an Iterator the 'depiction' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getDnaChecksum()
Iterates through the 'dnaChecksum' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getFundedBy()
Get an Iterator the 'fundedBy' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getGivenname()
Get an Iterator the 'givenname' property values. |
Document |
getHomepage()
Gets the 'homepage' property value |
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<org.openrdf.model.Literal> |
getName()
Iterates through the 'name' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getNick()
Get an Iterator the 'nick' property values. |
info.aduna.collections.iterators.CloseableIterator<Document> |
getPage()
Get an Iterator the 'page' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getPhone()
Get an Iterator the 'phone' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getTheme()
Get an Iterator the 'theme' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getTitle()
Get an Iterator the 'title' property values. |
void |
removeDepiction(Image depiction)
Removes a value for the 'depiction' property. |
void |
removeDnaChecksum(org.openrdf.model.Literal dnaChecksum)
Remove a 'dnaChecksum' property value. |
void |
removeFundedBy(GraphThing fundedBy)
Removes a value for the 'fundedBy' property. |
void |
removeGivenname(GraphThing givenname)
Removes a value for the 'givenname' property. |
void |
removeLogo(GraphThing logo)
Removes a value for the 'logo' property. |
void |
removeMaker(Agent maker)
Removes a value for the 'maker' property. |
void |
removeName(org.openrdf.model.Literal name)
Remove a 'name' property value. |
void |
removeNick(GraphThing nick)
Removes a value for the 'nick' property. |
void |
removePage(Document page)
Removes a value for the 'page' property. |
void |
removePhone(GraphThing phone)
Removes a value for the 'phone' property. |
void |
removeTheme(GraphThing theme)
Removes a value for the 'theme' property. |
void |
removeTitle(GraphThing title)
Removes a value for the 'title' 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 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 fundedByProperty
(URI: http://xmlns.com/foaf/0.1/fundedBy)
static final org.openrdf.model.URI phoneProperty
(URI: http://xmlns.com/foaf/0.1/phone)
static final org.openrdf.model.URI themeProperty
(URI: http://xmlns.com/foaf/0.1/theme)
static final org.openrdf.model.URI pageProperty
(URI: http://xmlns.com/foaf/0.1/page)
static final org.openrdf.model.URI homepageProperty
(URI: http://xmlns.com/foaf/0.1/homepage)
static final org.openrdf.model.URI logoProperty
(URI: http://xmlns.com/foaf/0.1/logo)
static final org.openrdf.model.URI titleProperty
(URI: http://xmlns.com/foaf/0.1/title)
static final org.openrdf.model.URI dnaChecksumProperty
(URI: http://xmlns.com/foaf/0.1/dnaChecksum)
static final org.openrdf.model.URI depictionProperty
(URI: http://xmlns.com/foaf/0.1/depiction)
static final org.openrdf.model.URI givennameProperty
(URI: http://xmlns.com/foaf/0.1/givenname)
static final org.openrdf.model.URI nameProperty
(URI: http://xmlns.com/foaf/0.1/name)
static final org.openrdf.model.URI nickProperty
(URI: http://xmlns.com/foaf/0.1/nick)
static final org.openrdf.model.URI makerProperty
(URI: http://xmlns.com/foaf/0.1/maker)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
throws JastorException
Iterator of GraphThing
JastorExceptionfundedByProperty
void addFundedBy(GraphThing fundedBy)
throws JastorException
The - GraphThing to add
JastorExceptionfundedByProperty
GraphThing addFundedBy()
throws JastorException
GraphThing created
JastorExceptionfundedByProperty
GraphThing addFundedBy(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionfundedByProperty
void removeFundedBy(GraphThing fundedBy)
throws JastorException
The - GraphThing to remove
JastorExceptionfundedByProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getPhone()
throws JastorException
Iterator of GraphThing
JastorExceptionphoneProperty
void addPhone(GraphThing phone)
throws JastorException
The - GraphThing to add
JastorExceptionphoneProperty
GraphThing addPhone()
throws JastorException
GraphThing created
JastorExceptionphoneProperty
GraphThing addPhone(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addPhone(org.openanzo.jastor.GraphThing phone)
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
JastorExceptionphoneProperty
void removePhone(GraphThing phone)
throws JastorException
The - GraphThing to remove
JastorExceptionphoneProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
throws JastorException
Iterator of GraphThing
JastorExceptionthemeProperty
void addTheme(GraphThing theme)
throws JastorException
The - GraphThing to add
JastorExceptionthemeProperty
GraphThing addTheme()
throws JastorException
GraphThing created
JastorExceptionthemeProperty
GraphThing addTheme(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionthemeProperty
void removeTheme(GraphThing theme)
throws JastorException
The - GraphThing to remove
JastorExceptionthemeProperty
info.aduna.collections.iterators.CloseableIterator<Document> getPage()
throws JastorException
Iterator of Document
JastorExceptionpageProperty
void addPage(Document page)
throws JastorException
The - Document to add
JastorExceptionpageProperty
Document addPage()
throws JastorException
Document created
JastorExceptionpageProperty
Document addPage(org.openrdf.model.Resource resource)
throws JastorException
Document with the factory
and calling addPage(org.openanzo.atom.jastor.foaf.Document page)
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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionpageProperty
void removePage(Document page)
throws JastorException
The - Document to remove
JastorExceptionpageProperty
Document getHomepage()
throws JastorException
Document
JastorExceptionhomepageProperty
void setHomepage(Document homepage)
throws JastorException
{@link - org.openanzo.atom.jastor.foaf.Document}
JastorExceptionhomepageProperty
Document setHomepage()
throws JastorException
Document, the created value
JastorExceptionhomepageProperty
Document setHomepage(org.openrdf.model.Resource resource)
throws JastorException
Document 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.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Document, the newly created value
JastorExceptionhomepageProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
throws JastorException
Iterator of GraphThing
JastorExceptionlogoProperty
void addLogo(GraphThing logo)
throws JastorException
The - GraphThing to add
JastorExceptionlogoProperty
GraphThing addLogo()
throws JastorException
GraphThing created
JastorExceptionlogoProperty
GraphThing addLogo(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionlogoProperty
void removeLogo(GraphThing logo)
throws JastorException
The - GraphThing to remove
JastorExceptionlogoProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getTitle()
throws JastorException
Iterator of GraphThing
JastorExceptiontitleProperty
void addTitle(GraphThing title)
throws JastorException
The - GraphThing to add
JastorExceptiontitleProperty
GraphThing addTitle()
throws JastorException
GraphThing created
JastorExceptiontitleProperty
GraphThing addTitle(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addTitle(org.openanzo.jastor.GraphThing title)
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
JastorExceptiontitleProperty
void removeTitle(GraphThing title)
throws JastorException
The - GraphThing to remove
JastorExceptiontitleProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getDnaChecksum()
throws JastorException
Iterator of Literal
JastorExceptiondnaChecksumProperty
void addDnaChecksum(org.openrdf.model.Literal dnaChecksum)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptiondnaChecksumProperty
void removeDnaChecksum(org.openrdf.model.Literal dnaChecksum)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptiondnaChecksumProperty
info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
throws JastorException
Iterator of Image
JastorExceptiondepictionProperty
void addDepiction(Image depiction)
throws JastorException
The - Image to add
JastorExceptiondepictionProperty
Image addDepiction()
throws JastorException
Image created
JastorExceptiondepictionProperty
Image addDepiction(org.openrdf.model.Resource resource)
throws JastorException
Image 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptiondepictionProperty
void removeDepiction(Image depiction)
throws JastorException
The - Image to remove
JastorExceptiondepictionProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getGivenname()
throws JastorException
Iterator of GraphThing
JastorExceptiongivennameProperty
void addGivenname(GraphThing givenname)
throws JastorException
The - GraphThing to add
JastorExceptiongivennameProperty
GraphThing addGivenname()
throws JastorException
GraphThing created
JastorExceptiongivennameProperty
GraphThing addGivenname(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addGivenname(org.openanzo.jastor.GraphThing givenname)
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
JastorExceptiongivennameProperty
void removeGivenname(GraphThing givenname)
throws JastorException
The - GraphThing to remove
JastorExceptiongivennameProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
throws JastorException
Iterator of Literal
JastorExceptionnameProperty
void addName(org.openrdf.model.Literal name)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptionnameProperty
void removeName(org.openrdf.model.Literal name)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptionnameProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getNick()
throws JastorException
Iterator of GraphThing
JastorExceptionnickProperty
void addNick(GraphThing nick)
throws JastorException
The - GraphThing to add
JastorExceptionnickProperty
GraphThing addNick()
throws JastorException
GraphThing created
JastorExceptionnickProperty
GraphThing addNick(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addNick(org.openanzo.jastor.GraphThing nick)
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
JastorExceptionnickProperty
void removeNick(GraphThing nick)
throws JastorException
The - GraphThing to remove
JastorExceptionnickProperty
info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
throws JastorException
Iterator of Agent
JastorExceptionmakerProperty
void addMaker(Agent maker)
throws JastorException
The - Agent to add
JastorExceptionmakerProperty
Agent addMaker()
throws JastorException
Agent created
JastorExceptionmakerProperty
Agent addMaker(org.openrdf.model.Resource resource)
throws JastorException
Agent with the factory
and calling addMaker(org.openanzo.atom.jastor.foaf.Agent maker)
The resource argument have rdf:type http://xmlns.com/foaf/0.1/Agent. 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
JastorExceptionmakerProperty
void removeMaker(Agent maker)
throws JastorException
The - Agent to remove
JastorExceptionmakerProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||