org.semanticweb.owl.impl.model
Class OWLNotImpl

java.lang.Object
  |
  +--org.semanticweb.owl.impl.model.OWLObjectImpl
        |
        +--org.semanticweb.owl.impl.model.OWLNotImpl
All Implemented Interfaces:
Cloneable, OWLBooleanDescription, OWLDescription, OWLNot, OWLObject, Serializable

public class OWLNotImpl
extends OWLObjectImpl
implements OWLNot

The complement of a description.

Version:
$Id: OWLNotImpl.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
See Also:
Serialized Form

Constructor Summary
OWLNotImpl(OWLDataFactoryImpl factory, OWLDescription operand)
           
 
Method Summary
 void accept(OWLDescriptionVisitor visitor)
          Accept a visit from a visitor
 void accept(OWLObjectVisitor visitor)
          Accept a visit from a visitor
 OWLDescription getOperand()
          Returns the OWLDescription being negated.
 
Methods inherited from class org.semanticweb.owl.impl.model.OWLObjectImpl
clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 

Constructor Detail

OWLNotImpl

public OWLNotImpl(OWLDataFactoryImpl factory,
                  OWLDescription operand)
Method Detail

getOperand

public OWLDescription getOperand()
Returns the OWLDescription being negated.

Specified by:
getOperand in interface OWLNot

accept

public void accept(OWLObjectVisitor visitor)
            throws OWLException
Description copied from interface: OWLObject
Accept a visit from a visitor

Specified by:
accept in interface OWLObject
Specified by:
accept in class OWLObjectImpl
OWLException

accept

public void accept(OWLDescriptionVisitor visitor)
            throws OWLException
Description copied from interface: OWLDescription
Accept a visit from a visitor

Specified by:
accept in interface OWLDescription
OWLException


WonderWeb