uk.ac.manchester.cs.owl
Class OWLSubPropertyAxiomImpl<P extends OWLPropertyExpression>
java.lang.Object
   uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.OWLObjectImpl
       uk.ac.manchester.cs.owl.OWLAxiomImpl
uk.ac.manchester.cs.owl.OWLAxiomImpl
           uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
               uk.ac.manchester.cs.owl.OWLPropertyAxiomImpl
uk.ac.manchester.cs.owl.OWLPropertyAxiomImpl
                   uk.ac.manchester.cs.owl.OWLSubPropertyAxiomImpl<P>
uk.ac.manchester.cs.owl.OWLSubPropertyAxiomImpl<P>
- All Implemented Interfaces: 
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLSubPropertyAxiom<P>
- Direct Known Subclasses: 
- OWLDataSubPropertyAxiomImpl, OWLObjectSubPropertyAxiomImpl
- public abstract class OWLSubPropertyAxiomImpl<P extends OWLPropertyExpression> 
- extends OWLPropertyAxiomImpl- implements OWLSubPropertyAxiom<P>
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 | 
 
OWLSubPropertyAxiomImpl
public OWLSubPropertyAxiomImpl(OWLDataFactory dataFactory,
                               P subProperty,
                               P superProperty)
getSubProperty
public P getSubProperty()
- 
- Specified by:
- getSubPropertyin interface- OWLSubPropertyAxiom<P extends OWLPropertyExpression>
 
- 
 
getSuperProperty
public P getSuperProperty()
- 
- Specified by:
- getSuperPropertyin interface- OWLSubPropertyAxiom<P extends OWLPropertyExpression>
 
- 
 
equals
public boolean equals(java.lang.Object obj)
- 
- Overrides:
- equalsin class- OWLAxiomImpl
 
-