Uses of Interface
org.semanticweb.owl.model.OWLBooleanDescription

Packages that use OWLBooleanDescription
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
 

Uses of OWLBooleanDescription in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLBooleanDescription
 class OWLAndImpl
          A conjunction of expressions.
 class OWLNaryBooleanDescriptionImpl
          A super class encompassing And and Or expressions.
 class OWLNotImpl
          The complement of a description.
 class OWLOrImpl
          A disjunction of expressions.
 

Uses of OWLBooleanDescription in org.semanticweb.owl.model
 

Subinterfaces of OWLBooleanDescription in org.semanticweb.owl.model
 interface OWLAnd
          A conjunction of expressions.
 interface OWLNaryBooleanDescription
          A super interface encompassing And and Or expressions.
 interface OWLNot
          The complement of a description.
 interface OWLOr
          A disjunction of expressions.
 



WonderWeb