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

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

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

Classes in org.semanticweb.owl.impl.model that implement OWLObjectRestriction
 class OWLObjectAllRestrictionImpl
          A universally quantified restriction over a datatype property.
 class OWLObjectCardinalityRestrictionImpl
          A CardinalityRestriction that applies to an OWLObjectProperty.
 class OWLObjectQuantifiedRestrictionImpl
          A Restriction over an OWLObjectProperty that is quantified.
 class OWLObjectRestrictionImpl
          A Restriction that particularly applies to an OWLObjectProperty.
 class OWLObjectSomeRestrictionImpl
          An existentially quantified restriction over a datatype property.
 class OWLObjectValueRestrictionImpl
          A restriction over an individual property with a given value.
 

Uses of OWLObjectRestriction in org.semanticweb.owl.model
 

Subinterfaces of OWLObjectRestriction in org.semanticweb.owl.model
 interface OWLObjectAllRestriction
          A universally quantified restriction over a object property.
 interface OWLObjectCardinalityRestriction
          A CardinalityRestriction that applies to an OWLIndividualProperty.
 interface OWLObjectQuantifiedRestriction
          A Restriction over an OWLIndividualProperty that is quantified.
 interface OWLObjectSomeRestriction
          An existentially quantified restriction over a datatype property.
 interface OWLObjectValueRestriction
          A restriction over an individual property with a given value.
 



WonderWeb