|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataRange
Interface for DataRange ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
(URI: http://www.w3.org/2002/07/owl#DataRange)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
complementOfProperty
The Anzo Property for complementOf |
static org.openrdf.model.URI |
oneOfProperty
The Anzo Property for oneOf |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Class |
addComplementOf()
Adds an anonymous value for the 'complementOf' property |
void |
addComplementOf(Class complementOf)
Adds a value for the 'complementOf' property |
Class |
addComplementOf(org.openrdf.model.Resource resource)
Adds a value for the 'complementOf' property. |
info.aduna.collections.iterators.CloseableIterator<Class> |
getComplementOf()
Get an Iterator the 'complementOf' property values. |
GraphThing |
getOneOf()
Gets the 'oneOf' property value |
void |
removeComplementOf(Class complementOf)
Removes a value for the 'complementOf' property. |
void |
removeComplementOf(org.openrdf.model.Resource complementOf)
Remove a 'complementOf' property value. |
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. |
| 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 complementOfProperty
(URI: http://www.w3.org/2002/07/owl#complementOf)
| 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> getComplementOf()
throws JastorException
Iterator of Class
JastorExceptioncomplementOfProperty
void addComplementOf(Class complementOf)
throws JastorException
complementOf - The Class to add
JastorExceptioncomplementOfProperty
Class addComplementOf()
throws JastorException
Class created
JastorExceptioncomplementOfProperty
Class addComplementOf(org.openrdf.model.Resource resource)
throws JastorException
Class with the factory
and calling addComplementOf(org.openanzo.owl.Class complementOf)
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
JastorExceptioncomplementOfProperty
void removeComplementOf(Class complementOf)
throws JastorException
complementOf - The Class to remove
JastorExceptioncomplementOfProperty
void removeComplementOf(org.openrdf.model.Resource complementOf)
throws JastorException
complementOf - Class, the value to remove
JastorExceptioncomplementOfProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||