|
||||||||||
| 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.owl.dataset.OWL11Factory to create instances of this interface.
(URI: http://www.w3.org/2002/07/owl#Class)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
disjointUnionOfProperty
The Anzo Property for disjointUnionOf |
static org.openrdf.model.URI |
disjointWithProperty
The Anzo Property for disjointWith |
static org.openrdf.model.URI |
equivalentClassProperty
The Anzo Property for equivalentClass |
static org.openrdf.model.URI |
intersectionOfProperty
The Anzo Property for intersectionOf |
static org.openrdf.model.URI |
oneOfProperty
The Anzo Property for oneOf |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
static org.openrdf.model.URI |
unionOfProperty
The Anzo Property for unionOf |
| Fields inherited from interface org.openanzo.rdfs.dataset.Class |
|---|
subClassOfProperty |
| Fields inherited from interface org.openanzo.rdfs.dataset._Resource |
|---|
commentProperty, isDefinedByProperty, labelProperty, memberProperty, seeAlsoProperty, typeProperty, valueProperty |
| Method Summary | |
|---|---|
Class |
addDisjointUnionOf()
Adds an anonymous value for the 'disjointUnionOf' property |
void |
addDisjointUnionOf(Class disjointUnionOf)
Adds a value for the 'disjointUnionOf' property |
Class |
addDisjointUnionOf(org.openrdf.model.Resource resource)
Adds a value for the 'disjointUnionOf' property. |
Class |
addDisjointWith()
Adds an anonymous value for the 'disjointWith' property |
void |
addDisjointWith(Class disjointWith)
Adds a value for the 'disjointWith' property |
Class |
addDisjointWith(org.openrdf.model.Resource resource)
Adds a value for the 'disjointWith' property. |
Class |
addEquivalentClass()
Adds an anonymous value for the 'equivalentClass' property |
void |
addEquivalentClass(Class equivalentClass)
Adds a value for the 'equivalentClass' property |
Class |
addEquivalentClass(org.openrdf.model.Resource resource)
Adds a value for the 'equivalentClass' property. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getDisjointUnionOf()
Get an Iterator the 'disjointUnionOf' property values. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getDisjointWith()
Get an Iterator the 'disjointWith' property values. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getEquivalentClass()
Get an Iterator the 'equivalentClass' property values. |
DatasetThing |
getIntersectionOf()
Gets the 'intersectionOf' property value |
DatasetThing |
getOneOf()
Gets the 'oneOf' property value |
DatasetThing |
getUnionOf()
Gets the 'unionOf' property value |
void |
registerListener(ClassListener listener)
Register a ClassListener |
void |
registerListener(ClassListener listener)
Register a org.openanzo.rdfs.dataset.ClassListener |
void |
removeDisjointUnionOf(Class disjointUnionOf)
Removes a value for the 'disjointUnionOf' property. |
void |
removeDisjointWith(Class disjointWith)
Removes a value for the 'disjointWith' property. |
void |
removeEquivalentClass(Class equivalentClass)
Removes a value for the 'equivalentClass' property. |
DatasetThing |
setIntersectionOf()
Sets the 'intersectionOf' property value to an anonymous node |
void |
setIntersectionOf(DatasetThing intersectionOf)
Sets the 'intersectionOf' property value |
DatasetThing |
setIntersectionOf(org.openrdf.model.Resource resource)
Sets the 'intersectionOf' property value to the given resource, and add's rdf:type properties. |
DatasetThing |
setOneOf()
Sets the 'oneOf' property value to an anonymous node |
void |
setOneOf(DatasetThing oneOf)
Sets the 'oneOf' property value |
DatasetThing |
setOneOf(org.openrdf.model.Resource resource)
Sets the 'oneOf' property value to the given resource, and add's rdf:type properties. |
DatasetThing |
setUnionOf()
Sets the 'unionOf' property value to an anonymous node |
void |
setUnionOf(DatasetThing unionOf)
Sets the 'unionOf' property value |
DatasetThing |
setUnionOf(org.openrdf.model.Resource resource)
Sets the 'unionOf' property value to the given resource, and add's rdf:type properties. |
void |
unregisterListener(ClassListener listener)
Unregister a ClassListener |
void |
unregisterListener(ClassListener listener)
Unregister a org.openanzo.rdfs.dataset.ClassListener |
| Methods inherited from interface org.openanzo.rdfs.dataset.Class |
|---|
addSubClassOf, addSubClassOf, addSubClassOf, getSubClassOf, registerListener, removeSubClassOf, unregisterListener |
| 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 oneOfProperty
(URI: http://www.w3.org/2002/07/owl#oneOf)
static final org.openrdf.model.URI disjointUnionOfProperty
(URI: http://www.w3.org/2006/12/owl11#disjointUnionOf)
static final org.openrdf.model.URI disjointWithProperty
(URI: http://www.w3.org/2002/07/owl#disjointWith)
static final org.openrdf.model.URI equivalentClassProperty
(URI: http://www.w3.org/2002/07/owl#equivalentClass)
static final org.openrdf.model.URI intersectionOfProperty
(URI: http://www.w3.org/2002/07/owl#intersectionOf)
static final org.openrdf.model.URI unionOfProperty
(URI: http://www.w3.org/2002/07/owl#unionOf)
| Method Detail |
|---|
DatasetThing getOneOf()
throws JastorException
DatasetThing
JastorExceptiononeOfProperty
void setOneOf(DatasetThing oneOf)
throws JastorException
oneOf - DatasetThing, value to set
JastorExceptiononeOfProperty
DatasetThing setOneOf()
throws JastorException
DatasetThing, the created value
JastorExceptiononeOfProperty
DatasetThing setOneOf(org.openrdf.model.Resource resource)
throws JastorException
DatasetThing with the factory.
and calling setOneOf(org.openanzo.jastor.DatasetThing oneOf)
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.
resource - Resource must not be be null.
DatasetThing, the newly created value
JastorExceptiononeOfProperty
info.aduna.collections.iterators.CloseableIterator<Class> getDisjointUnionOf()
throws JastorException
Iterator of Class
JastorExceptiondisjointUnionOfProperty
void addDisjointUnionOf(Class disjointUnionOf)
throws JastorException
disjointUnionOf - The Class to add
JastorExceptiondisjointUnionOfProperty
Class addDisjointUnionOf()
throws JastorException
Class created
JastorExceptiondisjointUnionOfProperty
Class addDisjointUnionOf(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addDisjointUnionOf(org.openanzo.owl.dataset.Class disjointUnionOf)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptiondisjointUnionOfProperty
void removeDisjointUnionOf(Class disjointUnionOf)
throws JastorException
disjointUnionOf - The Class to remove
JastorExceptiondisjointUnionOfProperty
info.aduna.collections.iterators.CloseableIterator<Class> getDisjointWith()
throws JastorException
Iterator of Class
JastorExceptiondisjointWithProperty
void addDisjointWith(Class disjointWith)
throws JastorException
disjointWith - The Class to add
JastorExceptiondisjointWithProperty
Class addDisjointWith()
throws JastorException
Class created
JastorExceptiondisjointWithProperty
Class addDisjointWith(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addDisjointWith(org.openanzo.owl.dataset.Class disjointWith)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptiondisjointWithProperty
void removeDisjointWith(Class disjointWith)
throws JastorException
disjointWith - The Class to remove
JastorExceptiondisjointWithProperty
info.aduna.collections.iterators.CloseableIterator<Class> getEquivalentClass()
throws JastorException
Iterator of Class
JastorExceptionequivalentClassProperty
void addEquivalentClass(Class equivalentClass)
throws JastorException
equivalentClass - The Class to add
JastorExceptionequivalentClassProperty
Class addEquivalentClass()
throws JastorException
Class created
JastorExceptionequivalentClassProperty
Class addEquivalentClass(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addEquivalentClass(org.openanzo.owl.dataset.Class equivalentClass)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#Class. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionequivalentClassProperty
void removeEquivalentClass(Class equivalentClass)
throws JastorException
equivalentClass - The Class to remove
JastorExceptionequivalentClassProperty
DatasetThing getIntersectionOf()
throws JastorException
DatasetThing
JastorExceptionintersectionOfProperty
void setIntersectionOf(DatasetThing intersectionOf)
throws JastorException
intersectionOf - DatasetThing, value to set
JastorExceptionintersectionOfProperty
DatasetThing setIntersectionOf()
throws JastorException
DatasetThing, the created value
JastorExceptionintersectionOfProperty
DatasetThing setIntersectionOf(org.openrdf.model.Resource resource)
throws JastorException
DatasetThing with the factory.
and calling setIntersectionOf(org.openanzo.jastor.DatasetThing intersectionOf)
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.
resource - Resource must not be be null.
DatasetThing, the newly created value
JastorExceptionintersectionOfProperty
DatasetThing getUnionOf()
throws JastorException
DatasetThing
JastorExceptionunionOfProperty
void setUnionOf(DatasetThing unionOf)
throws JastorException
unionOf - DatasetThing, value to set
JastorExceptionunionOfProperty
DatasetThing setUnionOf()
throws JastorException
DatasetThing, the created value
JastorExceptionunionOfProperty
DatasetThing setUnionOf(org.openrdf.model.Resource resource)
throws JastorException
DatasetThing with the factory.
and calling setUnionOf(org.openanzo.jastor.DatasetThing unionOf)
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.
resource - Resource must not be be null.
DatasetThing, the newly created value
JastorExceptionunionOfPropertyvoid registerListener(ClassListener listener)
listener - ClassListener to registervoid unregisterListener(ClassListener listener)
listener - ClassListener to unregistervoid registerListener(ClassListener listener)
registerListener in interface Classlistener - org.openanzo.rdfs.dataset.ClassListener to registervoid unregisterListener(ClassListener listener)
unregisterListener in interface Classlistener - org.openanzo.rdfs.dataset.ClassListener to unregister
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||