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 $

Method Summary
 OWLProperty getSubProperty()
           
 OWLProperty getSuperProperty()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLPropertyAxiom
accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 
Methods inherited from interface org.semanticweb.owl.model.OWLOntologyObject
getOntologies
 

Method Detail

getSuperProperty

public OWLProperty getSuperProperty()
                             throws OWLException
OWLException

getSubProperty

public OWLProperty getSubProperty()
                           throws OWLException
OWLException


WonderWeb