org.semanticweb.owl.model
Interface OWLDisjointClassesAxiom

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

public interface OWLDisjointClassesAxiom
extends OWLClassAxiom

An axiom asserting the disjointness of a number of classes. Created: Thu Jun 06 10:37:13 2002

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

Method Summary
 Set getDisjointClasses()
          Returns a collection of OWLDescriptions which are the descriptions asserted to be disjoint.
 
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

getDisjointClasses

public Set getDisjointClasses()
                       throws OWLException
Returns a collection of OWLDescriptions which are the descriptions asserted to be disjoint.

OWLException


WonderWeb