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

Packages that use IntersectionClass
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.  
 

Uses of IntersectionClass in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return IntersectionClass
 IntersectionClass OntModel.getIntersectionClass(java.lang.String uri)
          Answer a resource representing the class that is the intersection of a list of class descriptions.
 IntersectionClass OntModel.createIntersectionClass(java.lang.String uri, RDFList members)
          Answer a resource representing the class that is the intersection of the given list of class descriptions.
 IntersectionClass OntClass.asIntersectionClass()
          Answer a view of this class as an intersection class
 IntersectionClass OntClass.convertToIntersectionClass(RDFList classes)
          Answer a view of this class as an intersection of the given classes.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.