Uses of Interface
com.hp.hpl.jena.ontology.Restriction

Packages that use Restriction
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.  
 

Uses of Restriction in com.hp.hpl.jena.ontology
 

Subinterfaces of Restriction in com.hp.hpl.jena.ontology
 interface AllValuesFromRestriction
           A property restriction that requires the named property to have have any range instances to be members of a given class.
 interface CardinalityRestriction
           A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.
 interface HasValueRestriction
           A property restriction that requires the named property to have a given individual as its value.
 interface MaxCardinalityRestriction
           A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.
 interface MinCardinalityRestriction
           A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.
 interface SomeValuesFromRestriction
           A property restriction that requires the named property to have at least one range instance belonging to the given class.
 

Methods in com.hp.hpl.jena.ontology that return Restriction
 Restriction OntModel.getRestriction(java.lang.String uri)
           Answer a resource that represents a property restriction in this model.
 Restriction OntModel.createRestriction(Property p)
           Answer a resource that represents an anonymous property restriction in this model.
 Restriction OntModel.createRestriction(java.lang.String uri, Property p)
           Answer a resource that represents a property restriction in this model.
 Restriction OntClass.asRestriction()
          Answer a view of this class as a restriction class expression
 Restriction OntClass.convertToRestriction(Property prop)
          Answer a view of this class as an resriction on the given property.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.