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

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

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

Methods in com.hp.hpl.jena.ontology that return AllValuesFromRestriction
 AllValuesFromRestriction Restriction.asAllValuesFromRestriction()
          Answer a view of this restriction as an all values from expression
 AllValuesFromRestriction Restriction.convertToAllValuesFromRestriction(Resource cls)
          Convert this restriction to an all values from class expression.
 AllValuesFromRestriction OntModel.getAllValuesFromRestriction(java.lang.String uri)
          Answer a class description defined as the class of those individuals for which all values of the given property belong to the given class.
 AllValuesFromRestriction OntModel.createAllValuesFromRestriction(java.lang.String uri, Property prop, Resource cls)
          Answer a class description defined as the class of those individuals for which all values of the given property belong to the given class
 



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