|
||||||||||
| 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.rdfs.dataset.RDFSFactory to create instances of this interface.
(URI: http://www.w3.org/2000/01/rdf-schema#Class)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
subClassOfProperty
The Anzo Property for subClassOf |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface org.openanzo.rdfs.dataset._Resource |
|---|
commentProperty, isDefinedByProperty, labelProperty, memberProperty, seeAlsoProperty, typeProperty, valueProperty |
| Method Summary | |
|---|---|
Class |
addSubClassOf()
Adds an anonymous value for the 'subClassOf' property |
void |
addSubClassOf(Class subClassOf)
Adds a value for the 'subClassOf' property |
Class |
addSubClassOf(org.openrdf.model.Resource resource)
Adds a value for the 'subClassOf' property. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getSubClassOf()
Get an Iterator the 'subClassOf' property values. |
void |
registerListener(_ResourceListener listener)
Register a org.openanzo.rdfs.dataset._ResourceListener |
void |
registerListener(ClassListener listener)
Register a ClassListener |
void |
removeSubClassOf(Class subClassOf)
Removes a value for the 'subClassOf' property. |
void |
unregisterListener(_ResourceListener listener)
Unregister a org.openanzo.rdfs.dataset._ResourceListener |
void |
unregisterListener(ClassListener listener)
Unregister a ClassListener |
| Methods inherited from interface org.openanzo.rdfs.dataset._Resource |
|---|
addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addValue, addValue, addValue, getComment, getIsDefinedBy, getLabel, getMember, getSeeAlso, getType, getValue, removeComment, removeIsDefinedBy, removeLabel, removeMember, removeSeeAlso, removeType, removeValue |
| Methods inherited from interface org.openanzo.jastor.DatasetThing |
|---|
dataset, getProperties, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, namedGraphUri, 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 subClassOfProperty
(URI: http://www.w3.org/2000/01/rdf-schema#subClassOf)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Class> getSubClassOf()
throws JastorException
Iterator of Class
JastorExceptionsubClassOfProperty
void addSubClassOf(Class subClassOf)
throws JastorException
subClassOf - The Class to add
JastorExceptionsubClassOfProperty
Class addSubClassOf()
throws JastorException
Class created
JastorExceptionsubClassOfProperty
Class addSubClassOf(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addSubClassOf(org.openanzo.rdfs.dataset.Class subClassOf)
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.
resource - The Resource to add
JastorExceptionsubClassOfProperty
void removeSubClassOf(Class subClassOf)
throws JastorException
subClassOf - The Class to remove
JastorExceptionsubClassOfPropertyvoid registerListener(ClassListener listener)
listener - ClassListener to registervoid unregisterListener(ClassListener listener)
listener - ClassListener to unregistervoid registerListener(_ResourceListener listener)
registerListener in interface _Resourcelistener - org.openanzo.rdfs.dataset._ResourceListener to registervoid unregisterListener(_ResourceListener listener)
unregisterListener in interface _Resourcelistener - org.openanzo.rdfs.dataset._ResourceListener to unregister
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||