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

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLUnaryPropertyAxiom<P>
All Known Subinterfaces:
OWLDataPropertyRangeAxiom, OWLObjectPropertyRangeAxiom

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

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


Method Summary
 R getRange()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLUnaryPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom
accept, accept, getAnnotationAxioms, getAxiomType, getReferencedEntities, isLogicalAxiom
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getRange

R getRange()