uk.ac.manchester.cs.owl
Class OWLPropertyRangeAxiomImpl<P extends OWLPropertyExpression,R extends OWLPropertyRange>
java.lang.Object
uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.OWLAxiomImpl
uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
uk.ac.manchester.cs.owl.OWLPropertyAxiomImpl
uk.ac.manchester.cs.owl.OWLUnaryPropertyAxiomImpl<P>
uk.ac.manchester.cs.owl.OWLPropertyRangeAxiomImpl<P,R>
- All Implemented Interfaces:
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLPropertyRangeAxiom<P,R>, OWLUnaryPropertyAxiom<P>
- Direct Known Subclasses:
- OWLDataPropertyRangeAxiomImpl, OWLObjectPropertyRangeAxiomImpl
public abstract class OWLPropertyRangeAxiomImpl<P extends OWLPropertyExpression,R extends OWLPropertyRange>
- extends OWLUnaryPropertyAxiomImpl<P>
- implements OWLPropertyRangeAxiom<P,R>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
OWLPropertyRangeAxiomImpl
public OWLPropertyRangeAxiomImpl(OWLDataFactory dataFactory,
P property,
R range)
getRange
public R getRange()
- Specified by:
getRange
in interface OWLPropertyRangeAxiom<P extends OWLPropertyExpression,R extends OWLPropertyRange>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OWLUnaryPropertyAxiomImpl<P extends OWLPropertyExpression>