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(String uri, RDFList members)
          Answer a resource representing the class that is the enumeration of the given list of individuals
 EnumeratedClass OntModel.getEnumeratedClass(String uri)
          Answer a resource representing the class that is the enumeration of a list of individuals.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type EnumeratedClass
 com.hp.hpl.jena.util.iterator.ExtendedIterator<EnumeratedClass> OntModel.listEnumeratedClasses()
           Answer an iterator that ranges over the enumerated class class-descriptions in this model, i.e. the class resources specified to have a property oneOf (or equivalent) and a list of values.
 



Licenced under the Apache License, Version 2.0