org.semanticweb.owl.impl.model
Class OWLNaryBooleanDescriptionImpl

java.lang.Object
  |
  +--org.semanticweb.owl.impl.model.OWLObjectImpl
        |
        +--org.semanticweb.owl.impl.model.OWLNaryBooleanDescriptionImpl
All Implemented Interfaces:
Cloneable, OWLBooleanDescription, OWLDescription, OWLNaryBooleanDescription, OWLObject, Serializable
Direct Known Subclasses:
OWLAndImpl, OWLOrImpl

public abstract class OWLNaryBooleanDescriptionImpl
extends OWLObjectImpl
implements OWLNaryBooleanDescription

A super class encompassing And and Or expressions. Subinterfaces specify what the quantifer is.

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

Constructor Summary
OWLNaryBooleanDescriptionImpl(OWLDataFactoryImpl factory, Set set)
           
 
Method Summary
 Set getOperands()
          Returns a list of OWLDescriptions which are the operands to the expression.
 
Methods inherited from class org.semanticweb.owl.impl.model.OWLObjectImpl
accept, 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.OWLDescription
accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 

Constructor Detail

OWLNaryBooleanDescriptionImpl

public OWLNaryBooleanDescriptionImpl(OWLDataFactoryImpl factory,
                                     Set set)
Method Detail

getOperands

public Set getOperands()
Returns a list of OWLDescriptions which are the operands to the expression.

Specified by:
getOperands in interface OWLNaryBooleanDescription


WonderWeb