Uses of Interface
org.semanticweb.owl.model.OWLDataProperty

Packages that use OWLDataProperty
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.owl.functionalparser   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.expression   
org.semanticweb.owl.inference   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of OWLDataProperty in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLDataProperty
 void KRSS2OWLObjectRenderer.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLDataProperty
 OWLDataProperty ManchesterOWLSyntaxEditorParser.getOWLDataProperty(java.lang.String name)
           
 OWLDataProperty ManchesterOWLSyntaxEditorParser.parseDataProperty()
           
 

Methods in org.coode.manchesterowlsyntax that return types with arguments of type OWLDataProperty
 java.util.Set<OWLDataProperty> ManchesterOWLSyntaxEditorParser.parseDataPropertyList()
           
 

Uses of OWLDataProperty in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLDataProperty
 OWLDataProperty OWLFunctionalSyntaxParser.DataProperty()
           
 OWLDataProperty OWLFunctionalSyntaxParser.DataPropertyURI()
           
 

Uses of OWLDataProperty in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLDataProperty
 void OWLObjectRenderer.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLDataProperty
 void LatexObjectVisitor.visit(OWLDataProperty entity)
           
 

Uses of OWLDataProperty in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type OWLDataProperty
 void AbstractTranslator.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLDataProperty
 void OWLXMLObjectRenderer.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in org.semanticweb.owl.expression
 

Methods in org.semanticweb.owl.expression that return OWLDataProperty
 OWLDataProperty ShortFormEntityChecker.getOWLDataProperty(java.lang.String name)
           
 OWLDataProperty OWLEntityChecker.getOWLDataProperty(java.lang.String name)
           
 

Uses of OWLDataProperty in org.semanticweb.owl.inference
 

Methods in org.semanticweb.owl.inference that return types with arguments of type OWLDataProperty
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getAncestorProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getAncestorProperties(OWLDataProperty property)
           
 java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> OWLIndividualReasoner.getDataPropertyRelationships(OWLIndividual individual)
           
 java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> NullReasoner.getDataPropertyRelationships(OWLIndividual individual)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> OWLPropertyReasoner.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> NullReasoner.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getSuperProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getSuperProperties(OWLDataProperty property)
           
 

