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

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

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

Methods in com.hp.hpl.jena.ontology that return EnumeratedClass
 EnumeratedClass OntClass.asEnumeratedClass()
          Answer a view of this class as an enumerated class
 EnumeratedClass OntClass.convertToEnumeratedClass(RDFList individuals)
          Answer a view of this class as an enumeration of the given individuals.
 EnumeratedClass OntModel.createEnumeratedClass(java.lang.String uri, RDFList members)
          Answer a resource representing the class that is the enumeration of the given list of individuals
 EnumeratedClass OntModel.getEnumeratedClass(java.lang.String uri)
          Answer a resource representing the class that is the enumeration of a list of individuals.
 



Copyright � 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Hewlett-Packard Development Company, LP