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

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

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

Classes in org.semanticweb.owl.impl.model that implement OWLDataQuantifiedRestriction
 class OWLDataAllRestrictionImpl
          A universally quantified restriction over a datatype propperty.
 class OWLDataQuantifiedRestrictionImpl
          A Restriction over an OWLDataProperty that is quantified.
 class OWLDataSomeRestrictionImpl
          An existentially quantified restriction over a datatype property.
 

Uses of OWLDataQuantifiedRestriction in org.semanticweb.owl.model
 

Subinterfaces of OWLDataQuantifiedRestriction in org.semanticweb.owl.model
 interface OWLDataAllRestriction
          A universally quantified restriction over a datatype property.
 interface OWLDataSomeRestriction
          An existentially quantified restriction over a datatype proerty.
 



WonderWeb