|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatatypeProperty
Interface for DatatypeProperty ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
(URI: http://www.w3.org/2002/07/owl#DatatypeProperty)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
dataPropertyDomainProperty
The Anzo Property for dataPropertyDomain |
static org.openrdf.model.URI |
dataPropertyRangeProperty
The Anzo Property for dataPropertyRange |
static org.openrdf.model.URI |
disjointDataPropertiesProperty
The Anzo Property for disjointDataProperties |
static org.openrdf.model.URI |
equivalentDataPropertyProperty
The Anzo Property for equivalentDataProperty |
static org.openrdf.model.URI |
equivalentPropertyProperty
The Anzo Property for equivalentProperty |
static org.openrdf.model.URI |
subDataPropertyOfProperty
The Anzo Property for subDataPropertyOf |
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 | |
|---|---|
DatatypeProperty |
addDisjointDataProperties()
Adds an anonymous value for the 'disjointDataProperties' property |
void |
addDisjointDataProperties(DatatypeProperty disjointDataProperties)
Adds a value for the 'disjointDataProperties' property |
DatatypeProperty |
addDisjointDataProperties(org.openrdf.model.Resource resource)
Adds a value for the 'disjointDataProperties' property. |
DatatypeProperty |
addEquivalentDataProperty()
Adds an anonymous value for the 'equivalentDataProperty' property |
void |
addEquivalentDataProperty(DatatypeProperty equivalentDataProperty)
Adds a value for the 'equivalentDataProperty' property |
DatatypeProperty |
addEquivalentDataProperty(org.openrdf.model.Resource resource)
Adds a value for the 'equivalentDataProperty' property. |
DatatypeProperty |
addEquivalentProperty()
Adds an anonymous value for the 'equivalentProperty' property |
void |
addEquivalentProperty(DatatypeProperty equivalentProperty)
Adds a value for the 'equivalentProperty' property |
DatatypeProperty |
addEquivalentProperty(org.openrdf.model.Resource resource)
Adds a value for the 'equivalentProperty' property. |
DatatypeProperty |
addSubDataPropertyOf()
Adds an anonymous value for the 'subDataPropertyOf' property |
void |
addSubDataPropertyOf(DatatypeProperty subDataPropertyOf)
Adds a value for the 'subDataPropertyOf' property |
DatatypeProperty |
addSubDataPropertyOf(org.openrdf.model.Resource resource)
Adds a value for the 'subDataPropertyOf' property. |
Class |
getDataPropertyDomain()
Gets the 'dataPropertyDomain' property value |
DataRange |
getDataPropertyRange()
Gets the 'dataPropertyRange' property value |
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> |
getDisjointDataProperties()
Get an Iterator the 'disjointDataProperties' property values. |
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> |
getEquivalentDataProperty()
Get an Iterator the 'equivalentDataProperty' property values. |
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> |
getEquivalentProperty()
Get an Iterator the 'equivalentProperty' property values. |
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> |
getSubDataPropertyOf()
Get an Iterator the 'subDataPropertyOf' property values. |
void |
registerListener(_PropertyListener listener)
Register a org.openanzo.rdfs.dataset._PropertyListener |
void |
registerListener(DatatypePropertyListener listener)
Register a DatatypePropertyListener |
void |
removeDisjointDataProperties(DatatypeProperty disjointDataProperties)
Removes a value for the 'disjointDataProperties' property. |
void |
removeEquivalentDataProperty(DatatypeProperty equivalentDataProperty)
Removes a value for the 'equivalentDataProperty' property. |
void |
removeEquivalentProperty(DatatypeProperty equivalentProperty)
Removes a value for the 'equivalentProperty' property. |
void |
removeSubDataPropertyOf(DatatypeProperty subDataPropertyOf)
Removes a value for the 'subDataPropertyOf' property. |
Class |
setDataPropertyDomain()
Sets the 'dataPropertyDomain' property value to an anonymous node |
void |
setDataPropertyDomain(Class dataPropertyDomain)
Sets the 'dataPropertyDomain' property value |
Class |
setDataPropertyDomain(org.openrdf.model.Resource resource)
Sets the 'dataPropertyDomain' property value to the given resource, and add's rdf:type properties. |
DataRange |
setDataPropertyRange()
Sets the 'dataPropertyRange' property value to an anonymous node |
void |
setDataPropertyRange(DataRange dataPropertyRange)
Sets the 'dataPropertyRange' property value |
DataRange |
setDataPropertyRange(org.openrdf.model.Resource resource)
Sets the 'dataPropertyRange' 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(DatatypePropertyListener listener)
Unregister a DatatypePropertyListener |
| 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 dataPropertyDomainProperty
(URI: http://www.w3.org/2006/12/owl11#dataPropertyDomain)
static final org.openrdf.model.URI dataPropertyRangeProperty
(URI: http://www.w3.org/2006/12/owl11#dataPropertyRange)
static final org.openrdf.model.URI disjointDataPropertiesProperty
(URI: http://www.w3.org/2006/12/owl11#disjointDataProperties)
static final org.openrdf.model.URI equivalentDataPropertyProperty
(URI: http://www.w3.org/2006/12/owl11#equivalentDataProperty)
static final org.openrdf.model.URI subDataPropertyOfProperty
(URI: http://www.w3.org/2006/12/owl11#subDataPropertyOf)
static final org.openrdf.model.URI equivalentPropertyProperty
(URI: http://www.w3.org/2002/07/owl#equivalentProperty)
| Method Detail |
|---|
Class getDataPropertyDomain()
throws JastorException
Class
JastorExceptiondataPropertyDomainProperty
void setDataPropertyDomain(Class dataPropertyDomain)
throws JastorException
dataPropertyDomain - Class, value to set
JastorExceptiondataPropertyDomainProperty
Class setDataPropertyDomain()
throws JastorException
Class, the created value
JastorExceptiondataPropertyDomainProperty
Class setDataPropertyDomain(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory.
and calling setDataPropertyDomain(org.openanzo.owl.dataset.Class dataPropertyDomain)
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
JastorExceptiondataPropertyDomainProperty
DataRange getDataPropertyRange()
throws JastorException
DataRange
JastorExceptiondataPropertyRangeProperty
void setDataPropertyRange(DataRange dataPropertyRange)
throws JastorException
dataPropertyRange - DataRange, value to set
JastorExceptiondataPropertyRangeProperty
DataRange setDataPropertyRange()
throws JastorException
DataRange, the created value
JastorExceptiondataPropertyRangeProperty
DataRange setDataPropertyRange(org.openrdf.model.Resource resource)
throws JastorException
DataRange with the factory.
and calling setDataPropertyRange(org.openanzo.owl.dataset.DataRange dataPropertyRange)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#DataRange. 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.
DataRange, the newly created value
JastorExceptiondataPropertyRangeProperty
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> getDisjointDataProperties()
throws JastorException
Iterator of DatatypeProperty
JastorExceptiondisjointDataPropertiesProperty
void addDisjointDataProperties(DatatypeProperty disjointDataProperties)
throws JastorException
disjointDataProperties - The DatatypeProperty to add
JastorExceptiondisjointDataPropertiesProperty
DatatypeProperty addDisjointDataProperties()
throws JastorException
DatatypeProperty created
JastorExceptiondisjointDataPropertiesProperty
DatatypeProperty addDisjointDataProperties(org.openrdf.model.Resource resource)
throws JastorException
DatatypeProperty with the factory
and calling addDisjointDataProperties(org.openanzo.owl.dataset.DatatypeProperty disjointDataProperties)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptiondisjointDataPropertiesProperty
void removeDisjointDataProperties(DatatypeProperty disjointDataProperties)
throws JastorException
disjointDataProperties - The DatatypeProperty to remove
JastorExceptiondisjointDataPropertiesProperty
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> getEquivalentDataProperty()
throws JastorException
Iterator of DatatypeProperty
JastorExceptionequivalentDataPropertyProperty
void addEquivalentDataProperty(DatatypeProperty equivalentDataProperty)
throws JastorException
equivalentDataProperty - The DatatypeProperty to add
JastorExceptionequivalentDataPropertyProperty
DatatypeProperty addEquivalentDataProperty()
throws JastorException
DatatypeProperty created
JastorExceptionequivalentDataPropertyProperty
DatatypeProperty addEquivalentDataProperty(org.openrdf.model.Resource resource)
throws JastorException
DatatypeProperty with the factory
and calling addEquivalentDataProperty(org.openanzo.owl.dataset.DatatypeProperty equivalentDataProperty)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionequivalentDataPropertyProperty
void removeEquivalentDataProperty(DatatypeProperty equivalentDataProperty)
throws JastorException
equivalentDataProperty - The DatatypeProperty to remove
JastorExceptionequivalentDataPropertyProperty
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> getSubDataPropertyOf()
throws JastorException
Iterator of DatatypeProperty
JastorExceptionsubDataPropertyOfProperty
void addSubDataPropertyOf(DatatypeProperty subDataPropertyOf)
throws JastorException
subDataPropertyOf - The DatatypeProperty to add
JastorExceptionsubDataPropertyOfProperty
DatatypeProperty addSubDataPropertyOf()
throws JastorException
DatatypeProperty created
JastorExceptionsubDataPropertyOfProperty
DatatypeProperty addSubDataPropertyOf(org.openrdf.model.Resource resource)
throws JastorException
DatatypeProperty with the factory
and calling addSubDataPropertyOf(org.openanzo.owl.dataset.DatatypeProperty subDataPropertyOf)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionsubDataPropertyOfProperty
void removeSubDataPropertyOf(DatatypeProperty subDataPropertyOf)
throws JastorException
subDataPropertyOf - The DatatypeProperty to remove
JastorExceptionsubDataPropertyOfProperty
info.aduna.collections.iterators.CloseableIterator<DatatypeProperty> getEquivalentProperty()
throws JastorException
Iterator of DatatypeProperty
JastorExceptionequivalentPropertyProperty
void addEquivalentProperty(DatatypeProperty equivalentProperty)
throws JastorException
equivalentProperty - The DatatypeProperty to add
JastorExceptionequivalentPropertyProperty
DatatypeProperty addEquivalentProperty()
throws JastorException
DatatypeProperty created
JastorExceptionequivalentPropertyProperty
DatatypeProperty addEquivalentProperty(org.openrdf.model.Resource resource)
throws JastorException
DatatypeProperty with the factory
and calling addEquivalentProperty(org.openanzo.owl.dataset.DatatypeProperty equivalentProperty)
The resource argument have rdf:type http://www.w3.org/2002/07/owl#DatatypeProperty. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionequivalentPropertyProperty
void removeEquivalentProperty(DatatypeProperty equivalentProperty)
throws JastorException
equivalentProperty - The DatatypeProperty to remove
JastorExceptionequivalentPropertyPropertyvoid registerListener(DatatypePropertyListener listener)
listener - DatatypePropertyListener to registervoid unregisterListener(DatatypePropertyListener listener)
listener - DatatypePropertyListener 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 | |||||||||