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
OWLNaryBooleanDescriptionImpl
public OWLNaryBooleanDescriptionImpl(OWLDataFactoryImpl factory,
Set set)
getOperands
public Set getOperands()
- Returns a list of
OWLDescriptions which are the operands to the expression.
- Specified by:
getOperands in interface OWLNaryBooleanDescription
WonderWeb