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

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

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

Classes in org.semanticweb.owl.impl.model that implement OWLDataRestriction
 class OWLDataAllRestrictionImpl
          A universally quantified restriction over a datatype propperty.
 class OWLDataCardinalityRestrictionImpl
          A CardinalityRestriction that applies to an OWLDataProperty.
 class OWLDataQuantifiedRestrictionImpl
          A Restriction over an OWLDataProperty that is quantified.
 class OWLDataRestrictionImpl
          A Restriction that particularly applies to an OWLDataProperty.
 class OWLDataSomeRestrictionImpl
          An existentially quantified restriction over a datatype property.
 class OWLDataValueRestrictionImpl
          A restriction over a datatype property with a given value.
 

Uses of OWLDataRestriction in org.semanticweb.owl.model
 

Subinterfaces of OWLDataRestriction in org.semanticweb.owl.model
 interface OWLDataAllRestriction
          A universally quantified restriction over a datatype property.
 interface OWLDataCardinalityRestriction
          A CardinalityRestriction that applies to an OWLDataProperty.
 interface OWLDataQuantifiedRestriction
          A Restriction over an OWLDataProperty that is quantified.
 interface OWLDataSomeRestriction
          An existentially quantified restriction over a datatype proerty.
 interface OWLDataValueRestriction
          A restriction over a datatype property with a given value.
 



WonderWeb