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