|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OWLDataProperty | |
| org.semanticweb.owl.impl.model | A basic implementation of the OWL API. |
| org.semanticweb.owl.io.abstract_syntax | Simple renderer that writes ontologies in OWL Abstract Syntax. |
| org.semanticweb.owl.io.owl_rdf | |
| org.semanticweb.owl.io.simple | Simple output of OWL models. |
| org.semanticweb.owl.model | An API for OWL. |
| org.semanticweb.owl.model.change | Change API for OWL Ontologies. |
| org.semanticweb.owl.model.helper | Helper classes for the OWL API. |
| uk.ac.man.cs.img.owl.io.dig1_0 | |
| uk.ac.man.cs.img.owl.io.fact | Simple renderer that writes ontologies in FaCT Lisp. |
| uk.ac.man.cs.img.owl.io.factplus | Simple renderer that writes ontologies in FaCT Lisp. |
| uk.ac.man.cs.img.owl.io.html | |
| uk.ac.man.cs.img.owl.io.tptp | Simple renderer that writes ontologies as TPTP. |
| Uses of OWLDataProperty in org.semanticweb.owl.impl.model |
| Classes in org.semanticweb.owl.impl.model that implement OWLDataProperty | |
class |
OWLDataPropertyImpl
An OWLProperty whose range is some concrete data type. |
| Methods in org.semanticweb.owl.impl.model that return OWLDataProperty | |
OWLDataProperty |
OWLOntologyImpl.getDataProperty(URI uri)
getDataProperty Retrieves a DataProperty with a given uri |
OWLDataProperty |
OWLDataRestrictionImpl.getDataProperty()
Returns the OWLDataProperty that the
restriction applies to. |
OWLDataProperty |
OWLDataFactoryImpl.getOWLDataProperty(URI uri)
|
| Constructors in org.semanticweb.owl.impl.model with parameters of type OWLDataProperty | |
OWLDataValueRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property,
OWLDataValue value)
|
|
OWLDataSomeRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property,
OWLDataRange dataType)
|
|
OWLDataRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property)
|
|
OWLDataQuantifiedRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property,
OWLDataRange dataType)
|
|
OWLDataCardinalityRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property,
int atLeast,
int atMost)
|
|
OWLDataAllRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property,
OWLDataRange dataType)
|
|
| Uses of OWLDataProperty in org.semanticweb.owl.io.abstract_syntax |
| Methods in org.semanticweb.owl.io.abstract_syntax that return OWLDataProperty | |
OWLDataProperty |
ANTLRParser.dataTypeProperty()
Rule. |
| Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
| Uses of OWLDataProperty in org.semanticweb.owl.io.owl_rdf |
| Methods in org.semanticweb.owl.io.owl_rdf that return OWLDataProperty | |
protected OWLDataProperty |
OWLConsumer.createDataProperty(OWLOntology onto,
URI uri)
|
protected OWLDataProperty |
OWLConsumer.getOrCreateDataProperty(URI uri)
|
| Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
protected void |
Renderer.renderDataProperty(OWLOntology ontology,
OWLDataProperty prop)
|
| Uses of OWLDataProperty in org.semanticweb.owl.io.simple |
| Methods in org.semanticweb.owl.io.simple with parameters of type OWLDataProperty | |
void |
DescriptionRenderer.visit(OWLDataProperty node)
|
| Uses of OWLDataProperty in org.semanticweb.owl.model |
| Methods in org.semanticweb.owl.model that return OWLDataProperty | |
OWLDataProperty |
OWLOntology.getDataProperty(URI uri)
getDataProperty Retrieves a DataProperty with a given uri |
OWLDataProperty |
OWLDataRestriction.getDataProperty()
Returns the OWLDataProperty that the
restriction applies to. |
OWLDataProperty |
OWLDataPropertyInstance.getProperty()
|
OWLDataProperty |
OWLDataFactory.getOWLDataProperty(URI uri)
|
| Methods in org.semanticweb.owl.model with parameters of type OWLDataProperty | |
void |
OWLObjectVisitor.visit(OWLDataProperty node)
|
void |
OWLEntityVisitor.visit(OWLDataProperty entity)
|
OWLDataAllRestriction |
OWLDataFactory.getOWLDataAllRestriction(OWLDataProperty prop,
OWLDataRange type)
|
OWLDataCardinalityRestriction |
OWLDataFactory.getOWLDataCardinalityRestriction(OWLDataProperty prop,
int atLeast,
int atMost)
|
OWLDataCardinalityRestriction |
OWLDataFactory.getOWLDataCardinalityAtLeastRestriction(OWLDataProperty prop,
int atLeast)
|
OWLDataCardinalityRestriction |
OWLDataFactory.getOWLDataCardinalityAtMostRestriction(OWLDataProperty prop,
int atMost)
|
OWLDataSomeRestriction |
OWLDataFactory.getOWLDataSomeRestriction(OWLDataProperty prop,
OWLDataRange type)
|
OWLDataValueRestriction |
OWLDataFactory.getOWLDataValueRestriction(OWLDataProperty prop,
OWLDataValue value)
|
OWLDataPropertyInstance |
OWLDataFactory.getOWLDataPropertyInstance(OWLIndividual subject,
OWLDataProperty property,
OWLDataValue object)
|
| Uses of OWLDataProperty in org.semanticweb.owl.model.change |
| Methods in org.semanticweb.owl.model.change that return OWLDataProperty | |
OWLDataProperty |
AddDataPropertyRange.getProperty()
The property. |
OWLDataProperty |
AddDataPropertyInstance.getProperty()
|
| Constructors in org.semanticweb.owl.model.change with parameters of type OWLDataProperty | |
AddDataPropertyRange(OWLOntology ontology,
OWLDataProperty property,
OWLDataRange range,
OntologyChange cause)
|
|
AddDataPropertyInstance(OWLOntology ontology,
OWLIndividual subject,
OWLDataProperty property,
OWLDataValue object,
OntologyChange cause)
|
|
| Uses of OWLDataProperty in org.semanticweb.owl.model.helper |
| Methods in org.semanticweb.owl.model.helper that return OWLDataProperty | |
OWLDataProperty |
OWLBuilder.getDataProperty(URI id)
Returns the data property corresponding to id
in the current ontology. |
OWLDataProperty |
OWLBuilder.addDataProperty(URI id)
Adds the data property identified by id,
to the current ontology. |
OWLDataProperty |
OWLBuilder.DataPropertyValue.getProperty()
Get the Property value. |
static OWLDataProperty |
OntologyHelper.getDataPropertyNamed(OWLOntology ontology,
URI uri)
|
| Methods in org.semanticweb.owl.model.helper with parameters of type OWLDataProperty | |
void |
OWLObjectVisitorAdapter.visit(OWLDataProperty node)
|
void |
OWLEntityCollector.visit(OWLDataProperty node)
|
void |
OWLDescriptionVisitorAdapter.visit(OWLDataProperty node)
|
void |
OWLBuilder.setDataPropertyFunctional(OWLDataProperty property)
Sets the OWLDataProperty property to functional. |
void |
OWLBuilder.addDataPropertyRange(OWLDataProperty property,
OWLDataRange range)
Adds range to property. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.RestrictionComponent component)
Returns the OWLRestriction for property corresponding
to the RestrictionComponent component. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.CardinalityComponent card)
Returns the OWLRestriction for property corresponding
to the CardinalityComponent card. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.DataRangeComponent dRComponent)
Returns the OWLRestriction for property corresponding
to the DataRangeComponent dRComponent. |
OWLRestriction |
OWLBuilder.getRestriction(OWLDataProperty property,
OWLBuilder.DataLiteralValueComponent component)
Returns the OWLRestriction for property corresponding
to the DataLiteralValueComponent component. |
void |
ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataProperty node)
|
| Constructors in org.semanticweb.owl.model.helper with parameters of type OWLDataProperty | |
OWLBuilder.DataPropertyValue(OWLDataProperty property,
OWLDataValue dataValue)
Creates a new DataPropertyValue instance
and sets property and dataValue. |
|
| Uses of OWLDataProperty in uk.ac.man.cs.img.owl.io.dig1_0 |
| Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
| Uses of OWLDataProperty in uk.ac.man.cs.img.owl.io.fact |
| Methods in uk.ac.man.cs.img.owl.io.fact with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
| Uses of OWLDataProperty in uk.ac.man.cs.img.owl.io.factplus |
| Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
| Uses of OWLDataProperty in uk.ac.man.cs.img.owl.io.html |
| Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
void |
OntologyRenderer.renderDataProperty(OWLDataProperty prop,
PrintWriter pw,
Linker linker)
|
| Uses of OWLDataProperty in uk.ac.man.cs.img.owl.io.tptp |
| Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLDataProperty | |
void |
RenderingVisitor.visit(OWLDataProperty prop)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||