Methods in org.semanticweb.owl.inference with parameters of type OWLDataProperty
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getAncestorProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getAncestorProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> OWLPropertyReasoner.getDomains(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> NullReasoner.getDomains(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> OWLPropertyReasoner.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> NullReasoner.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataRange> OWLPropertyReasoner.getRanges(OWLDataProperty property)
           
 java.util.Set<OWLDataRange> NullReasoner.getRanges(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLPropertyReasoner.getSuperProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> NullReasoner.getSuperProperties(OWLDataProperty property)
           
 boolean OWLReasonerBase.isDefined(OWLDataProperty prop)
          Determines if the specified property is defined in the reasoner.
 boolean NullReasoner.isDefined(OWLDataProperty prop)
           
 boolean OWLPropertyReasoner.isFunctional(OWLDataProperty property)
           
 boolean NullReasoner.isFunctional(OWLDataProperty property)
           
 

Uses of OWLDataProperty in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataProperty
 OWLDataProperty OWLEntity.asOWLDataProperty()
          A convenience method that obtains this entity as an OWLDataProperty (in order to avoid explicit casting).
 OWLDataProperty OWLDataPropertyExpression.asOWLDataProperty()
          If the property is a named data property then this method will obtain the property as such.
 OWLDataProperty OWLDeprecatedDataPropertyAxiom.getDeprecatedDataProperty()
          Gets the data property which is depreacted by this axiom.
 OWLDataProperty OWLDataFactory.getOWLDataProperty(java.net.URI uri)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataProperty
 java.util.Set<OWLDataProperty> OWLOntology.getReferencedDataProperties()
          Gets the data properties that are referenced by axioms (including annotation axioms) in this ontology.
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataProperty
 java.util.Set<OWLDataPropertyAxiom> OWLOntology.getAxioms(OWLDataProperty prop)
          Gets the axioms that form the definition/description of a data property.
 java.util.Set<OWLDataPropertyDomainAxiom> OWLOntology.getDataPropertyDomainAxioms(OWLDataProperty property)
           
 java.util.Set<OWLDataPropertyRangeAxiom> OWLOntology.getDataPropertyRangeAxiom(OWLDataProperty property)
           
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntology.getDataSubPropertyAxiomsForLHS(OWLDataProperty lhsProperty)
           
 java.util.Set<OWLDisjointDataPropertiesAxiom> OWLOntology.getDisjointDataPropertiesAxiom(OWLDataProperty property)
           
 java.util.Set<OWLEquivalentDataPropertiesAxiom> OWLOntology.getEquivalentDataPropertiesAxiom(OWLDataProperty property)
           
 OWLDeprecatedDataPropertyAxiom OWLDataFactory.getOWLDeprecatedDataPropertyAxiom(OWLDataProperty property)
           
 O OWLPropertyExpressionVisitorEx.visit(OWLDataProperty property)
           
 void OWLPropertyExpressionVisitor.visit(OWLDataProperty property)
           
 O OWLNamedObjectVisitorEx.visit(OWLDataProperty property)
           
 void OWLNamedObjectVisitor.visit(OWLDataProperty property)
           
 O OWLEntityVisitorEx.visit(OWLDataProperty property)
           
 void OWLEntityVisitor.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return types with arguments of type OWLDataProperty
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getAncestorProperties(OWLDataProperty property)
           
 java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> OWLReasonerMediator.getDataPropertyRelationships(OWLIndividual individual)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> OWLReasonerMediator.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getSuperProperties(OWLDataProperty property)
           
 

Methods in org.semanticweb.owl.util with parameters of type OWLDataProperty
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getAncestorProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> OWLReasonerMediator.getDomains(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> OWLReasonerMediator.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataRange> OWLReasonerMediator.getRanges(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> OWLReasonerMediator.getSuperProperties(OWLDataProperty property)
           
 boolean ToldClassHierarchyReasoner.isDefined(OWLDataProperty prop)
           
 boolean OWLReasonerMediator.isDefined(OWLDataProperty prop)
           
 boolean OWLReasonerMediator.isFunctional(OWLDataProperty property)
           
 void SimpleRenderer.visit(OWLDataProperty property)
           
 O OWLObjectVisitorExAdapter.visit(OWLDataProperty property)
           
 void OWLObjectVisitorAdapter.visit(OWLDataProperty property)
           
 void OWLObjectTypeIndexProvider.visit(OWLDataProperty property)
           
 void OWLObjectDuplicator.visit(OWLDataProperty property)
           
 void OWLObjectComponentCollector.visit(OWLDataProperty property)
           
 void OWLEntityRemover.visit(OWLDataProperty property)
           
 void OWLEntityComparator.visit(OWLDataProperty property)
           
 void OWLEntityCollector.visit(OWLDataProperty property)
           
 void OWLDescriptionComparator.OWLPropertyExpressionComparator.visit(OWLDataProperty property)
           
 void HashCode.visit(OWLDataProperty property)
           
 void DLExpressivityChecker.visit(OWLDataProperty property)
           
 O DelegatingObjectVisitorEx.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLDataProperty
 class OWLDataPropertyImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLDataProperty
 OWLDataProperty OWLObjectPropertyImpl.asOWLDataProperty()
           
 OWLDataProperty OWLIndividualImpl.asOWLDataProperty()
           
 OWLDataProperty OWLDataTypeImpl.asOWLDataProperty()
           
 OWLDataProperty OWLDataPropertyImpl.asOWLDataProperty()
           
 OWLDataProperty OWLClassImpl.asOWLDataProperty()
           
 OWLDataProperty OWLDataFactoryImpl.getOWLDataProperty(java.net.URI uri)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDataProperty
 java.util.Set<OWLDataProperty> OWLOntologyImpl.getReferencedDataProperties()
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLDataProperty
 boolean OWLOntologyImpl.containsReference(OWLDataProperty prop)
           
 java.util.Set<OWLDataPropertyAxiom> OWLOntologyImpl.getAxioms(OWLDataProperty prop)
           
 java.util.Set<OWLDataPropertyDomainAxiom> OWLOntologyImpl.getDataPropertyDomainAxioms(OWLDataProperty property)
           
 java.util.Set<OWLDataPropertyRangeAxiom> OWLOntologyImpl.getDataPropertyRangeAxiom(OWLDataProperty property)
           
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntologyImpl.getDataSubPropertyAxiomsForLHS(OWLDataProperty lhsProperty)
           
 java.util.Set<OWLDisjointDataPropertiesAxiom> OWLOntologyImpl.getDisjointDataPropertiesAxiom(OWLDataProperty property)
           
 java.util.Set<OWLEquivalentDataPropertiesAxiom> OWLOntologyImpl.getEquivalentDataPropertiesAxiom(OWLDataProperty property)
           
 OWLDeprecatedDataPropertyAxiom OWLDataFactoryImpl.getOWLDeprecatedDataPropertyAxiom(OWLDataProperty property)
           
 

Uses of OWLDataProperty in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLDataProperty
 void DLSyntaxObjectRenderer.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 that return types with arguments of type OWLDataProperty
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getAncestorProperties(OWLDataProperty property)
           
 java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> DIGReasoner.getDataPropertyRelationships(OWLIndividual individual)
           
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> DIGReasoner.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getSuperProperties(OWLDataProperty property)
           
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLDataProperty
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getAncestorProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getDescendantProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> DIGReasoner.getDomains(OWLDataProperty property)
           
 java.util.Set<OWLDataProperty> DIGReasoner.getEquivalentProperties(OWLDataProperty property)
           
 java.util.Set<OWLDataRange> DIGReasoner.getRanges(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getSubProperties(OWLDataProperty property)
           
 java.util.Set<java.util.Set<OWLDataProperty>> DIGReasoner.getSuperProperties(OWLDataProperty property)
           
 boolean DIGReasoner.isDefined(OWLDataProperty prop)
           
 boolean DIGReasoner.isFunctional(OWLDataProperty property)
           
 void DIGRenderer.visit(OWLDataProperty property)
           
 

Uses of OWLDataProperty in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLDataProperty
 void ManchesterOWLSyntaxObjectRenderer.visit(OWLDataProperty property)
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxFrameRenderer.write(OWLDataProperty property)