org.semanticweb.owl.model
Interface OWLBooleanDescription

All Superinterfaces:
Cloneable, OWLDescription, OWLObject, Serializable
All Known Subinterfaces:
OWLAnd, OWLNaryBooleanDescription, OWLNot, OWLOr
All Known Implementing Classes:
OWLAndImpl, OWLNaryBooleanDescriptionImpl, OWLNotImpl, OWLOrImpl

public interface OWLBooleanDescription
extends OWLDescription

An abstract interface encompassing And, Or and Not.

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

Methods inherited from interface org.semanticweb.owl.model.OWLDescription
accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 



WonderWeb