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.createAllValuesFromRestriction(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
 AllValuesFromRestriction OntModel.getAllValuesFromRestriction(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.
 



Licenced under the Apache License, Version 2.0