org.semanticweb.owlapi.model
Interface OWLPropertyRangeAxiom<P extends OWLPropertyExpression,R extends OWLPropertyRange>

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLSubClassOfAxiomShortCut, OWLUnaryPropertyAxiom<P>
All Known Subinterfaces:
OWLDataPropertyRangeAxiom, OWLObjectPropertyRangeAxiom
All Known Implementing Classes:
OWLDataPropertyRangeAxiomImpl, OWLObjectPropertyRangeAxiomImpl, OWLPropertyRangeAxiomImpl

public interface OWLPropertyRangeAxiom<P extends OWLPropertyExpression,R extends OWLPropertyRange>
extends OWLUnaryPropertyAxiom<P>, OWLSubClassOfAxiomShortCut

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

Represents ObjectPropertyRange axioms in the OWL 2 specification.


Method Summary
 R getRange()
          Gets the range specified by this axiom
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isLogicalAxiom, isOfType, isOfType
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLSubClassOfAxiomShortCut
asOWLSubClassOfAxiom
 

Method Detail

getRange

R getRange()
Gets the range specified by this axiom

Returns:
The range specified by this axiom.