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

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

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

Methods in com.hp.hpl.jena.ontology that return ComplementClass
 ComplementClass OntClass.asComplementClass()
          Answer a view of this class as a complement class
 ComplementClass OntClass.convertToComplementClass(Resource cls)
          Answer a view of this class as an complement of the given class.
 ComplementClass OntModel.createComplementClass(java.lang.String uri, Resource cls)
          Answer a resource representing the class that is the complement of the given argument class
 ComplementClass OntModel.getComplementClass(java.lang.String uri)
          Answer a resource representing the class that is the complement of another class.
 

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



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP