org.semanticweb.owlapi.model
Interface OWLAnnotationPropertyRangeAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAnnotationAxiom, OWLAnnotationObject, OWLAxiom, OWLObject
All Known Implementing Classes:
OWLAnnotationPropertyRangeAxiomImpl

public interface OWLAnnotationPropertyRangeAxiom
extends OWLAnnotationAxiom

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009


Method Summary
 OWLAnnotationPropertyRangeAxiom getAxiomWithoutAnnotations()
          Gets an axiom that is structurally equivalent to this axiom without annotations.
 OWLAnnotationProperty getProperty()
           
 IRI getRange()
           
 
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
 
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

getProperty

OWLAnnotationProperty getProperty()

getRange

IRI getRange()

getAxiomWithoutAnnotations

OWLAnnotationPropertyRangeAxiom 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