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

Packages that use OWLRestriction
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

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

Classes in org.semanticweb.owl.impl.model that implement OWLRestriction
 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.
 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 OWLRestriction in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLRestriction
 OWLRestriction ANTLRParser.restriction()
          Rule.
 

Uses of OWLRestriction in org.semanticweb.owl.model
 

Subinterfaces of OWLRestriction in org.semanticweb.owl.model
 interface OWLCardinalityRestriction
          An OWLCardinalityRestriction represents an assertion about the number of role fillers a property can or must have.
 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 OWLDataRestriction
          A Restriction that particularly applies to an OWLDataProperty.
 interface OWLDataSomeRestriction
          An existentially quantified restriction over a datatype proerty.
 interface OWLDataValueRestriction
          A restriction over a datatype property with a given value.
 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 OWLObjectRestriction
          A Restriction that particularly applies to an OWLObjectProperty.
 interface OWLObjectSomeRestriction
          An existentially quantified restriction over a datatype property.
 interface OWLObjectValueRestriction
          A restriction over an individual property with a given value.
 

Uses of OWLRestriction in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper that return OWLRestriction
 OWLRestriction OWLBuilder.getObjectValueRestriction(URI propertyId, OWLIndividual individual)
          Returns a restriction to the value individual for the property corresponding to propertyId.
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.RestrictionComponent component)
          Returns the OWLRestriction for property corresponding to the RestrictionComponent component.
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.CardinalityComponent cComponent)
          Returns the OWLRestriction for property corresponding to the CardinalityComponent cComponent.
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.DescriptionComponent dComponent)
          Returns the OWLRestriction for property corresponding to the DescriptionComponent dComponent.
 OWLRestriction OWLBuilder.getRestriction(OWLDataProperty property, OWLBuilder.RestrictionComponent component)
          Returns the OWLRestriction for property corresponding to the RestrictionComponent component.
 OWLRestriction OWLBuilder.getRestriction(OWLDataProperty property, OWLBuilder.CardinalityComponent card)
          Returns the OWLRestriction for property corresponding to the CardinalityComponent card.
 OWLRestriction OWLBuilder.getRestriction(OWLDataProperty property, OWLBuilder.DataRangeComponent dRComponent)
          Returns the OWLRestriction for property corresponding to the DataRangeComponent dRComponent.
 OWLRestriction OWLBuilder.getRestriction(OWLDataProperty property, OWLBuilder.DataLiteralValueComponent component)
          Returns the OWLRestriction for property corresponding to the DataLiteralValueComponent component.
 



WonderWeb