|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Link
Interface for Link 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/#Link)
| Field Summary | |
|---|---|
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 |
relProperty
The Jena Property for rel |
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 | |
|---|---|
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. |
RelationType |
addRel()
Adds an anonymous value for the 'rel' property |
void |
addRel(RelationType rel)
Adds a value for the 'rel' property |
RelationType |
addRel(org.openrdf.model.Resource resource)
Adds a value for the 'rel' property. |
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<RelationType> |
getRel()
Get an Iterator the 'rel' property values. |
TextContent |
getTitle()
Gets the 'title' property value |
void |
removeEmail(GraphThing email)
Removes a value for the 'email' property. |
void |
removeRel(RelationType rel)
Removes a value for the 'rel' property. |
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. |
TextContent |
setTitle()
Sets the 'title' property value to an anonymous node |
TextContent |
setTitle(org.openrdf.model.Resource resource)
Sets the 'title' property value to the given resource, and add's rdf:type properties. |
void |
setTitle(TextContent title)
Sets the 'title' property value |
| 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 relProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#rel)
static final org.openrdf.model.URI contentProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)
static final org.openrdf.model.URI emailProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)
static final org.openrdf.model.URI titleProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#title)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<RelationType> getRel()
throws JastorException
Iterator of RelationType
JastorExceptionrelProperty
void addRel(RelationType rel)
throws JastorException
The - RelationType to add
JastorExceptionrelProperty
RelationType addRel()
throws JastorException
RelationType created
JastorExceptionrelProperty
RelationType addRel(org.openrdf.model.Resource resource)
throws JastorException
RelationType with the factory
and calling addRel(org.openanzo.atom.jastor.atomowl.RelationType rel)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#RelationType. 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
JastorExceptionrelProperty
void removeRel(RelationType rel)
throws JastorException
The - RelationType to remove
JastorExceptionrelProperty
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
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
TextContent getTitle()
throws JastorException
TextContent
JastorExceptiontitleProperty
void setTitle(TextContent title)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.TextContent}
JastorExceptiontitleProperty
TextContent setTitle()
throws JastorException
TextContent, the created value
JastorExceptiontitleProperty
TextContent setTitle(org.openrdf.model.Resource resource)
throws JastorException
TextContent with the factory.
and calling setTitle(org.openanzo.atom.jastor.atomowl.TextContent title)
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
JastorExceptiontitleProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||