Package | Description |
---|---|
com.hp.hpl.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP