Uses of Interface
com.hp.hpl.jena.ontology.UnionClass

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 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(java.lang.String uri, RDFList members)
          Answer a resource representing the class that is the union of the given list of class descriptions
 UnionClass OntModel.getUnionClass(java.lang.String uri)
          Answer a resource representing the class that is the union of a list of class descriptions.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type UnionClass
 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