Uses of Interface
org.apache.jena.ontology.UnionClass
Packages that use UnionClass
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 UnionClass in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return UnionClassModifier and TypeMethodDescriptionOntClass.asUnionClass()Answer a view of this class as a union classOntClass.convertToUnionClass(RDFList classes) Answer a view of this class as a union of the given classes.OntModel.createUnionClass(String uri, RDFList members) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the union of the given list of class descriptionsOntModel.getUnionClass(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the union of a list of class descriptions.Methods in org.apache.jena.ontology that return types with arguments of type UnionClassModifier and TypeMethodDescriptionOntModel.listUnionClasses()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the union class-descriptions in this model, i.e. the class resources specified to have a propertyunionOf(or equivalent) and a list of values. -
Uses of UnionClass in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement UnionClassModifier and TypeClassDescriptionclassImplementation of a node representing a union class description.Methods in org.apache.jena.ontology.impl that return UnionClassModifier and TypeMethodDescriptionOntClassImpl.asUnionClass()Answer a view of this class as a union classOntClassImpl.convertToUnionClass(RDFList classes) Answer a view of this class as a union of the given classes.OntModelImpl.createUnionClass(String uri, RDFList members) Answer a resource representing the class that is the union of the given list of class desctiptionsOntModelImpl.getUnionClass(String uri) Answer a resource representing the class that is the union of a list of class desctiptions.Methods in org.apache.jena.ontology.impl that return types with arguments of type UnionClassModifier and TypeMethodDescriptionOntModelImpl.listUnionClasses()Answer an iterator that ranges over the union class-descriptions in this model, i.e. the class resources specified to have a propertyunionOf(or equivalent) and a list of values.