|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Generator
Interface for Generator of feed@en ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#Generator)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
contentProperty
The Jena Property for content |
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 |
emailProperty
The Jena Property for email |
static org.openrdf.model.URI |
fundedByProperty
The Jena Property for fundedBy |
static org.openrdf.model.URI |
generatorVersionProperty
The Jena Property for generatorVersion |
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 |
nickProperty
The Jena Property for nick |
static org.openrdf.model.URI |
ns1_nameProperty
The Jena Property for ns1_name |
static org.openrdf.model.URI |
ns2_nameProperty
The Jena Property for ns2_name |
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 |
static org.openrdf.model.URI |
uriProperty
The Jena Property for uri |
| Fields inherited from interface org.openanzo.atom.jastor.foaf.Agent |
|---|
aimChatIDProperty, birthdayProperty, genderProperty, holdsAccountProperty, icqChatIDProperty, jabberIDProperty, madeProperty, mbox__sha1sumProperty, mboxProperty, msnChatIDProperty, nameProperty, tipjarProperty, weblogProperty, yahooChatIDProperty |
| Method Summary | |
|---|---|
GraphThing |
addEmail()
Adds an anonymous value for the 'email' property |
void |
addEmail(GraphThing email)
Adds a value for the 'email' property |
GraphThing |
addEmail(org.openrdf.model.Resource resource)
Adds a value for the 'email' property. |
void |
addGeneratorVersion(java.lang.String generatorVersion)
Add a 'generatorVersion' property value |
void |
addNs1_Name(org.openrdf.model.Literal ns1_name)
Add a 'ns1_name' property value |
void |
addUri(java.lang.String uri)
Add a 'uri' property value |
Content |
getContent()
Gets the 'content' property value |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getEmail()
Get an Iterator the 'email' property values. |
info.aduna.collections.iterators.CloseableIterator<java.lang.String> |
getGeneratorVersion()
Iterates through the 'generatorVersion' property values. |
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> |
getNs1_Name()
Iterates through the 'ns1_name' property values. |
info.aduna.collections.iterators.CloseableIterator<java.lang.String> |
getUri()
Iterates through the 'uri' property values. |
void |
removeEmail(GraphThing email)
Removes a value for the 'email' property. |
void |
removeGeneratorVersion(java.lang.String generatorVersion)
Remove a 'generatorVersion' property value. |
void |
removeNs1_Name(org.openrdf.model.Literal ns1_name)
Remove a 'ns1_name' property value. |
void |
removeUri(java.lang.String uri)
Remove a 'uri' property value. |
Content |
setContent()
Sets the 'content' property value to an anonymous node |
void |
setContent(Content content)
Sets the 'content' property value |
Content |
setContent(org.openrdf.model.Resource resource)
Sets the 'content' 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 generatorVersionProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#generatorVersion)
static final org.openrdf.model.URI ns1_nameProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#name)
static final org.openrdf.model.URI uriProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#uri)
static final org.openrdf.model.URI fundedByProperty
(URI: http://xmlns.com/foaf/0.1/fundedBy)
static final org.openrdf.model.URI homepageProperty
(URI: http://xmlns.com/foaf/0.1/homepage)
static final org.openrdf.model.URI depictionProperty
(URI: http://xmlns.com/foaf/0.1/depiction)
static final org.openrdf.model.URI ns2_nameProperty
(URI: http://xmlns.com/foaf/0.1/name)
static final org.openrdf.model.URI logoProperty
(URI: http://xmlns.com/foaf/0.1/logo)
static final org.openrdf.model.URI themeProperty
(URI: http://xmlns.com/foaf/0.1/theme)
static final org.openrdf.model.URI makerProperty
(URI: http://xmlns.com/foaf/0.1/maker)
static final org.openrdf.model.URI dnaChecksumProperty
(URI: http://xmlns.com/foaf/0.1/dnaChecksum)
static final org.openrdf.model.URI emailProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)
static final org.openrdf.model.URI phoneProperty
(URI: http://xmlns.com/foaf/0.1/phone)
static final org.openrdf.model.URI pageProperty
(URI: http://xmlns.com/foaf/0.1/page)
static final org.openrdf.model.URI nickProperty
(URI: http://xmlns.com/foaf/0.1/nick)
static final org.openrdf.model.URI givennameProperty
(URI: http://xmlns.com/foaf/0.1/givenname)
static final org.openrdf.model.URI titleProperty
(URI: http://xmlns.com/foaf/0.1/title)
static final org.openrdf.model.URI contentProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<java.lang.String> getGeneratorVersion()
throws JastorException
Iterator of String
JastorExceptiongeneratorVersionProperty
void addGeneratorVersion(java.lang.String generatorVersion)
throws JastorException
{@link - java.lang.String}, the value to add
JastorExceptiongeneratorVersionProperty
void removeGeneratorVersion(java.lang.String generatorVersion)
throws JastorException
{@link - java.lang.String}, the value to remove
JastorExceptiongeneratorVersionProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getNs1_Name()
throws JastorException
Iterator of Literal
JastorExceptionns1_nameProperty
void addNs1_Name(org.openrdf.model.Literal ns1_name)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptionns1_nameProperty
void removeNs1_Name(org.openrdf.model.Literal ns1_name)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptionns1_nameProperty
info.aduna.collections.iterators.CloseableIterator<java.lang.String> getUri()
throws JastorException
Iterator of String
JastorExceptionuriProperty
void addUri(java.lang.String uri)
throws JastorException
{@link - java.lang.String}, the value to add
JastorExceptionuriProperty
void removeUri(java.lang.String uri)
throws JastorException
{@link - java.lang.String}, the value to remove
JastorExceptionuriProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getEmail()
throws JastorException
Iterator of GraphThing
JastorExceptionemailProperty
void addEmail(GraphThing email)
throws JastorException
The - GraphThing to add
JastorExceptionemailProperty
GraphThing addEmail()
throws JastorException
GraphThing created
JastorExceptionemailProperty
GraphThing addEmail(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addEmail(org.openanzo.jastor.GraphThing email)
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
JastorExceptionemailProperty
void removeEmail(GraphThing email)
throws JastorException
The - GraphThing to remove
JastorExceptionemailProperty
Content getContent()
throws JastorException
Content
JastorExceptioncontentProperty
void setContent(Content content)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.Content}
JastorExceptioncontentProperty
Content setContent()
throws JastorException
Content, the created value
JastorExceptioncontentProperty
Content setContent(org.openrdf.model.Resource resource)
throws JastorException
Content with the factory.
and calling setContent(org.openanzo.atom.jastor.atomowl.Content content)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Content. 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.
Content, the newly created value
JastorExceptioncontentProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||