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

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

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

Classes in org.semanticweb.owl.impl.model that implement OWLNaryBooleanDescription
 class OWLAndImpl
          A conjunction of expressions.
 class OWLNaryBooleanDescriptionImpl
          A super class encompassing And and Or expressions.
 class OWLOrImpl
          A disjunction of expressions.
 

Uses of OWLNaryBooleanDescription in org.semanticweb.owl.model
 

Subinterfaces of OWLNaryBooleanDescription in org.semanticweb.owl.model
 interface OWLAnd
          A conjunction of expressions.
 interface OWLOr
          A disjunction of expressions.
 



WonderWeb