|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnionClass | |
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
Uses of UnionClass in com.hp.hpl.jena.ontology |
Methods in com.hp.hpl.jena.ontology that return UnionClass | |
UnionClass |
OntModel.getUnionClass(java.lang.String uri)
Answer a resource representing the class that is the union of a list of class desctiptions. |
UnionClass |
OntModel.createUnionClass(java.lang.String uri,
RDFList members)
Answer a resource representing the class that is the union of the given list of class desctiptions |
UnionClass |
OntClass.asUnionClass()
Answer a view of this class as a union class |
UnionClass |
OntClass.convertToUnionClass(RDFList classes)
Answer a view of this class as a union of the given classes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |