org.semanticweb.owl.model
Interface OWLSubPropertyAxiom<P extends OWLPropertyExpression>

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom
All Known Subinterfaces:
OWLDataSubPropertyAxiom, OWLObjectSubPropertyAxiom

public interface OWLSubPropertyAxiom<P extends OWLPropertyExpression>
extends OWLPropertyAxiom

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


Method Summary
 P getSubProperty()
           
 P getSuperProperty()
           
 
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

getSubProperty

P getSubProperty()

getSuperProperty

P getSuperProperty()