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

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

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

Methods in com.hp.hpl.jena.ontology that return HasValueRestriction
 HasValueRestriction Restriction.asHasValueRestriction()
          Answer a view of this restriction as a has value expression
 HasValueRestriction Restriction.convertToHasValueRestriction(RDFNode value)
          Convert this restriction to a has value class expression
 HasValueRestriction OntModel.createHasValueRestriction(java.lang.String uri, Property prop, RDFNode value)
          Answer a class description defined as the class of those individuals that have the given resource as the value of the given property
 HasValueRestriction OntModel.getHasValueRestriction(java.lang.String uri)
          Answer a class description defined as the class of those individuals that have the given resource as the value of the given property.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP