|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Class
Interface for Class ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
(URI: http://www.w3.org/2000/01/rdf-schema#Class)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
commentProperty
The Jena Property for comment |
static org.openrdf.model.URI |
isDefinedByProperty
The Jena Property for isDefinedBy |
static org.openrdf.model.URI |
labelProperty
The Jena Property for label |
static org.openrdf.model.URI |
memberProperty
The Jena Property for member |
static org.openrdf.model.URI |
seeAlsoProperty
The Jena Property for seeAlso |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
static org.openrdf.model.URI |
typeProperty
The Jena Property for type |
static org.openrdf.model.URI |
valueProperty
The Jena Property for value |
| Method Summary | |
|---|---|
void |
addComment(org.openrdf.model.Literal comment)
Add a 'comment' property value |
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 |
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. |
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. |
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<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> |
getMember()
Get an Iterator the 'member' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getSeeAlso()
Get an Iterator the 'seeAlso' 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. |
void |
removeComment(org.openrdf.model.Literal comment)
Remove a 'comment' property value. |
void |
removeIsDefinedBy(GraphThing isDefinedBy)
Removes a value for the 'isDefinedBy' property. |
void |
removeLabel(org.openrdf.model.Literal label)
Remove a 'label' property value. |
void |
removeMember(GraphThing member)
Removes a value for the 'member' property. |
void |
removeSeeAlso(GraphThing seeAlso)
Removes a value for the 'seeAlso' property. |
void |
removeType(Class type)
Removes a value for the 'type' property. |
void |
removeValue(GraphThing value)
Removes a value for the 'value' property. |
| 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 valueProperty
(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#value)
static final org.openrdf.model.URI commentProperty
(URI: http://www.w3.org/2000/01/rdf-schema#comment)
static final org.openrdf.model.URI labelProperty
(URI: http://www.w3.org/2000/01/rdf-schema#label)
static final org.openrdf.model.URI isDefinedByProperty
(URI: http://www.w3.org/2000/01/rdf-schema#isDefinedBy)
static final org.openrdf.model.URI memberProperty
(URI: http://www.w3.org/2000/01/rdf-schema#member)
static final org.openrdf.model.URI typeProperty
(URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#type)
static final org.openrdf.model.URI seeAlsoProperty
(URI: http://www.w3.org/2000/01/rdf-schema#seeAlso)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<GraphThing> getValue()
throws JastorException
Iterator of GraphThing
JastorExceptionvalueProperty
void addValue(GraphThing value)
throws JastorException
The - GraphThing to add
JastorExceptionvalueProperty
GraphThing addValue()
throws JastorException
GraphThing created
JastorExceptionvalueProperty
GraphThing addValue(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionvalueProperty
void removeValue(GraphThing value)
throws JastorException
The - GraphThing to remove
JastorExceptionvalueProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getComment()
throws JastorException
Iterator of Literal
JastorExceptioncommentProperty
void addComment(org.openrdf.model.Literal comment)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptioncommentProperty
void removeComment(org.openrdf.model.Literal comment)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptioncommentProperty
info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getLabel()
throws JastorException
Iterator of Literal
JastorExceptionlabelProperty
void addLabel(org.openrdf.model.Literal label)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to add
JastorExceptionlabelProperty
void removeLabel(org.openrdf.model.Literal label)
throws JastorException
{@link - org.openrdf.model.Literal}, the value to remove
JastorExceptionlabelProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getIsDefinedBy()
throws JastorException
Iterator of GraphThing
JastorExceptionisDefinedByProperty
void addIsDefinedBy(GraphThing isDefinedBy)
throws JastorException
The - GraphThing to add
JastorExceptionisDefinedByProperty
GraphThing addIsDefinedBy()
throws JastorException
GraphThing created
JastorExceptionisDefinedByProperty
GraphThing addIsDefinedBy(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addIsDefinedBy(org.openanzo.jastor.GraphThing isDefinedBy)
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
JastorExceptionisDefinedByProperty
void removeIsDefinedBy(GraphThing isDefinedBy)
throws JastorException
The - GraphThing to remove
JastorExceptionisDefinedByProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getMember()
throws JastorException
Iterator of GraphThing
JastorExceptionmemberProperty
void addMember(GraphThing member)
throws JastorException
The - GraphThing to add
JastorExceptionmemberProperty
GraphThing addMember()
throws JastorException
GraphThing created
JastorExceptionmemberProperty
GraphThing addMember(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionmemberProperty
void removeMember(GraphThing member)
throws JastorException
The - GraphThing to remove
JastorExceptionmemberProperty
info.aduna.collections.iterators.CloseableIterator<Class> getType()
throws JastorException
Iterator of Class
JastorExceptiontypeProperty
void addType(Class type)
throws JastorException
The - Class to add
JastorExceptiontypeProperty
Class addType()
throws JastorException
Class created
JastorExceptiontypeProperty
Class addType(org.openrdf.model.Resource resource)
throws JastorException
Class 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptiontypeProperty
void removeType(Class type)
throws JastorException
The - Class to remove
JastorExceptiontypeProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getSeeAlso()
throws JastorException
Iterator of GraphThing
JastorExceptionseeAlsoProperty
void addSeeAlso(GraphThing seeAlso)
throws JastorException
The - GraphThing to add
JastorExceptionseeAlsoProperty
GraphThing addSeeAlso()
throws JastorException
GraphThing created
JastorExceptionseeAlsoProperty
GraphThing addSeeAlso(org.openrdf.model.Resource resource)
throws JastorException
GraphThing 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.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionseeAlsoProperty
void removeSeeAlso(GraphThing seeAlso)
throws JastorException
The - GraphThing to remove
JastorExceptionseeAlsoProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||