org.semanticweb.owlapi.model
Interface OWLDataPropertyRangeAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLDataPropertyAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLPropertyRangeAxiom<OWLDataPropertyExpression,OWLDataRange>, OWLUnaryPropertyAxiom<OWLDataPropertyExpression>
All Known Implementing Classes:
OWLDataPropertyRangeAxiomImpl

public interface OWLDataPropertyRangeAxiom
extends OWLPropertyRangeAxiom<OWLDataPropertyExpression,OWLDataRange>, OWLDataPropertyAxiom

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. A set of data property range axioms which have a common data property are interpreted to produce a range which is the intersection of the ranges specified by each individual data property range axiom.


Method Summary
 OWLDataPropertyRangeAxiom getAxiomWithoutAnnotations()
          Gets an axiom that is structurally equivalent to this axiom without annotations.
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLPropertyRangeAxiom
asOWLSubClassOfAxiom, getRange
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom
accept, accept, getAnnotatedAxiom, getAnnotations, getAxiomType, getNNF, getReferencedEntities, isAnnotated, isLogicalAxiom, isOfType, isOfType
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getObjectPropertiesInSignature, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAxiomWithoutAnnotations

OWLDataPropertyRangeAxiom getAxiomWithoutAnnotations()
Description copied from interface: OWLAxiom
Gets an axiom that is structurally equivalent to this axiom without annotations. This essentially returns a version of this axiom stripped of any annotations

Specified by:
getAxiomWithoutAnnotations in interface OWLAxiom
Returns:
The annotationless version of this axiom