org.semanticweb.owl.model
Interface OWLNot

All Superinterfaces:
Cloneable, OWLBooleanDescription, OWLDescription, OWLObject, Serializable
All Known Implementing Classes:
OWLNotImpl

public interface OWLNot
extends OWLBooleanDescription

The complement of a description.

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

Method Summary
 OWLDescription getOperand()
          Returns the OWLDescription being negated.
 
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
 

Method Detail

getOperand

public OWLDescription getOperand()
                          throws OWLException
Returns the OWLDescription being negated.

OWLException


WonderWeb