org.semanticweb.owl.model
Interface OWLSubClassAxiom

All Superinterfaces:
Cloneable, OWLClassAxiom, OWLObject, OWLOntologyObject, Serializable
All Known Implementing Classes:
OWLSubClassAxiomImpl

public interface OWLSubClassAxiom
extends OWLClassAxiom

An axiom asserting a subclass relationship between a pair of Descriptions.

Version:
$Id: OWLSubClassAxiom.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $

Method Summary
 OWLDescription getSubClass()
           
 OWLDescription getSuperClass()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLClassAxiom
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

getSuperClass

public OWLDescription getSuperClass()
                             throws OWLException
OWLException

getSubClass

public OWLDescription getSubClass()
                           throws OWLException
OWLException


WonderWeb