org.semanticweb.owl.model
Interface OWLNaryBooleanDescription

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

public interface OWLNaryBooleanDescription
extends OWLBooleanDescription

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

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

Method Summary
 Set getOperands()
          Returns a list of OWLDescriptions which are the operands to the expression.
 
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

getOperands

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

OWLException


WonderWeb