org.semanticweb.owl.model
Interface OWLNaryBooleanDescription

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAnonymousDescription, OWLBooleanDescription, OWLDescription, OWLObject, OWLPropertyRange
All Known Subinterfaces:
OWLObjectIntersectionOf, OWLObjectUnionOf
All Known Implementing Classes:
OWLNaryBooleanDescriptionImpl, OWLObjectIntersectionOfImpl, OWLObjectUnionOfImpl

public interface OWLNaryBooleanDescription
extends OWLBooleanDescription

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006


Method Summary
 java.util.Set<OWLDescription> getOperands()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLDescription
accept, accept, asOWLClass, getComplementNNF, getNNF, isAnonymous, isLiteral, isOWLNothing, isOWLThing
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getOperands

java.util.Set<OWLDescription> getOperands()