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

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

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

Methods in com.hp.hpl.jena.ontology that return AllDifferent
 AllDifferent OntResource.asAllDifferent()
          Answer a view of this resource as an 'all different' declaration
 AllDifferent OntModel.createAllDifferent()
           Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.
 AllDifferent OntModel.createAllDifferent(RDFList differentMembers)
           Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.
 



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