|
||||||||||
| 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.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.Class |
|---|
subClassOfProperty |
| Fields inherited from interface org.openanzo.rdfs._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. |
GraphThing |
getIntersectionOf()
Gets the 'intersectionOf' property value |
GraphThing |
getOneOf()
Gets the 'oneOf' property value |
GraphThing |
getUnionOf()
Gets the 'unionOf' property value |
void |
removeDisjointUnionOf(Class disjointUnionOf)
Removes a value for the 'disjointUnionOf' property. |
void |
removeDisjointUnionOf(org.openrdf.model.Resource disjointUnionOf)
Remove a 'disjointUnionOf' property value. |
void |
removeDisjointWith(Class disjointWith)
Removes a value for the 'disjointWith' property. |
void |
removeDisjointWith(org.openrdf.model.Resource disjointWith)
Remove a 'disjointWith' property value. |
void |
removeEquivalentClass(Class equivalentClass)
Removes a value for the 'equivalentClass' property. |
void |
removeEquivalentClass(org.openrdf.model.Resource equivalentClass)
Remove a 'equivalentClass' property value. |
GraphThing |
setIntersectionOf()
Sets the 'intersectionOf' property value to an anonymous node |
void |
setIntersectionOf(GraphThing intersectionOf)
Sets the 'intersectionOf' property value |
GraphThing |
setIntersectionOf(org.openrdf.model.Resource resource)
Sets the 'intersectionOf' property value to the given resource, and add's rdf:type properties. |
GraphThing |
setOneOf()
Sets the 'oneOf' property value to an anonymous node |
void |
setOneOf(GraphThing oneOf)
Sets the 'oneOf' property value |
GraphThing |
setOneOf(org.openrdf.model.Resource resource)
Sets the 'oneOf' property value to the given resource, and add's rdf:type properties. |
GraphThing |
setUnionOf()
Sets the 'unionOf' property value to an anonymous node |
void |
setUnionOf(GraphThing unionOf)
Sets the 'unionOf' property value |
GraphThing |
setUnionOf(org.openrdf.model.Resource resource)
Sets the 'unionOf' property value to the given resource, and add's rdf:type properties. |
| Methods inherited from interface org.openanzo.rdfs.Class |
|---|
addSubClassOf, addSubClassOf, addSubClassOf, getSubClassOf, removeSubClassOf, removeSubClassOf |
| Methods inherited from interface org.openanzo.rdfs._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, removeIsDefinedBy, removeLabel, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeType, removeType, removeValue, removeValue |
| 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 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 |
|---|
GraphThing getOneOf()
throws JastorException
GraphThing
JastorExceptiononeOfProperty
void setOneOf(GraphThing oneOf)
throws JastorException
oneOf - GraphThing
JastorExceptiononeOfProperty
GraphThing setOneOf()
throws JastorException
GraphThing, the created value
JastorExceptiononeOfProperty
GraphThing setOneOf(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setOneOf(org.openanzo.jastor.GraphThing 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.
GraphThing, 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.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
void removeDisjointUnionOf(org.openrdf.model.Resource disjointUnionOf)
throws JastorException
disjointUnionOf - Class, the value 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.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
void removeDisjointWith(org.openrdf.model.Resource disjointWith)
throws JastorException
disjointWith - Class, the value 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.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
void removeEquivalentClass(org.openrdf.model.Resource equivalentClass)
throws JastorException
equivalentClass - Class, the value to remove
JastorExceptionequivalentClassProperty
GraphThing getIntersectionOf()
throws JastorException
GraphThing
JastorExceptionintersectionOfProperty
void setIntersectionOf(GraphThing intersectionOf)
throws JastorException
intersectionOf - GraphThing
JastorExceptionintersectionOfProperty
GraphThing setIntersectionOf()
throws JastorException
GraphThing, the created value
JastorExceptionintersectionOfProperty
GraphThing setIntersectionOf(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setIntersectionOf(org.openanzo.jastor.GraphThing 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.
GraphThing, the newly created value
JastorExceptionintersectionOfProperty
GraphThing getUnionOf()
throws JastorException
GraphThing
JastorExceptionunionOfProperty
void setUnionOf(GraphThing unionOf)
throws JastorException
unionOf - GraphThing
JastorExceptionunionOfProperty
GraphThing setUnionOf()
throws JastorException
GraphThing, the created value
JastorExceptionunionOfProperty
GraphThing setUnionOf(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory.
and calling setUnionOf(org.openanzo.jastor.GraphThing 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.
GraphThing, the newly created value
JastorExceptionunionOfProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||