|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComplementClass | |
---|---|
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
Uses of ComplementClass in com.hp.hpl.jena.ontology |
---|
Methods in com.hp.hpl.jena.ontology that return ComplementClass | |
---|---|
ComplementClass |
OntClass.asComplementClass()
Answer a view of this class as a complement class |
ComplementClass |
OntClass.convertToComplementClass(Resource cls)
Answer a view of this class as an complement of the given class. |
ComplementClass |
OntModel.createComplementClass(java.lang.String uri,
Resource cls)
Answer a resource representing the class that is the complement of the given argument class |
ComplementClass |
OntModel.getComplementClass(java.lang.String uri)
Answer a resource representing the class that is the complement of another class. |
Methods in com.hp.hpl.jena.ontology that return types with arguments of type ComplementClass | |
---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<ComplementClass> |
OntModel.listComplementClasses()
Answer an iterator that ranges over the complement class-descriptions in this model, i.e. the class resources specified to have a property complementOf (or equivalent) and a list of values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |