|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectProperty
Interface for ObjectProperty ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
(URI: http://www.w3.org/2002/07/owl#ObjectProperty)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
disjointObjectPropertiesProperty
The Anzo Property for disjointObjectProperties |
static org.openrdf.model.URI |
equivalentObjectPropertyProperty
The Anzo Property for equivalentObjectProperty |
static org.openrdf.model.URI |
inverseOfProperty
The Anzo Property for inverseOf |
static org.openrdf.model.URI |
objectPropertyDomainProperty
The Anzo Property for objectPropertyDomain |
static org.openrdf.model.URI |
objectPropertyRangeProperty
The Anzo Property for objectPropertyRange |
static org.openrdf.model.URI |
subObjectPropertyOfProperty
The Anzo Property for subObjectPropertyOf |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface org.openanzo.rdfs.dataset._Property |
|---|
domainProperty, rangeProperty, subPropertyOfProperty |
| Fields inherited from interface org.openanzo.rdfs.dataset._Resource |
|---|
commentProperty, isDefinedByProperty, labelProperty, memberProperty, seeAlsoProperty, typeProperty, valueProperty |
| Method Summary | |
|---|---|
ObjectProperty |
addDisjointObjectProperties()
Adds an anonymous value for the 'disjointObjectProperties' property |
void |
addDisjointObjectProperties(ObjectProperty disjointObjectProperties)
Adds a value for the 'disjointObjectProperties' property |
ObjectProperty |
addDisjointObjectProperties(org.openrdf.model.Resource resource)
Adds a value for the 'disjointObjectProperties' property. |
ObjectProperty |
addEquivalentObjectProperty()
Adds an anonymous value for the 'equivalentObjectProperty' property |
void |
addEquivalentObjectProperty(ObjectProperty equivalentObjectProperty)
Adds a value for the 'equivalentObjectProperty' property |
ObjectProperty |
addEquivalentObjectProperty(org.openrdf.model.Resource resource)
Adds a value for the 'equivalentObjectProperty' property. |
ObjectProperty |
addInverseOf()
Adds an anonymous value for the 'inverseOf' property |
void |
addInverseOf(ObjectProperty inverseOf)
Adds a value for the 'inverseOf' property |
ObjectProperty |
addInverseOf(org.openrdf.model.Resource resource)
Adds a value for the 'inverseOf' property. |
ObjectProperty |
addSubObjectPropertyOf()
Adds an anonymous value for the 'subObjectPropertyOf' property |
void |
addSubObjectPropertyOf(ObjectProperty subObjectPropertyOf)
Adds a value for the 'subObjectPropertyOf' property |
ObjectProperty |
addSubObjectPropertyOf(org.openrdf.model.Resource resource)
Adds a value for the 'subObjectPropertyOf' property. |
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> |
getDisjointObjectProperties()
Get an Iterator the 'disjointObjectProperties' property values. |
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> |
getEquivalentObjectProperty()
Get an Iterator the 'equivalentObjectProperty' property values. |
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> |
getInverseOf()
Get an Iterator the 'inverseOf' property values. |
Class |
getObjectPropertyDomain()
Gets the 'objectPropertyDomain' property value |
Class |
getObjectPropertyRange()
Gets the 'objectPropertyRange' property value |
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> |
getSubObjectPropertyOf()
Get an Iterator the 'subObjectPropertyOf' property values. |
void |
registerListener(_PropertyListener listener)
Register a org.openanzo.rdfs.dataset._PropertyListener |
void |
registerListener(ObjectPropertyListener listener)
Register a ObjectPropertyListener |
void |
removeDisjointObjectProperties(ObjectProperty disjointObjectProperties)
Removes a value for the 'disjointObjectProperties' property. |
void |
removeEquivalentObjectProperty(ObjectProperty equivalentObjectProperty)
Removes a value for the 'equivalentObjectProperty' property. |
void |
removeInverseOf(ObjectProperty inverseOf)
Removes a value for the 'inverseOf' property. |
void |
removeSubObjectPropertyOf(ObjectProperty subObjectPropertyOf)
Removes a value for the 'subObjectPropertyOf' property. |
Class |
setObjectPropertyDomain()
Sets the 'objectPropertyDomain' property value to an anonymous node |
void |
setObjectPropertyDomain(Class objectPropertyDomain)
Sets the 'objectPropertyDomain' property value |
Class |
setObjectPropertyDomain(org.openrdf.model.Resource resource)
Sets the 'objectPropertyDomain' property value to the given resource, and add's rdf:type properties. |
Class |
setObjectPropertyRange()
Sets the 'objectPropertyRange' property value to an anonymous node |
void |
setObjectPropertyRange(Class objectPropertyRange)
Sets the 'objectPropertyRange' property value |
Class |
setObjectPropertyRange(org.openrdf.model.Resource resource)
Sets the 'objectPropertyRange' property value to the given resource, and add's rdf:type properties. |
void |
unregisterListener(_PropertyListener listener)
Unregister a org.openanzo.rdfs.dataset._PropertyListener |
void |
unregisterListener(ObjectPropertyListener listener)
Unregister a ObjectPropertyListener |
| Methods inherited from interface org.openanzo.rdfs.dataset._Property |
|---|
addSubPropertyOf, addSubPropertyOf, addSubPropertyOf, getDomain, getRange, getSubPropertyOf, registerListener, removeSubPropertyOf, setDomain, setDomain, setDomain, setRange, setRange, setRange, 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 disjointObjectPropertiesProperty
(URI: http://www.w3.org/2006/12/owl11#disjointObjectProperties)
static final org.openrdf.model.URI equivalentObjectPropertyProperty
(URI: http://www.w3.org/2006/12/owl11#equivalentObjectProperty)
static final org.openrdf.model.URI objectPropertyDomainProperty
(URI: http://www.w3.org/2006/12/owl11#objectPropertyDomain)
static final org.openrdf.model.URI objectPropertyRangeProperty
(URI: http://www.w3.org/2006/12/owl11#objectPropertyRange)
static final org.openrdf.model.URI subObjectPropertyOfProperty
(URI: http://www.w3.org/2006/12/owl11#subObjectPropertyOf)
static final org.openrdf.model.URI inverseOfProperty
(URI: http://www.w3.org/2002/07/owl#inverseOf)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> getDisjointObjectProperties()
throws JastorException
Iterator of ObjectProperty
JastorExceptiondisjointObjectPropertiesProperty
void addDisjointObjectProperties(ObjectProperty disjointObjectProperties)
throws JastorException
disjointObjectProperties - The ObjectProperty to add
JastorExceptiondisjointObjectPropertiesProperty
ObjectProperty addDisjointObjectProperties()
throws JastorException
ObjectProperty created
JastorExceptiondisjointObjectPropertiesProperty
ObjectProperty addDisjointObjectProperties(org.openrdf.model.Resource resource)
throws JastorException
ObjectProperty with the factory
and calling addDisjointObjectProperties(org.openanzo.owl.dataset.ObjectProperty disjointObjectProperties)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#ObjectProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptiondisjointObjectPropertiesProperty
void removeDisjointObjectProperties(ObjectProperty disjointObjectProperties)
throws JastorException
disjointObjectProperties - The ObjectProperty to remove
JastorExceptiondisjointObjectPropertiesProperty
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> getEquivalentObjectProperty()
throws JastorException
Iterator of ObjectProperty
JastorExceptionequivalentObjectPropertyProperty
void addEquivalentObjectProperty(ObjectProperty equivalentObjectProperty)
throws JastorException
equivalentObjectProperty - The ObjectProperty to add
JastorExceptionequivalentObjectPropertyProperty
ObjectProperty addEquivalentObjectProperty()
throws JastorException
ObjectProperty created
JastorExceptionequivalentObjectPropertyProperty
ObjectProperty addEquivalentObjectProperty(org.openrdf.model.Resource resource)
throws JastorException
ObjectProperty with the factory
and calling addEquivalentObjectProperty(org.openanzo.owl.dataset.ObjectProperty equivalentObjectProperty)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#ObjectProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionequivalentObjectPropertyProperty
void removeEquivalentObjectProperty(ObjectProperty equivalentObjectProperty)
throws JastorException
equivalentObjectProperty - The ObjectProperty to remove
JastorExceptionequivalentObjectPropertyProperty
Class getObjectPropertyDomain()
throws JastorException
Class
JastorExceptionobjectPropertyDomainProperty
void setObjectPropertyDomain(Class objectPropertyDomain)
throws JastorException
objectPropertyDomain - Class, value to set
JastorExceptionobjectPropertyDomainProperty
Class setObjectPropertyDomain()
throws JastorException
Class, the created value
JastorExceptionobjectPropertyDomainProperty
Class setObjectPropertyDomain(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory.
and calling setObjectPropertyDomain(org.openanzo.owl.dataset.Class objectPropertyDomain)
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 - Resource must not be be null.
Class, the newly created value
JastorExceptionobjectPropertyDomainProperty
Class getObjectPropertyRange()
throws JastorException
Class
JastorExceptionobjectPropertyRangeProperty
void setObjectPropertyRange(Class objectPropertyRange)
throws JastorException
objectPropertyRange - Class, value to set
JastorExceptionobjectPropertyRangeProperty
Class setObjectPropertyRange()
throws JastorException
Class, the created value
JastorExceptionobjectPropertyRangeProperty
Class setObjectPropertyRange(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory.
and calling setObjectPropertyRange(org.openanzo.owl.dataset.Class objectPropertyRange)
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 - Resource must not be be null.
Class, the newly created value
JastorExceptionobjectPropertyRangeProperty
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> getSubObjectPropertyOf()
throws JastorException
Iterator of ObjectProperty
JastorExceptionsubObjectPropertyOfProperty
void addSubObjectPropertyOf(ObjectProperty subObjectPropertyOf)
throws JastorException
subObjectPropertyOf - The ObjectProperty to add
JastorExceptionsubObjectPropertyOfProperty
ObjectProperty addSubObjectPropertyOf()
throws JastorException
ObjectProperty created
JastorExceptionsubObjectPropertyOfProperty
ObjectProperty addSubObjectPropertyOf(org.openrdf.model.Resource resource)
throws JastorException
ObjectProperty with the factory
and calling addSubObjectPropertyOf(org.openanzo.owl.dataset.ObjectProperty subObjectPropertyOf)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#ObjectProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionsubObjectPropertyOfProperty
void removeSubObjectPropertyOf(ObjectProperty subObjectPropertyOf)
throws JastorException
subObjectPropertyOf - The ObjectProperty to remove
JastorExceptionsubObjectPropertyOfProperty
info.aduna.collections.iterators.CloseableIterator<ObjectProperty> getInverseOf()
throws JastorException
Iterator of ObjectProperty
JastorExceptioninverseOfProperty
void addInverseOf(ObjectProperty inverseOf)
throws JastorException
inverseOf - The ObjectProperty to add
JastorExceptioninverseOfProperty
ObjectProperty addInverseOf()
throws JastorException
ObjectProperty created
JastorExceptioninverseOfProperty
ObjectProperty addInverseOf(org.openrdf.model.Resource resource)
throws JastorException
ObjectProperty with the factory
and calling addInverseOf(org.openanzo.owl.dataset.ObjectProperty inverseOf)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#ObjectProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptioninverseOfProperty
void removeInverseOf(ObjectProperty inverseOf)
throws JastorException
inverseOf - The ObjectProperty to remove
JastorExceptioninverseOfPropertyvoid registerListener(ObjectPropertyListener listener)
listener - ObjectPropertyListener to registervoid unregisterListener(ObjectPropertyListener listener)
listener - ObjectPropertyListener to unregistervoid registerListener(_PropertyListener listener)
registerListener in interface _Propertylistener - org.openanzo.rdfs.dataset._PropertyListener to registervoid unregisterListener(_PropertyListener listener)
unregisterListener in interface _Propertylistener - org.openanzo.rdfs.dataset._PropertyListener to unregister
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||