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 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.
 IntersectionClass OntModel.createIntersectionClass(String uri, RDFList members)
          Answer a resource representing the class that is the intersection of the given list of class descriptions.
 IntersectionClass OntModel.getIntersectionClass(String uri)
          Answer a resource representing the class that is the intersection of a list of class descriptions.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type IntersectionClass
 com.hp.hpl.jena.util.iterator.ExtendedIterator<IntersectionClass> OntModel.listIntersectionClasses()
           Answer an iterator that ranges over the intersection class-descriptions in this model, i.e. the class resources specified to have a property intersectionOf (or equivalent) and a list of values.
 



Licenced under the Apache License, Version 2.0