Uses of Interface
org.apache.jena.ontology.ComplementClass
Packages that use ComplementClass
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 ComplementClass in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return ComplementClassModifier and TypeMethodDescriptionOntClass.asComplementClass()Answer a view of this class as a complement classOntClass.convertToComplementClass(Resource cls) Answer a view of this class as an complement of the given class.OntModel.createComplementClass(String uri, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the complement of the given argument classOntModel.getComplementClass(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 complement of another class.Methods in org.apache.jena.ontology that return types with arguments of type ComplementClassModifier and TypeMethodDescriptionOntModel.listComplementClasses()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the complement class-descriptions in this model, i.e. the class resources specified to have a propertycomplementOf(or equivalent) and a list of values. -
Uses of ComplementClass in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement ComplementClassModifier and TypeClassDescriptionclassImplementation of a node representing a complement class description.Methods in org.apache.jena.ontology.impl that return ComplementClassModifier and TypeMethodDescriptionOntClassImpl.asComplementClass()Answer a view of this class as a complement classOntClassImpl.convertToComplementClass(Resource cls) Answer a view of this class as an complement of the given class.OntModelImpl.createComplementClass(String uri, Resource cls) Answer a resource representing the class that is the complement of the given argument classOntModelImpl.getComplementClass(String uri) Answer a resource representing the class that is the complement of another class.Methods in org.apache.jena.ontology.impl that return types with arguments of type ComplementClassModifier and TypeMethodDescriptionOntModelImpl.listComplementClasses()Answer an iterator that ranges over the complement class-descriptions in this model, i.e. the class resources specified to have a propertycomplementOf(or equivalent) and a list of values.