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

Packages that use OWLDataPropertyAxiom
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
 

Uses of OWLDataPropertyAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLDataPropertyAxiom in org.semanticweb.owl.model
 interface OWLDataPropertyCharacteristicAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 interface OWLDataPropertyDomainAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents an axiom which specified the domain of a data property.
 interface OWLDataPropertyRangeAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents an axiom which specifies the range of a data property.
 interface OWLDataSubPropertyAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLDeprecatedDataPropertyAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2006

 interface OWLDisjointDataPropertiesAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLEquivalentDataPropertiesAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLFunctionalDataPropertyAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataPropertyAxiom
 java.util.Set<OWLDataPropertyAxiom> OWLOntology.getAxioms(OWLDataProperty prop)
          Gets the axioms that form the definition/description of a data property.
 

Uses of OWLDataPropertyAxiom in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util with type parameters of type OWLDataPropertyAxiom
 class InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 

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

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

 class OWLDataPropertyDomainAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDataPropertyRangeAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDataSubPropertyAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDisjointDataPropertiesAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLEquivalentDataPropertiesAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLFunctionalDataPropertyAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

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