Uses of Interface
org.apache.jena.ontology.EnumeratedClass
Packages that use EnumeratedClass
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.-
Uses of EnumeratedClass in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return EnumeratedClassModifier and TypeMethodDescriptionOntClass.asEnumeratedClass()
Answer a view of this class as an enumerated classOntClass.convertToEnumeratedClass
(RDFList individuals) Answer a view of this class as an enumeration of the given individuals.OntModel.createEnumeratedClass
(String uri, RDFList members) Answer a resource representing the class that is the enumeration of the given list of individualsOntModel.getEnumeratedClass
(String uri) Answer a resource representing the class that is the enumeration of a list of individuals.Methods in org.apache.jena.ontology that return types with arguments of type EnumeratedClassModifier and TypeMethodDescriptionOntModel.listEnumeratedClasses()
Answer an iterator that ranges over the enumerated class class-descriptions in this model, i.e. the class resources specified to have a propertyoneOf
(or equivalent) and a list of values. -
Uses of EnumeratedClass in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement EnumeratedClassModifier and TypeClassDescriptionclass
Implementation of a node representing an enumerated class description.Methods in org.apache.jena.ontology.impl that return EnumeratedClassModifier and TypeMethodDescriptionOntClassImpl.asEnumeratedClass()
Answer a view of this class as an enumerated classOntClassImpl.convertToEnumeratedClass
(RDFList individuals) Answer a view of this class as an enumeration of the given individuals.OntModelImpl.createEnumeratedClass
(String uri, RDFList members) Answer a resource representing the class that is the enumeration of the given list of individualsOntModelImpl.getEnumeratedClass
(String uri) Answer a resource representing the class that is the enumeration of a list of individuals.Methods in org.apache.jena.ontology.impl that return types with arguments of type EnumeratedClassModifier and TypeMethodDescriptionOntModelImpl.listEnumeratedClasses()
Answer an iterator that ranges over the enumerated class class-descriptions in this model, i.e. the class resources specified to have a propertyoneOf
(or equivalent) and a list of values.