org.semanticweb.owl.model
Interface OWLSubPropertyAxiom
- All Superinterfaces:
- Cloneable, OWLObject, OWLOntologyObject, OWLPropertyAxiom, Serializable
- All Known Implementing Classes:
- OWLSubPropertyAxiomImpl
- public interface OWLSubPropertyAxiom
- extends OWLPropertyAxiom
An axiom asserting a subclass relationship between a pair of
Properties.
- Version:
- $Id: OWLSubPropertyAxiom.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $
getSuperProperty
public OWLProperty getSuperProperty()
throws OWLException
OWLException
getSubProperty
public OWLProperty getSubProperty()
throws OWLException
OWLException
WonderWeb