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

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

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

Classes in org.semanticweb.owl.impl.model that implement OWLObjectQuantifiedRestriction
 class OWLObjectAllRestrictionImpl
          A universally quantified restriction over a datatype property.
 class OWLObjectQuantifiedRestrictionImpl
          A Restriction over an OWLObjectProperty that is quantified.
 class OWLObjectSomeRestrictionImpl
          An existentially quantified restriction over a datatype property.
 

Uses of OWLObjectQuantifiedRestriction in org.semanticweb.owl.model
 

Subinterfaces of OWLObjectQuantifiedRestriction in org.semanticweb.owl.model
 interface OWLObjectAllRestriction
          A universally quantified restriction over a object property.
 interface OWLObjectSomeRestriction
          An existentially quantified restriction over a datatype property.
 



WonderWeb