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

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

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

Methods in com.hp.hpl.jena.ontology that return SymmetricProperty
 SymmetricProperty OntProperty.asSymmetricProperty()
          Answer a view of this property as a symmetric property
 SymmetricProperty OntProperty.convertToSymmetricProperty()
          Answer a facet of this property as a symmetric property, adding additional information to the model if necessary.
 SymmetricProperty OntModel.createSymmetricProperty(java.lang.String uri)
          Answer a resource representing a symmetric property
 SymmetricProperty OntModel.createSymmetricProperty(java.lang.String uri, boolean functional)
          Answer a resource representing a symmetric property, which is optionally also functional.
 SymmetricProperty OntModel.getSymmetricProperty(java.lang.String uri)
          Answer a resource representing a symmetric property.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type SymmetricProperty
 com.hp.hpl.jena.util.iterator.ExtendedIterator<SymmetricProperty> OntModel.listSymmetricProperties()
           Answer an iterator that ranges over the symmetric property resources in this model, i.e. the resources with rdf:type SymmetricProperty or equivalent.
 



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