Package | Description |
---|---|
com.hp.hpl.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
Modifier and Type | Method and Description |
---|---|
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.
|
UnionClass |
OntModel.createUnionClass(String uri,
RDFList members)
Answer a resource representing the class that is the union of the given list of class descriptions
|
UnionClass |
OntModel.getUnionClass(String uri)
Answer a resource representing the class that is the union of a list of class descriptions.
|
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<UnionClass> |
OntModel.listUnionClasses()
Answer an iterator that ranges over the union class-descriptions
in this model, i.e. the class resources specified to have a property
unionOf (or equivalent) and a list of values. |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP