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 OntModel.getEnumeratedClass(java.lang.String uri)
          Answer a resource representing the class that is the enumeration of a list of 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 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.
 



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