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

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

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

Methods in com.hp.hpl.jena.ontology that return FunctionalProperty
 FunctionalProperty OntProperty.asFunctionalProperty()
          Answer a view of this property as a functional property
 FunctionalProperty OntProperty.convertToFunctionalProperty()
          Answer a facet of this property as a functional property, adding additional information to the model if necessary.
 

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



Licenced under the Apache License, Version 2.0