|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Feed
Interface for Feed Class@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/#Feed)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
aggregatesProperty
The Jena Property for aggregates |
static org.openrdf.model.URI |
containsProperty
The Jena Property for contains |
static org.openrdf.model.URI |
contentProperty
The Jena Property for content |
static org.openrdf.model.URI |
emailProperty
The Jena Property for email |
static org.openrdf.model.URI |
entryProperty
The Jena Property for entry |
static org.openrdf.model.URI |
generatorProperty
The Jena Property for generator |
static org.openrdf.model.URI |
iconProperty
The Jena Property for icon |
static org.openrdf.model.URI |
logoProperty
The Jena Property for logo |
static org.openrdf.model.URI |
subtitleProperty
The Jena Property for subtitle |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface org.openanzo.atom.jastor.atomowl.Version |
|---|
alternateProperty, idProperty, updatedProperty |
| Fields inherited from interface org.openanzo.atom.jastor.atomowl.FeedOrEntry |
|---|
authorProperty, categoryProperty, contributorProperty, linkProperty, rightsProperty, titleProperty |
| Method Summary | |
|---|---|
Entry |
addAggregates()
Adds an anonymous value for the 'aggregates' property |
void |
addAggregates(Entry aggregates)
Adds a value for the 'aggregates' property |
Entry |
addAggregates(org.openrdf.model.Resource resource)
Adds a value for the 'aggregates' property. |
Entry |
addContains()
Adds an anonymous value for the 'contains' property |
void |
addContains(Entry contains)
Adds a value for the 'contains' property |
Entry |
addContains(org.openrdf.model.Resource resource)
Adds a value for the 'contains' property. |
Entry |
addEntry()
Adds an anonymous value for the 'entry' property |
void |
addEntry(Entry entry)
Adds a value for the 'entry' property |
Entry |
addEntry(org.openrdf.model.Resource resource)
Adds a value for the 'entry' property. |
Image |
addIcon()
Adds an anonymous value for the 'icon' property |
void |
addIcon(Image icon)
Adds a value for the 'icon' property |
Image |
addIcon(org.openrdf.model.Resource resource)
Adds a value for the 'icon' property. |
info.aduna.collections.iterators.CloseableIterator<Entry> |
getAggregates()
Get an Iterator the 'aggregates' property values. |
info.aduna.collections.iterators.CloseableIterator<Entry> |
getContains()
Get an Iterator the 'contains' property values. |
info.aduna.collections.iterators.CloseableIterator<Entry> |
getEntry()
Get an Iterator the 'entry' property values. |
Generator |
getGenerator()
Gets the 'generator' property value |
info.aduna.collections.iterators.CloseableIterator<Image> |
getIcon()
Get an Iterator the 'icon' property values. |
Image |
getLogo()
Gets the 'logo' property value |
TextContent |
getSubtitle()
Gets the 'subtitle' property value |
void |
removeAggregates(Entry aggregates)
Removes a value for the 'aggregates' property. |
void |
removeContains(Entry contains)
Removes a value for the 'contains' property. |
void |
removeEntry(Entry entry)
Removes a value for the 'entry' property. |
void |
removeIcon(Image icon)
Removes a value for the 'icon' property. |
Generator |
setGenerator()
Sets the 'generator' property value to an anonymous node |
void |
setGenerator(Generator generator)
Sets the 'generator' property value |
Generator |
setGenerator(org.openrdf.model.Resource resource)
Sets the 'generator' property value to the given resource, and add's rdf:type properties. |
Image |
setLogo()
Sets the 'logo' property value to an anonymous node |
void |
setLogo(Image logo)
Sets the 'logo' property value |
Image |
setLogo(org.openrdf.model.Resource resource)
Sets the 'logo' property value to the given resource, and add's rdf:type properties. |
TextContent |
setSubtitle()
Sets the 'subtitle' property value to an anonymous node |
TextContent |
setSubtitle(org.openrdf.model.Resource resource)
Sets the 'subtitle' property value to the given resource, and add's rdf:type properties. |
void |
setSubtitle(TextContent subtitle)
Sets the 'subtitle' property value |
| Methods inherited from interface org.openanzo.atom.jastor.atomowl.Version |
|---|
addAlternate, addAlternate, addAlternate, addEmail, addEmail, addEmail, getAlternate, getContent, getEmail, getId, getUpdated, removeAlternate, removeEmail, setContent, setContent, setContent, setId, setUpdated |
| 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 |
| Methods inherited from interface org.openanzo.atom.jastor.atomowl.FeedOrEntry |
|---|
addAuthor, addAuthor, addAuthor, addCategory, addCategory, addCategory, addContributor, addContributor, addContributor, addEmail, addEmail, addEmail, addLink, addLink, addLink, getAuthor, getCategory, getContent, getContributor, getEmail, getLink, getRights, getTitle, removeAuthor, removeCategory, removeContributor, removeEmail, removeLink, setContent, setContent, setContent, setRights, setRights, setRights, setTitle, setTitle, setTitle |
| 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 entryProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#entry)
static final org.openrdf.model.URI iconProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#icon)
static final org.openrdf.model.URI subtitleProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#subtitle)
static final org.openrdf.model.URI generatorProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#generator)
static final org.openrdf.model.URI aggregatesProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#aggregates)
static final org.openrdf.model.URI logoProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#logo)
static final org.openrdf.model.URI containsProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#contains)
static final org.openrdf.model.URI emailProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)
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<Entry> getEntry()
throws JastorException
Iterator of Entry
JastorExceptionentryProperty
void addEntry(Entry entry)
throws JastorException
The - Entry to add
JastorExceptionentryProperty
Entry addEntry()
throws JastorException
Entry created
JastorExceptionentryProperty
Entry addEntry(org.openrdf.model.Resource resource)
throws JastorException
Entry with the factory
and calling addEntry(org.openanzo.atom.jastor.atomowl.Entry entry)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Entry. 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
JastorExceptionentryProperty
void removeEntry(Entry entry)
throws JastorException
The - Entry to remove
JastorExceptionentryProperty
info.aduna.collections.iterators.CloseableIterator<Image> getIcon()
throws JastorException
Iterator of Image
JastorExceptioniconProperty
void addIcon(Image icon)
throws JastorException
The - Image to add
JastorExceptioniconProperty
Image addIcon()
throws JastorException
Image created
JastorExceptioniconProperty
Image addIcon(org.openrdf.model.Resource resource)
throws JastorException
Image with the factory
and calling addIcon(org.openanzo.atom.jastor.foaf.Image icon)
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
JastorExceptioniconProperty
void removeIcon(Image icon)
throws JastorException
The - Image to remove
JastorExceptioniconProperty
TextContent getSubtitle()
throws JastorException
TextContent
JastorExceptionsubtitleProperty
void setSubtitle(TextContent subtitle)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.TextContent}
JastorExceptionsubtitleProperty
TextContent setSubtitle()
throws JastorException
TextContent, the created value
JastorExceptionsubtitleProperty
TextContent setSubtitle(org.openrdf.model.Resource resource)
throws JastorException
TextContent with the factory.
and calling setSubtitle(org.openanzo.atom.jastor.atomowl.TextContent subtitle)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#TextContent. 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.
TextContent, the newly created value
JastorExceptionsubtitleProperty
Generator getGenerator()
throws JastorException
Generator
JastorExceptiongeneratorProperty
void setGenerator(Generator generator)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.Generator}
JastorExceptiongeneratorProperty
Generator setGenerator()
throws JastorException
Generator, the created value
JastorExceptiongeneratorProperty
Generator setGenerator(org.openrdf.model.Resource resource)
throws JastorException
Generator with the factory.
and calling setGenerator(org.openanzo.atom.jastor.atomowl.Generator generator)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Generator. 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.
Generator, the newly created value
JastorExceptiongeneratorProperty
info.aduna.collections.iterators.CloseableIterator<Entry> getAggregates()
throws JastorException
Iterator of Entry
JastorExceptionaggregatesProperty
void addAggregates(Entry aggregates)
throws JastorException
The - Entry to add
JastorExceptionaggregatesProperty
Entry addAggregates()
throws JastorException
Entry created
JastorExceptionaggregatesProperty
Entry addAggregates(org.openrdf.model.Resource resource)
throws JastorException
Entry with the factory
and calling addAggregates(org.openanzo.atom.jastor.atomowl.Entry aggregates)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Entry. 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
JastorExceptionaggregatesProperty
void removeAggregates(Entry aggregates)
throws JastorException
The - Entry to remove
JastorExceptionaggregatesProperty
Image getLogo()
throws JastorException
Image
JastorExceptionlogoProperty
void setLogo(Image logo)
throws JastorException
{@link - org.openanzo.atom.jastor.foaf.Image}
JastorExceptionlogoProperty
Image setLogo()
throws JastorException
Image, the created value
JastorExceptionlogoProperty
Image setLogo(org.openrdf.model.Resource resource)
throws JastorException
Image with the factory.
and calling setLogo(org.openanzo.atom.jastor.foaf.Image logo)
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.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Image, the newly created value
JastorExceptionlogoProperty
info.aduna.collections.iterators.CloseableIterator<Entry> getContains()
throws JastorException
Iterator of Entry
JastorExceptioncontainsProperty
void addContains(Entry contains)
throws JastorException
The - Entry to add
JastorExceptioncontainsProperty
Entry addContains()
throws JastorException
Entry created
JastorExceptioncontainsProperty
Entry addContains(org.openrdf.model.Resource resource)
throws JastorException
Entry with the factory
and calling addContains(org.openanzo.atom.jastor.atomowl.Entry contains)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Entry. 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
JastorExceptioncontainsProperty
void removeContains(Entry contains)
throws JastorException
The - Entry to remove
JastorExceptioncontainsProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||